Commit bd257efc authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Renamed prefix.

parent 66e831f7
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
@prefix saref: <https://saref.etsi.org/saref#> .
@prefix s4city: <https://saref.etsi.org/saref4city#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix wgs84_pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix s4syst: <https://saref.etsi.org/saref4syst#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@@ -85,7 +85,7 @@ geosp:sfWithin rdf:type owl:ObjectProperty ;


###  http://www.w3.org/2003/01/geo/wgs84_pos#location
wgs84_pos:location rdf:type owl:ObjectProperty ;
geo:location rdf:type owl:ObjectProperty ;
                   rdfs:isDefinedBy <http://www.w3.org/2003/01/geo/wgs84_pos#> ;
                   rdfs:label "location" .

@@ -446,15 +446,15 @@ geosp:SpatialObject rdf:type owl:Class ;
                                      owl:allValuesFrom geosp:SpatialObject
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty wgs84_pos:location ;
                                      owl:allValuesFrom wgs84_pos:Point
                                      owl:onProperty geo:location ;
                                      owl:allValuesFrom geo:Point
                                    ] ;
                    rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
                    rdfs:label "Spatial object"@en .


###  http://www.w3.org/2003/01/geo/wgs84_pos#Point
wgs84_pos:Point rdf:type owl:Class ;
geo:Point rdf:type owl:Class ;
                rdfs:subClassOf geosp:Geometry ;
                rdfs:comment """Uniquely identified by lat/long/alt. i.e.