@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.opengis.net/ont/geosparql#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://uri.etsi.org/ngsi-ld/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns2: <http://www.opengis.net/ont/> . @prefix ns3: <http://def.isotc211.org/iso19156/2011/GeneralFeatureInstance#> . ns3:GFI_Feature rdfs:subClassOf ns0:SpatialObject . ns0:Feature rdfs:subClassOf ns0:SpatialObject . ns0:Geometry rdfs:subClassOf ns0:SpatialObject . ns0:SpatialObject metadata_def:mappingLoom "spatialobject" ; metadata_def:mappingSameURI ns0:SpatialObject ; metadata_def:prefLabel "SpatialObject" ; metadata:prefixIRI "geo:SpatialObject" ; a owl:Class ; rdfs:comment "The class spatial-object represents everything that can have a spatial representation. It is superclass of feature and geometry."@en ; rdfs:isDefinedBy ns2:geosparql ; rdfs:label "SpatialObject"@en ; rdfs:subClassOf ns1:Entity . ns0:sfContains rdfs:domain ns0:SpatialObject ; rdfs:range ns0:SpatialObject . ns0:sfWithin rdfs:domain ns0:SpatialObject ; rdfs:range ns0:SpatialObject .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://uri.etsi.org/ngsi-ld/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns2: <http://www.opengis.net/ont/> .
@prefix ns3: <http://def.isotc211.org/iso19156/2011/GeneralFeatureInstance#> .

ns3:GFI_Feature
    rdfs:subClassOf ns0:SpatialObject .

ns0:Feature
    rdfs:subClassOf ns0:SpatialObject .

ns0:Geometry
    rdfs:subClassOf ns0:SpatialObject .

ns0:SpatialObject
    metadata_def:mappingLoom "spatialobject" ;
    metadata_def:mappingSameURI ns0:SpatialObject ;
    metadata_def:prefLabel "SpatialObject" ;
    metadata:prefixIRI "geo:SpatialObject" ;
    a owl:Class ;
    rdfs:comment "The class spatial-object represents everything that can have a spatial representation. It is superclass of feature and geometry."@en ;
    rdfs:isDefinedBy ns2:geosparql ;
    rdfs:label "SpatialObject"@en ;
    rdfs:subClassOf ns1:Entity .

ns0:sfContains
    rdfs:domain ns0:SpatialObject ;
    rdfs:range ns0:SpatialObject .

ns0:sfWithin
    rdfs:domain ns0:SpatialObject ;
    rdfs:range ns0:SpatialObject .