@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/> . @prefix ns2: <http://purl.org/foodontology#> . ns2:carbohydratesPer100g rdfs:range ns0:QuantitativeValueFloat . ns2:energyPer100g rdfs:range ns0:QuantitativeValueFloat . ns2:fatPer100g rdfs:range ns0:QuantitativeValueFloat . ns2:proteinsPer100g rdfs:range ns0:QuantitativeValueFloat . ns0:QuantitativeValueFloat metadata_def:mappingLoom "quantitativevaluefloat" ; metadata_def:mappingSameURI ns0:QuantitativeValueFloat ; metadata_def:prefLabel "Quantitative value float" ; metadata:prefixIRI "gr:QuantitativeValueFloat" ; a owl:Class ; rdfs:comment """An instance of this class is an actual float 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. Examples: The intervals \"between 10.0 and 25.4 kilogramms\" or \"10.2 and 15.5 milimeters\". Compatibility with schema.org: This class is a subclass of http://schema.org/Quantity."""@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Quantitative value float"@en ; rdfs:subClassOf ns0:QuantitativeValue ; owl:disjointWith ns0:QuantitativeValueInteger . ns0:hasInventoryLevel rdfs:range ns0:QuantitativeValueFloat . ns0:hasMaxValueFloat rdfs:domain ns0:QuantitativeValueFloat . ns0:hasMinValueFloat rdfs:domain ns0:QuantitativeValueFloat . ns0:hasValueFloat rdfs:domain ns0:QuantitativeValueFloat .
@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/> .
@prefix ns2: <http://purl.org/foodontology#> .

ns2:carbohydratesPer100g
    rdfs:range ns0:QuantitativeValueFloat .

ns2:energyPer100g
    rdfs:range ns0:QuantitativeValueFloat .

ns2:fatPer100g
    rdfs:range ns0:QuantitativeValueFloat .

ns2:proteinsPer100g
    rdfs:range ns0:QuantitativeValueFloat .

ns0:QuantitativeValueFloat
    metadata_def:mappingLoom "quantitativevaluefloat" ;
    metadata_def:mappingSameURI ns0:QuantitativeValueFloat ;
    metadata_def:prefLabel "Quantitative value float" ;
    metadata:prefixIRI "gr:QuantitativeValueFloat" ;
    a owl:Class ;
    rdfs:comment """An instance of this class is an actual float 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.

Examples: The intervals \"between 10.0  and 25.4 kilogramms\" or \"10.2 and 15.5 milimeters\".

Compatibility with schema.org: This class is a subclass of http://schema.org/Quantity."""@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Quantitative value float"@en ;
    rdfs:subClassOf ns0:QuantitativeValue ;
    owl:disjointWith ns0:QuantitativeValueInteger .

ns0:hasInventoryLevel
    rdfs:range ns0:QuantitativeValueFloat .

ns0:hasMaxValueFloat
    rdfs:domain ns0:QuantitativeValueFloat .

ns0:hasMinValueFloat
    rdfs:domain ns0:QuantitativeValueFloat .

ns0:hasValueFloat
    rdfs:domain ns0:QuantitativeValueFloat .