@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/pmd/co/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://w3id.org/pmd/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:ManufacturingNode metadata_def:mappingLoom "manufacturingnode" ; metadata_def:mappingSameURI ns0:ManufacturingNode ; metadata_def:prefLabel "Herstellungsknoten"@de, "Manufacturing Node"@en ; metadata:prefixIRI "ManufacturingNode" ; a owl:Class ; rdfs:isDefinedBy ns1:co ; rdfs:label "Herstellungsknoten"@de, "Manufacturing Node"@en ; rdfs:subClassOf ns0:ProcessingNode ; skos:definition """A processing node that implements transformative processes as well as consumes and creates tangible objects and typically requires inputs In general but not necessarily, a manufacture node includes intrinsic analysis nodes that create corresponding measurements with respect to the process implemented by the manufacture node."""@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/pmd/co/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://w3id.org/pmd/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:ManufacturingNode
    metadata_def:mappingLoom "manufacturingnode" ;
    metadata_def:mappingSameURI ns0:ManufacturingNode ;
    metadata_def:prefLabel "Herstellungsknoten"@de, "Manufacturing Node"@en ;
    metadata:prefixIRI "ManufacturingNode" ;
    a owl:Class ;
    rdfs:isDefinedBy ns1:co ;
    rdfs:label "Herstellungsknoten"@de, "Manufacturing Node"@en ;
    rdfs:subClassOf ns0:ProcessingNode ;
    skos:definition """A processing node that implements transformative processes as well as consumes and creates tangible objects and typically requires inputs
In general but not necessarily, a manufacture node includes intrinsic analysis nodes that create corresponding measurements with respect to the process implemented by the manufacture node."""@en .