@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 metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://www.opengis.net/ont/> . @prefix ns2: <https://saref.etsi.org/saref4agri/> . ns0:Feature metadata_def:mappingLoom "feature" ; metadata_def:mappingSameURI ns0:Feature ; metadata_def:prefLabel "Feature" ; metadata:prefixIRI "geo:Feature" ; a owl:Class ; 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 ns1:geosparql, ns1:gml ; rdfs:label "Feature"@en ; rdfs:subClassOf ns0:SpatialObject ; owl:disjointWith ns0:Geometry . ns0:hasGeometry rdfs:domain ns0:Feature . ns2:Building rdfs:subClassOf ns0:Feature . ns2:BuildingSpace rdfs:subClassOf ns0:Feature . ns2:Farm rdfs:subClassOf ns0:Feature . ns2:Parcel rdfs:subClassOf ns0:Feature .
@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 metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://www.opengis.net/ont/> .
@prefix ns2: <https://saref.etsi.org/saref4agri/> .

ns0:Feature
    metadata_def:mappingLoom "feature" ;
    metadata_def:mappingSameURI ns0:Feature ;
    metadata_def:prefLabel "Feature" ;
    metadata:prefixIRI "geo:Feature" ;
    a owl:Class ;
    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 ns1:geosparql, ns1:gml ;
    rdfs:label "Feature"@en ;
    rdfs:subClassOf ns0:SpatialObject ;
    owl:disjointWith ns0:Geometry .

ns0:hasGeometry
    rdfs:domain ns0:Feature .

ns2:Building
    rdfs:subClassOf ns0:Feature .

ns2:BuildingSpace
    rdfs:subClassOf ns0:Feature .

ns2:Farm
    rdfs:subClassOf ns0:Feature .

ns2:Parcel
    rdfs:subClassOf ns0:Feature .