Skip to content

Commit

Permalink
Add geo:hasGeometry geo:asWKT sequence path to OGCFeaturesAllProps pr…
Browse files Browse the repository at this point in the history
…ofile in order to support geometries that are specified on named node sequence paths (rather than the common specification of geometries using blank nodes).
  • Loading branch information
recalcitrantsupplant committed Jan 7, 2025
1 parent e0ce56b commit bfe7f0b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion prez/reference_data/profiles/ogc_features.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,14 @@ prez:OGCFeaturesAllProps a
"application/rdf+xml",
"text/anot+turtle",
"text/turtle" ;
sh:property [ sh:path shext:allPredicateValues ] ;
sh:property [
sh:path (
sh:union (
shext:allPredicateValues
( geo:hasGeometry geo:asWKT )
)
)
] ;
shext:bnode-depth 2 ;
.

Expand Down

0 comments on commit bfe7f0b

Please sign in to comment.