@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.infrarisk-fp7.eu/vocabs/#> . @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/> . ns0:GeographicalFeature metadata_def:mappingLoom "geographicalfeature" ; metadata_def:mappingSameURI ns0:GeographicalFeature ; metadata_def:prefLabel "GeographicalFeature" ; a owl:Class ; rdfs:comment "desccribes geospatial aspects of Infrastructure Components" ; rdfs:label "GeographicalFeature" ; rdfs:subClassOf rdfs:Resource . ns0:Line rdfs:subClassOf ns0:GeographicalFeature . ns0:Point rdfs:subClassOf ns0:GeographicalFeature . ns0:Polygon rdfs:subClassOf ns0:GeographicalFeature . ns0:hasShape rdfs:domain ns0:GeographicalFeature .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.infrarisk-fp7.eu/vocabs/#> .
@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/> .

ns0:GeographicalFeature
    metadata_def:mappingLoom "geographicalfeature" ;
    metadata_def:mappingSameURI ns0:GeographicalFeature ;
    metadata_def:prefLabel "GeographicalFeature" ;
    a owl:Class ;
    rdfs:comment "desccribes geospatial aspects of Infrastructure Components" ;
    rdfs:label "GeographicalFeature" ;
    rdfs:subClassOf rdfs:Resource .

ns0:Line
    rdfs:subClassOf ns0:GeographicalFeature .

ns0:Point
    rdfs:subClassOf ns0:GeographicalFeature .

ns0:Polygon
    rdfs:subClassOf ns0:GeographicalFeature .

ns0:hasShape
    rdfs:domain ns0:GeographicalFeature .