@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/goodrelations/v1#> . @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/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://purl.org/goodrelations/> . ns0:Brand owl:disjointWith ns0:TypeAndQuantityNode . ns0:BusinessEntity owl:disjointWith ns0:TypeAndQuantityNode . ns0:BusinessEntityType owl:disjointWith ns0:TypeAndQuantityNode . ns0:BusinessFunction owl:disjointWith ns0:TypeAndQuantityNode . ns0:DayOfWeek owl:disjointWith ns0:TypeAndQuantityNode . ns0:DeliveryMethod owl:disjointWith ns0:TypeAndQuantityNode . ns0:Location owl:disjointWith ns0:TypeAndQuantityNode . ns0:Offering owl:disjointWith ns0:TypeAndQuantityNode . ns0:OpeningHoursSpecification owl:disjointWith ns0:TypeAndQuantityNode . ns0:PaymentMethod owl:disjointWith ns0:TypeAndQuantityNode . ns0:PriceSpecification owl:disjointWith ns0:TypeAndQuantityNode . ns0:ProductOrService owl:disjointWith ns0:TypeAndQuantityNode . ns0:QualitativeValue owl:disjointWith ns0:TypeAndQuantityNode . ns0:QuantitativeValue owl:disjointWith ns0:TypeAndQuantityNode . ns0:TypeAndQuantityNode metadata_def:mappingLoom "typeandquantitynode" ; metadata_def:mappingSameURI ns0:TypeAndQuantityNode ; metadata_def:prefLabel "Type and quantity node" ; metadata:prefixIRI "gr:TypeAndQuantityNode" ; a owl:Class ; rdfs:comment """This class collates all the information about a gr:ProductOrService included in a bundle. If a gr:Offering contains just one item, you can directly link from the gr:Offering to the gr:ProductOrService using gr:includes. If the offering contains multiple items, use an instance of this class for each component to indicate the quantity, unit of measurement, and type of product, and link from the gr:Offering via gr:includesObject. Example: An offering may include of 100g of Butter and 1 kg of potatoes, or 1 cell phone and 2 headsets."""@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Type and quantity node"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:WarrantyPromise, ns0:WarrantyScope . ns0:amountOfThisGood rdfs:domain ns0:TypeAndQuantityNode . ns0:includesObject rdfs:range ns0:TypeAndQuantityNode . ns0:typeOfGood rdfs:domain ns0:TypeAndQuantityNode .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/goodrelations/v1#> .
@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/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://purl.org/goodrelations/> .

ns0:Brand
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:BusinessEntity
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:BusinessEntityType
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:BusinessFunction
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:DayOfWeek
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:DeliveryMethod
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:Location
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:Offering
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:OpeningHoursSpecification
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:PaymentMethod
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:PriceSpecification
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:ProductOrService
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:QualitativeValue
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:QuantitativeValue
    owl:disjointWith ns0:TypeAndQuantityNode .

ns0:TypeAndQuantityNode
    metadata_def:mappingLoom "typeandquantitynode" ;
    metadata_def:mappingSameURI ns0:TypeAndQuantityNode ;
    metadata_def:prefLabel "Type and quantity node" ;
    metadata:prefixIRI "gr:TypeAndQuantityNode" ;
    a owl:Class ;
    rdfs:comment """This class collates all the information about a gr:ProductOrService included in a bundle. If a gr:Offering contains just one item, you can directly link from the gr:Offering to the gr:ProductOrService using gr:includes. If the offering contains multiple items, use an instance of this class for each component to indicate the quantity, unit of measurement, and type of product, and link from the gr:Offering via gr:includesObject.

Example: An offering may include of 100g of Butter and 1 kg of potatoes, or 1 cell phone and 2 headsets."""@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Type and quantity node"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:WarrantyPromise, ns0:WarrantyScope .

ns0:amountOfThisGood
    rdfs:domain ns0:TypeAndQuantityNode .

ns0:includesObject
    rdfs:range ns0:TypeAndQuantityNode .

ns0:typeOfGood
    rdfs:domain ns0:TypeAndQuantityNode .