@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix gr: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . owl:Class a rdfs:Class ; rdfs:label "Class" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Type and quantity node" ; foaf:primaryTopic gr:TypeAndQuantityNode . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . owl:disjointWith a rdf:Property ; rdfs:label "disjointWith" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Type and quantity node" . dc:format "text/n3" ; dcterms:title "Notation3 description of Type and quantity node" . dc:format "text/plain" ; dcterms:title "NTriples description of Type and quantity node" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Type and quantity node" . dc:format "text/turtle" ; dcterms:title "Turtle description of Type and quantity node" . a owl:Ontology ; rdfs:label "GoodRelations Ontology"@en ; dc:title "The GoodRelations Vocabulary for Semantic Web-based E-Commerce"@en ; dcterms:license . gr:Brand a owl:Class ; rdfs:label "Brand"@en . gr:BusinessEntity a owl:Class ; rdfs:label "Business entity"@en . gr:BusinessEntityType a owl:Class ; rdfs:label "Business entity type"@en . gr:BusinessFunction a owl:Class ; rdfs:label "Business function"@en . gr:DayOfWeek a owl:Class ; rdfs:label "Day of week"@en . gr:DeliveryMethod a owl:Class ; rdfs:label "Delivery method"@en . gr:Location a owl:Class ; rdfs:label "Location"@en . gr:Offering a owl:Class ; rdfs:label "Offering"@en . gr:OpeningHoursSpecification a owl:Class ; rdfs:label "Opening hours specification"@en . gr:PaymentMethod a owl:Class ; rdfs:label "Payment method"@en . gr:PriceSpecification a owl:Class ; rdfs:label "Price specification"@en . gr:ProductOrService a owl:Class ; rdfs:label "Product or service"@en . gr:QualitativeValue a owl:Class ; rdfs:label "Qualitative value"@en . gr:QuantitativeValue a owl:Class ; rdfs:label "Quantitative value"@en . gr:TypeAndQuantityNode a owl:Class ; rdfs:label "Type and quantity node"@en ; 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 ; owl:disjointWith gr:Brand, gr:BusinessEntity, gr:BusinessEntityType, gr:BusinessFunction, gr:DayOfWeek, gr:DeliveryMethod, gr:Location, gr:Offering, gr:OpeningHoursSpecification, gr:PaymentMethod, gr:PriceSpecification, gr:ProductOrService, gr:QualitativeValue, gr:QuantitativeValue, gr:WarrantyPromise, gr:WarrantyScope . gr:WarrantyPromise a owl:Class ; rdfs:label "Warranty promise"@en . gr:WarrantyScope a owl:Class ; rdfs:label "Warranty scope"@en . [] a ov:RequestedDocument ; dcterms:source .