@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 ns1: <http://www.opengis.net/ont/geosparql#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Bridge rdfs:subClassOf ns0:InfrastructureComponent . ns0:Embankment rdfs:subClassOf ns0:InfrastructureComponent . ns0:InfrastructureComponent metadata_def:mappingLoom "infrastructurecomponent" ; metadata_def:mappingSameURI ns0:InfrastructureComponent ; metadata_def:prefLabel "InfrastructureComponent" ; a owl:Class ; rdfs:comment "Infrastructure components are elements of the Infrastructure" ; rdfs:label "InfrastructureComponent" ; rdfs:subClassOf ns1:Feature, rdfs:Resource . ns0:OffRamp rdfs:subClassOf ns0:InfrastructureComponent . ns0:Segment rdfs:subClassOf ns0:InfrastructureComponent . ns0:Slope rdfs:subClassOf ns0:InfrastructureComponent . ns0:Tunnel rdfs:subClassOf ns0:InfrastructureComponent . ns0:concernsFullCollapseOfinfrariskCom rdfs:range ns0:InfrastructureComponent . ns0:concernsPartialCollapseOfinfrariskCom rdfs:range ns0:InfrastructureComponent . ns0:hasDescription rdfs:domain ns0:InfrastructureComponent . ns0:hasName rdfs:domain ns0:InfrastructureComponent . ns0:hasNumberOfLanes rdfs:domain ns0:InfrastructureComponent . ns0:hasinfrariskCom rdfs:range ns0:InfrastructureComponent . ns0:isGeospatiallyDescribedBy rdfs:domain ns0:InfrastructureComponent .
@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 ns1: <http://www.opengis.net/ont/geosparql#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Bridge
    rdfs:subClassOf ns0:InfrastructureComponent .

ns0:Embankment
    rdfs:subClassOf ns0:InfrastructureComponent .

ns0:InfrastructureComponent
    metadata_def:mappingLoom "infrastructurecomponent" ;
    metadata_def:mappingSameURI ns0:InfrastructureComponent ;
    metadata_def:prefLabel "InfrastructureComponent" ;
    a owl:Class ;
    rdfs:comment "Infrastructure components are elements of the Infrastructure" ;
    rdfs:label "InfrastructureComponent" ;
    rdfs:subClassOf ns1:Feature, rdfs:Resource .

ns0:OffRamp
    rdfs:subClassOf ns0:InfrastructureComponent .

ns0:Segment
    rdfs:subClassOf ns0:InfrastructureComponent .

ns0:Slope
    rdfs:subClassOf ns0:InfrastructureComponent .

ns0:Tunnel
    rdfs:subClassOf ns0:InfrastructureComponent .

ns0:concernsFullCollapseOfinfrariskCom
    rdfs:range ns0:InfrastructureComponent .

ns0:concernsPartialCollapseOfinfrariskCom
    rdfs:range ns0:InfrastructureComponent .

ns0:hasDescription
    rdfs:domain ns0:InfrastructureComponent .

ns0:hasName
    rdfs:domain ns0:InfrastructureComponent .

ns0:hasNumberOfLanes
    rdfs:domain ns0:InfrastructureComponent .

ns0:hasinfrariskCom
    rdfs:range ns0:InfrastructureComponent .

ns0:isGeospatiallyDescribedBy
    rdfs:domain ns0:InfrastructureComponent .