@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:QuantitativeValue . ns0:BusinessEntity owl:disjointWith ns0:QuantitativeValue . ns0:BusinessEntityType owl:disjointWith ns0:QuantitativeValue . ns0:BusinessFunction owl:disjointWith ns0:QuantitativeValue . ns0:DayOfWeek owl:disjointWith ns0:QuantitativeValue . ns0:DeliveryMethod owl:disjointWith ns0:QuantitativeValue . ns0:Location owl:disjointWith ns0:QuantitativeValue . ns0:Offering owl:disjointWith ns0:QuantitativeValue . ns0:OpeningHoursSpecification owl:disjointWith ns0:QuantitativeValue . ns0:PaymentMethod owl:disjointWith ns0:QuantitativeValue . ns0:PriceSpecification owl:disjointWith ns0:QuantitativeValue . ns0:ProductOrService owl:disjointWith ns0:QuantitativeValue . ns0:QualitativeValue owl:disjointWith ns0:QuantitativeValue . ns0:QuantitativeValue metadata_def:mappingLoom "quantitativevalue" ; metadata_def:mappingSameURI ns0:QuantitativeValue ; metadata_def:prefLabel "Quantitative value" ; metadata:prefixIRI "gr:QuantitativeValue" ; a owl:Class ; rdfs:comment """A quantitative value is a numerical interval that represents the range of a certain gr:quantitativeProductOrServiceProperty in terms of the lower and upper bounds for a particular gr:ProductOrService. It is to be interpreted in combination with the respective unit of measurement. Most quantitative values are intervals even if they are in practice often treated as a single point value. Example: a weight between 10 and 25 kilogramms, a length between 10 and 15 milimeters. Compatibility with schema.org: This class is equivalent to http://schema.org/Quantity."""@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Quantitative value"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope . ns0:QuantitativeValueFloat rdfs:subClassOf ns0:QuantitativeValue . ns0:QuantitativeValueInteger rdfs:subClassOf ns0:QuantitativeValue . ns0:depth rdfs:range ns0:QuantitativeValue . ns0:eligibleDuration rdfs:range ns0:QuantitativeValue . ns0:hasEligibleQuantity rdfs:range ns0:QuantitativeValue . ns0:hasMaxValue rdfs:domain ns0:QuantitativeValue . ns0:hasMinValue rdfs:domain ns0:QuantitativeValue . ns0:hasValue rdfs:domain ns0:QuantitativeValue . ns0:height rdfs:range ns0:QuantitativeValue . ns0:quantitativeProductOrServiceProperty rdfs:range ns0:QuantitativeValue . ns0:weight rdfs:range ns0:QuantitativeValue . ns0:width rdfs:range ns0:QuantitativeValue .
@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:QuantitativeValue .

ns0:BusinessEntity
    owl:disjointWith ns0:QuantitativeValue .

ns0:BusinessEntityType
    owl:disjointWith ns0:QuantitativeValue .

ns0:BusinessFunction
    owl:disjointWith ns0:QuantitativeValue .

ns0:DayOfWeek
    owl:disjointWith ns0:QuantitativeValue .

ns0:DeliveryMethod
    owl:disjointWith ns0:QuantitativeValue .

ns0:Location
    owl:disjointWith ns0:QuantitativeValue .

ns0:Offering
    owl:disjointWith ns0:QuantitativeValue .

ns0:OpeningHoursSpecification
    owl:disjointWith ns0:QuantitativeValue .

ns0:PaymentMethod
    owl:disjointWith ns0:QuantitativeValue .

ns0:PriceSpecification
    owl:disjointWith ns0:QuantitativeValue .

ns0:ProductOrService
    owl:disjointWith ns0:QuantitativeValue .

ns0:QualitativeValue
    owl:disjointWith ns0:QuantitativeValue .

ns0:QuantitativeValue
    metadata_def:mappingLoom "quantitativevalue" ;
    metadata_def:mappingSameURI ns0:QuantitativeValue ;
    metadata_def:prefLabel "Quantitative value" ;
    metadata:prefixIRI "gr:QuantitativeValue" ;
    a owl:Class ;
    rdfs:comment """A quantitative value is a numerical interval that represents the range of a certain gr:quantitativeProductOrServiceProperty in terms of the lower and upper bounds for a particular gr:ProductOrService. It is to be interpreted in combination with the respective unit of measurement. Most quantitative values are intervals even if they are in practice often treated as a single point value.
	
Example: a weight between 10 and 25 kilogramms, a length between 10 and 15 milimeters.

Compatibility with schema.org: This class is equivalent to http://schema.org/Quantity."""@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Quantitative value"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope .

ns0:QuantitativeValueFloat
    rdfs:subClassOf ns0:QuantitativeValue .

ns0:QuantitativeValueInteger
    rdfs:subClassOf ns0:QuantitativeValue .

ns0:depth
    rdfs:range ns0:QuantitativeValue .

ns0:eligibleDuration
    rdfs:range ns0:QuantitativeValue .

ns0:hasEligibleQuantity
    rdfs:range ns0:QuantitativeValue .

ns0:hasMaxValue
    rdfs:domain ns0:QuantitativeValue .

ns0:hasMinValue
    rdfs:domain ns0:QuantitativeValue .

ns0:hasValue
    rdfs:domain ns0:QuantitativeValue .

ns0:height
    rdfs:range ns0:QuantitativeValue .

ns0:quantitativeProductOrServiceProperty
    rdfs:range ns0:QuantitativeValue .

ns0:weight
    rdfs:range ns0:QuantitativeValue .

ns0:width
    rdfs:range ns0:QuantitativeValue .