@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://def.seegrid.csiro.au/isotc211/iso19109/2005/feature#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns2: <http://def.seegrid.csiro.au/isotc211/iso19109/2005/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns3: <http://def.seegrid.csiro.au/isotc211/iso19108/2002/temporal#> . @prefix ns4: <http://def.seegrid.csiro.au/isotc211/iso19107/2003/geometry#> . ns4:Object owl:disjointWith ns0:AnyFeature . ns3:Object owl:disjointWith ns0:AnyFeature . ns2:feature dct:hasPart ns0:AnyFeature . ns0:AnyFeature metadata_def:mappingLoom "geographicfeature" ; metadata_def:mappingSameURI ns0:AnyFeature ; metadata_def:prefLabel "Geographic feature" ; metadata:prefixIRI "gf:AnyFeature" ; ns1:isAbstract true ; a owl:Class ; rdfs:comment "In ISO 19156 the class GFI_Feature is defined as an instance of GF_FeatureType. In this OWL representation we do not have a specific class for GF_FeatureType because this would imply subclassing owl:Class which is inconsistent with OWL-DL restrictions." ; rdfs:isDefinedBy ns2:feature ; rdfs:label "Geographic feature" ; rdfs:subClassOf owl:Thing ; skos:notation "GFI_Feature"^^ns1:ISOClassName .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://def.seegrid.csiro.au/isotc211/iso19109/2005/feature#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns2: <http://def.seegrid.csiro.au/isotc211/iso19109/2005/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns3: <http://def.seegrid.csiro.au/isotc211/iso19108/2002/temporal#> .
@prefix ns4: <http://def.seegrid.csiro.au/isotc211/iso19107/2003/geometry#> .

ns4:Object
    owl:disjointWith ns0:AnyFeature .

ns3:Object
    owl:disjointWith ns0:AnyFeature .

ns2:feature
    dct:hasPart ns0:AnyFeature .

ns0:AnyFeature
    metadata_def:mappingLoom "geographicfeature" ;
    metadata_def:mappingSameURI ns0:AnyFeature ;
    metadata_def:prefLabel "Geographic feature" ;
    metadata:prefixIRI "gf:AnyFeature" ;
    ns1:isAbstract true ;
    a owl:Class ;
    rdfs:comment "In ISO 19156 the class GFI_Feature is defined as an instance of GF_FeatureType. In this OWL representation we do not have a specific class for GF_FeatureType because this would imply subclassing owl:Class which is inconsistent with OWL-DL restrictions." ;
    rdfs:isDefinedBy ns2:feature ;
    rdfs:label "Geographic feature" ;
    rdfs:subClassOf owl:Thing ;
    skos:notation "GFI_Feature"^^ns1:ISOClassName .