@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://iais.fraunhofer.de/vocabs/rami#> . @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 metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://www.zvei.org/en/subjects/Industry-40/Pages/> . ns0:ConnectedWorld a ns0:RAMIHierarchyLevel . ns0:ControlDevice a ns0:RAMIHierarchyLevel . ns0:Enterprise a ns0:RAMIHierarchyLevel . ns0:FieldDevice a ns0:RAMIHierarchyLevel . ns0:Product a ns0:RAMIHierarchyLevel . ns0:RAMIHierarchyLevel metadata_def:mappingLoom "ramihierarchylevel" ; metadata_def:mappingSameURI ns0:RAMIHierarchyLevel ; metadata:prefixIRI "rami:RAMIHierarchyLevel" ; a owl:Class ; rdfs:seeAlso <http://www.zvei.org/en/subjects/Industry-40/Pages/The-Reference-Architectural-Model-RAMI-40-and-the-Industrie-40-Component.aspx> ; rdfs:subClassOf owl:Thing ; skos:definition "It describes the functional classification of various circumstances within Industrie 4.0. For classification within a factory, this axis of the reference architecture(layers) follows the IEC 62264 Standard."@en ; skos:prefLabel "RAMI Hierarchy Level"@en . ns0:Station a ns0:RAMIHierarchyLevel . ns0:WorkCenter a ns0:RAMIHierarchyLevel . ns0:hasRAMIHierarchyLevel rdfs:range ns0:RAMIHierarchyLevel .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://iais.fraunhofer.de/vocabs/rami#> .
@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 metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://www.zvei.org/en/subjects/Industry-40/Pages/> .

ns0:ConnectedWorld
    a ns0:RAMIHierarchyLevel .

ns0:ControlDevice
    a ns0:RAMIHierarchyLevel .

ns0:Enterprise
    a ns0:RAMIHierarchyLevel .

ns0:FieldDevice
    a ns0:RAMIHierarchyLevel .

ns0:Product
    a ns0:RAMIHierarchyLevel .

ns0:RAMIHierarchyLevel
    metadata_def:mappingLoom "ramihierarchylevel" ;
    metadata_def:mappingSameURI ns0:RAMIHierarchyLevel ;
    metadata:prefixIRI "rami:RAMIHierarchyLevel" ;
    a owl:Class ;
    rdfs:seeAlso <http://www.zvei.org/en/subjects/Industry-40/Pages/The-Reference-Architectural-Model-RAMI-40-and-the-Industrie-40-Component.aspx> ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "It describes the functional classification of various circumstances within Industrie 4.0. For classification within a factory, this axis of the reference architecture(layers) follows the IEC 62264 Standard."@en ;
    skos:prefLabel "RAMI Hierarchy Level"@en .

ns0:Station
    a ns0:RAMIHierarchyLevel .

ns0:WorkCenter
    a ns0:RAMIHierarchyLevel .

ns0:hasRAMIHierarchyLevel
    rdfs:range ns0:RAMIHierarchyLevel .