diff --git a/prez/reference_data/profiles/ogc_features.ttl b/prez/reference_data/profiles/ogc_features.ttl index 73232297..8523d2ad 100644 --- a/prez/reference_data/profiles/ogc_features.ttl +++ b/prez/reference_data/profiles/ogc_features.ttl @@ -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 ; .