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

Renamed the GeoSPARQL prefix to "geo" instead of "geosp".

parent 1903a7ac
Loading
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix sf: <http://www.opengis.net/ont/sf#> .
@prefix schema: <http://schema.org/> .
@prefix s4watr: <https://saref.etsi.org/saref4watr/> .
@@ -108,19 +108,19 @@ xsd:gDay rdf:type rdfs:Datatype .
#################################################################

###  http://www.opengis.net/ont/geosparql#hasGeometry
geosp:hasGeometry rdf:type owl:ObjectProperty ;
geo:hasGeometry rdf:type owl:ObjectProperty ;
                  rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
                  rdfs:label "hasGeometry"@en .


###  http://www.opengis.net/ont/geosparql#sfContains
geosp:sfContains rdf:type owl:ObjectProperty ;
geo:sfContains rdf:type owl:ObjectProperty ;
                 rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
                 rdfs:label "sfContains"@en .


###  http://www.opengis.net/ont/geosparql#sfWithin
geosp:sfWithin rdf:type owl:ObjectProperty ;
geo:sfWithin rdf:type owl:ObjectProperty ;
               rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
               rdfs:label "sfWithin"@en .

@@ -508,37 +508,37 @@ saref:hasValue rdf:type owl:DatatypeProperty ;
#################################################################

###  http://www.opengis.net/ont/geosparql#Feature
geosp:Feature rdf:type owl:Class ;
              rdfs:subClassOf geosp:SpatialObject ;
geo:Feature rdf:type owl:Class ;
              rdfs:subClassOf geo:SpatialObject ;
              rdfs:comment "This class represents the top-level feature type. This class is equivalent to GFI_Feature defined in ISO 19156:2011, and it is superclass of all feature types."@en ;
              rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
              rdfs:label "Feature"@en .


###  http://www.opengis.net/ont/geosparql#Geometry
geosp:Geometry rdf:type owl:Class ;
               rdfs:subClassOf geosp:SpatialObject ;
geo:Geometry rdf:type owl:Class ;
               rdfs:subClassOf geo:SpatialObject ;
               rdfs:comment "The class represents the top-level geometry type. This class is equivalent to the UML class GM_Object defined in ISO 19107, and it is superclass of all geometry types."@en ;
               rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
               rdfs:label "Geometry"@en .


###  http://www.opengis.net/ont/geosparql#SpatialObject
geosp:SpatialObject rdf:type owl:Class ;
geo:SpatialObject rdf:type owl:Class ;
                    rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
                    rdfs:label "Spatial object"@en .


###  http://www.opengis.net/ont/sf#Point
sf:Point rdf:type owl:Class ;
         rdfs:subClassOf geosp:Geometry ;
         rdfs:subClassOf geo:Geometry ;
         rdfs:isDefinedBy <http://www.opengis.net/ont/sf#> ;
         rdfs:label "Point"@en .


###  http://www.opengis.net/ont/sf#Polygon
sf:Polygon rdf:type owl:Class ;
           rdfs:subClassOf geosp:Geometry ;
           rdfs:subClassOf geo:Geometry ;
           rdfs:isDefinedBy <http://www.opengis.net/ont/sf#> ;
           rdfs:label "Polygon"@en .

@@ -944,7 +944,7 @@ s4watr:Water rdf:type owl:Class ;

###  https://saref.etsi.org/saref4watr/WaterAsset
s4watr:WaterAsset rdf:type owl:Class ;
                  rdfs:subClassOf geosp:Feature ,
                  rdfs:subClassOf geo:Feature ,
                                  saref:FeatureOfInterest ,
                                  s4syst:System ;     
                  rdfs:comment "A water asset is a physical entity used in the process of transporting, treating, storing and distributing water."@en ;
@@ -961,7 +961,7 @@ s4watr:WaterDevice rdf:type owl:Class ;

###  https://saref.etsi.org/saref4watr/WaterInfrastructure
s4watr:WaterInfrastructure rdf:type owl:Class ;
                           rdfs:subClassOf geosp:Feature ,
                           rdfs:subClassOf geo:Feature ,
                                           s4syst:System ,
                                           saref:FeatureOfInterest ,
                                           [ rdf:type owl:Restriction ;