@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://qudt.org/schema/qudt/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/ns/sosa/> . @prefix ns2: <http://qudt.org/2.0/schema/> . @prefix ns3: <http://qudt.org/schema/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns4: <http://opendata.inra.fr/PO2/> . ns4:hasMaxKernel rdfs:domain ns0:QuantityValue . ns4:hasMaxSupport rdfs:domain ns0:QuantityValue . ns4:hasMinKernel rdfs:domain ns0:QuantityValue . ns4:hasMinSupport rdfs:domain ns0:QuantityValue . ns0:QuantityValue metadata_def:mappingLoom "quantityvalue" ; metadata_def:mappingSameURI ns0:QuantityValue ; metadata_def:prefLabel "Quantity value" ; metadata:prefixIRI "qudt:QuantityValue" ; ns0:description "A <i>Quantity Value</i> expresses the magnitude and kind of a quantity and is given by the product of a numerical value <code>n</code> and a unit of measure <code>U</code>. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. Refer to <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html\">NIST SP 811 section 7</a> for more on quantity values."^^rdf:HTML ; a owl:Class ; rdfs:isDefinedBy ns2:qudt, ns3:qudt ; rdfs:label "Quantity value" ; rdfs:subClassOf ns1:Result .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://qudt.org/schema/qudt/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/ns/sosa/> .
@prefix ns2: <http://qudt.org/2.0/schema/> .
@prefix ns3: <http://qudt.org/schema/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns4: <http://opendata.inra.fr/PO2/> .

ns4:hasMaxKernel
    rdfs:domain ns0:QuantityValue .

ns4:hasMaxSupport
    rdfs:domain ns0:QuantityValue .

ns4:hasMinKernel
    rdfs:domain ns0:QuantityValue .

ns4:hasMinSupport
    rdfs:domain ns0:QuantityValue .

ns0:QuantityValue
    metadata_def:mappingLoom "quantityvalue" ;
    metadata_def:mappingSameURI ns0:QuantityValue ;
    metadata_def:prefLabel "Quantity value" ;
    metadata:prefixIRI "qudt:QuantityValue" ;
    ns0:description "A <i>Quantity Value</i> expresses the magnitude and kind of a quantity and is given by the product of a numerical value <code>n</code> and a unit of measure <code>U</code>. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. Refer to <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html\">NIST SP 811 section 7</a> for more on quantity values."^^rdf:HTML ;
    a owl:Class ;
    rdfs:isDefinedBy ns2:qudt, ns3:qudt ;
    rdfs:label "Quantity value" ;
    rdfs:subClassOf ns1:Result .