<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:j.1="http://www.w3.org/2004/02/skos/core#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" >
<rdf:Description rdf:about="http://qudt.org/vocab/unit/DEG_C_GROWING_CEREAL">
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdfs:label xml:lang="en">Degree Celsius Growing Cereal</rdfs:label>
<rdfs:label>Degree Celsius Growing Cereal</rdfs:label>
<j.1:broader rdf:resource="http://qudt.org/vocab/unit/DEG_C"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Temperature"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/ContextualUnit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.8/vocab/unit"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E0</j.0:conversionMultiplierSN>
</rdf:Description>
</rdf:RDF>
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_C_GROWING_CEREAL>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ;
rdfs:isDefinedBy <http://qudt.org/3.1.8/vocab/unit> ;
rdfs:label "Degree Celsius Growing Cereal" ;
rdfs:label "Degree Celsius Growing Cereal"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/DEG_C> ;
.
{"resource":"Degree Celsius Growing Cereal"
,"qname":"unit:DEG_C_GROWING_CEREAL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C_GROWING_CEREAL"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has broader":"unit:DEG_C"
,"has dimension vector":"dimension:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:Temperature"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.8\/vocab\/unit>"
,"label":"Degree Celsius Growing Cereal"
,"label":"Degree Celsius Growing Cereal"
,"type":"qudt:ContextualUnit"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C_GROWING_CEREAL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Temperature",
"isDefinedBy" : "http://qudt.org/3.1.8/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Degree Celsius Growing Cereal"
}, "Degree Celsius Growing Cereal" ],
"broader" : "http://qudt.org/vocab/unit/DEG_C",
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}