Skip to content

Commit 889fc02

Browse files
authored
Update FloodRiskMobility.ttl
1 parent cbac5bd commit 889fc02

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

CCA/FloodRiskMobility.ttl

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,38 @@
44
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
55
@prefix ex: <http://example.org/iadopt/challenge/> .
66
@prefix iopp: <https://w3id.org/iadopt/pattern/> .
7+
@prefix patt: <http://example.org/iadopt/pattern> .
8+
@prefix sosa: <http://www.w3.org/ns/sosa/> .
9+
@prefix uom: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
710

811
ex:FloodRiskMobility
912
a
1013
iop:Variable ;
1114
rdfs:label
1215
"Flood risk index related to mobility and accessibility " ;
13-
skos:definition
14-
"""Flood risk index related to mobility and accessibility when streets around the houses are flooded""" ;
1516
rdfs:comment
1617
"""Flood risk index related to mobility and accessibility when streets around the houses are flooded""" ;
17-
ex:issue
18-
"https://github.com/mabablue/I-ADOPT-examples-playground/issues/98" ;
1918
iop:hasObjectOfInterest
20-
_:b0 ;
19+
<https://www.wikidata.org/entity/Q2288778> ;
2120
iop:hasMatrix
2221
<https://www.wikidata.org/entity/Q3409269> ;
2322
iop:hasProperty
24-
_:b1 ;
23+
<https://www.wikidata.org/entity/Q1738991> ;
2524
iop:hasConstraint
2625
[ a iop:Constraint ;
2726
rdfs:label "condition: streets around the houses are flooded" ;
28-
iop:constrains _:b0 ;
27+
iop:constrains <https://www.wikidata.org/entity/Q2288778> ;
2928
] ,
3029
[ a iop:Constraint ;
3130
rdfs:label "defined by: grouping of homogeneous neighboring building blocks" ;
3231
iop:constrains <https://www.wikidata.org/entity/Q3409269> ;
3332
] ,
3433
[ a iop:Constraint ;
3534
rdfs:label "type: mobility and accessibility" ;
36-
iop:constrains _:b0 ;
35+
iop:constrains <https://www.wikidata.org/entity/Q2288778> ;
3736
] .
3837

39-
_:b0
38+
<https://www.wikidata.org/entity/Q2288778>
4039
a
4140
iop:Entity ;
4241
rdfs:label
@@ -48,8 +47,8 @@ _:b0
4847
rdfs:label
4948
"statistical unit" .
5049

51-
_:b1
50+
<https://www.wikidata.org/entity/Q1738991>
5251
a
5352
iop:Property ;
5453
rdfs:label
55-
"index" .
54+
"index number" .

0 commit comments

Comments
 (0)