From fddf2aa6ce656a90052bceb8001d57e562bb907f Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 5 Apr 2024 01:05:35 +0200 Subject: [PATCH] Update geo.ttl --- vocabularies/geo.ttl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vocabularies/geo.ttl b/vocabularies/geo.ttl index eaf17e49d..05855484c 100644 --- a/vocabularies/geo.ttl +++ b/vocabularies/geo.ttl @@ -8,6 +8,7 @@ PREFIX owl: PREFIX rdf: PREFIX rdfs: PREFIX sdo: +PREFIX vann: PREFIX skos: PREFIX spec11: # TODO: use PID IRI PREFIX xsd: @@ -16,6 +17,8 @@ PREFIX xsd: a owl:Ontology ; dcterms:title "GeoSPARQL Ontology" ; + vann:preferredNamespacePrefix "geo"^^xsd:string ; + vann:preferredNamespaceUri "http://www.opengis.net/ont/geosparql#"^^xsd:anyURI ; dcterms:publisher [ a sdo:Organization ; sdo:name "Open Geospatial Consortium" ;