@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://purl.org/psn/vocab#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns1: <https://doi.org/10.1186/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Derivation metadata_def:mappingLoom "derivation" ; metadata_def:mappingSameURI ns0:Derivation ; metadata_def:prefLabel "Derivation"@en ; metadata:prefixIRI "Derivation" ; dct:source ns1:gb-2005-6-5-r46 ; a owl:Class ; rdfs:comment "The dependency relation between products in a supply network, characterized by the (partial) consumption of one product for the creation of another. This does not necessitate that a product becomes part of a (physical) presence of the created product. Such examples are chemicals used for cleaning in the manufacturing of microchip or a foundry service (time)slot. Neither example becomes a microchip, but without them, no new microchip are created. The derivation usually expresses the relation between two products, but may include multiple psn:from properties to express alternatives."@en ; rdfs:isDefinedBy <https://purl.org/psn/vocab#> ; rdfs:label "Derivation"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:Enterprise, ns0:Product . ns0:from rdfs:domain ns0:Derivation . ns0:into rdfs:domain ns0:Derivation . ns0:quantity rdfs:domain ns0:Derivation .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://purl.org/psn/vocab#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <https://doi.org/10.1186/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Derivation
    metadata_def:mappingLoom "derivation" ;
    metadata_def:mappingSameURI ns0:Derivation ;
    metadata_def:prefLabel "Derivation"@en ;
    metadata:prefixIRI "Derivation" ;
    dct:source ns1:gb-2005-6-5-r46 ;
    a owl:Class ;
    rdfs:comment "The dependency relation between products in a supply network, characterized by the (partial) consumption of one product for the creation of another. This does not necessitate that a product becomes part of a (physical) presence of the created product. Such examples are chemicals used for cleaning in the manufacturing of microchip or a foundry service (time)slot. Neither example becomes a microchip, but without them, no new microchip are created. The derivation usually expresses the relation between two products, but may include multiple psn:from properties to express alternatives."@en ;
    rdfs:isDefinedBy <https://purl.org/psn/vocab#> ;
    rdfs:label "Derivation"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:Enterprise, ns0:Product .

ns0:from
    rdfs:domain ns0:Derivation .

ns0:into
    rdfs:domain ns0:Derivation .

ns0:quantity
    rdfs:domain ns0:Derivation .