Skip to content

Commit

Permalink
fix definition of GeoSegment #1134
Browse files Browse the repository at this point in the history
  • Loading branch information
philblackwood committed Dec 3, 2024
1 parent 661314d commit 340fd72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ontologies/gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ gist:GeoRoute
] ;
skos:definition "An ordered set of GeoPoints that defines a path from starting point to ending point."^^xsd:string ;
skos:prefLabel "Geo Route"^^xsd:string ;
skos:scopeNote "Each pair of consecutive GeoPoints in a GeoRoute is a GeoSegment."^^xsd:string ;
.

gist:GeoSegment
Expand All @@ -800,7 +801,7 @@ gist:GeoSegment
]
) ;
] ;
skos:definition "A single portion of a GeoRegion which has been divided (i.e., segmented)."^^xsd:string ;
skos:definition "A single portion of a GeoRoute consisting of a pair of consecutive GeoPoints which belong to it."^^xsd:string ;
skos:prefLabel "Geo Segment"^^xsd:string ;
.

Expand Down

0 comments on commit 340fd72

Please sign in to comment.