@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:QuantitativeValueFloat owl:disjointWith ns0:QuantitativeValueInteger . ns0:QuantitativeValueInteger metadata_def:mappingLoom "quantitativevalueinteger" ; metadata_def:mappingSameURI ns0:QuantitativeValueInteger ; metadata_def:prefLabel "Quantitative value integer" ; metadata:prefixIRI "gr:QuantitativeValueInteger" ; a owl:Class ; rdfs:comment """An instance of this class is an actual integer value for a quantitative property of a product. This instance is usually characterized by a minimal value, a maximal value, and a unit of measurement. Example: A seating capacity between 1 and 8 persons. Note: Users must keep in mind that ranges in here mean that ALL possible values in this interval are covered. (Sometimes, the actual commitment may be less than that: \"We sell cars from 2 - 12 seats\" does often not really mean that they have cars with 2,3,4,...12 seats.). Someone renting out two types of rowing boats, one that fits for 1 or 2 people, and another that must be operated by 4 people cannot claim to rent boats with a seating capacity between 1 and 4 people. He or she is offering two boat types for 1-2 and 4 persons. Compatibility with schema.org: This class is a subclass of http://schema.org/Quantity."""@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Quantitative value integer"@en ; rdfs:subClassOf ns0:QuantitativeValue . ns0:advanceBookingRequirement rdfs:range ns0:QuantitativeValueInteger . ns0:deliveryLeadTime rdfs:range ns0:QuantitativeValueInteger . ns0:hasMaxValueInteger rdfs:domain ns0:QuantitativeValueInteger . ns0:hasMinValueInteger rdfs:domain ns0:QuantitativeValueInteger . ns0:hasValueInteger rdfs:domain ns0:QuantitativeValueInteger .
@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:QuantitativeValueFloat
    owl:disjointWith ns0:QuantitativeValueInteger .

ns0:QuantitativeValueInteger
    metadata_def:mappingLoom "quantitativevalueinteger" ;
    metadata_def:mappingSameURI ns0:QuantitativeValueInteger ;
    metadata_def:prefLabel "Quantitative value integer" ;
    metadata:prefixIRI "gr:QuantitativeValueInteger" ;
    a owl:Class ;
    rdfs:comment """An instance of this class is an actual integer value for a quantitative property of a product. This instance is usually characterized by a minimal value, a maximal value, and a unit of measurement. 

Example: A seating capacity between 1 and 8 persons.

Note: Users must keep in mind that ranges in here mean that ALL possible values in this interval are covered. (Sometimes, the actual commitment may be less than that: \"We sell cars from 2 - 12 seats\" does often not really mean that they have cars with 2,3,4,...12 seats.). Someone renting out two types of rowing boats, one that fits for 1 or 2 people, and another that must be operated by 4 people cannot claim to rent boats with a seating capacity between 1 and 4 people. He or she is offering two boat types for 1-2 and 4 persons.
		
Compatibility with schema.org: This class is a subclass of http://schema.org/Quantity."""@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Quantitative value integer"@en ;
    rdfs:subClassOf ns0:QuantitativeValue .

ns0:advanceBookingRequirement
    rdfs:range ns0:QuantitativeValueInteger .

ns0:deliveryLeadTime
    rdfs:range ns0:QuantitativeValueInteger .

ns0:hasMaxValueInteger
    rdfs:domain ns0:QuantitativeValueInteger .

ns0:hasMinValueInteger
    rdfs:domain ns0:QuantitativeValueInteger .

ns0:hasValueInteger
    rdfs:domain ns0:QuantitativeValueInteger .