<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:j.1="http://purl.org/dc/terms/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
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_R-PER-SEC">
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(A rate of change of temperature measured in degree Rankine in periods of one second.\)</j.1:description>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(degR / s\)</j.0:expression>
<rdfs:label xml:lang="en">Degree Rankine per Second</rdfs:label>
<j.0:symbol>°R/s</j.0:symbol>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[degR].s-1</j.0:ucumCode>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/TemperaturePerTime"/>
<j.0:iec61360Code>0112/2///62720#UAA053</j.0:iec61360Code>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0"/>
<j.0:uneceCommonCode>J30</j.0:uneceCommonCode>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[degR]/s</j.0:ucumCode>
</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_R-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\\(A rate of change of temperature measured in degree Rankine in periods of one second.\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/expression> "\\(degR / s\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA053" ;
<http://qudt.org/schema/qudt/symbol> "°R/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[degR].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "[degR]/s"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J30" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Degree Rankine per Second"@en ;
.
{"resource":"Degree Rankine per Second"
,"qname":"unit:DEG_R-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_R-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"description":"\\(A rate of change of temperature measured in degree Rankine in periods of one second.\\)"
,"expression":"\\(degR \/ s\\)"
,"has dimension vector":"dimension:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA053"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Degree Rankine per Second"
,"symbol":"°R\/s"
,"type":"qudt:Unit"
,"ucum code":"[degR].s-1"
,"ucum code":"[degR]\/s"
,"unece common code":"J30"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_R-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\\(A rate of change of temperature measured in degree Rankine in periods of one second.\\)",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"expression" : "\\(degR / s\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA053",
"symbol" : "°R/s",
"ucumCode" : [ "[degR].s-1", "[degR]/s" ],
"uneceCommonCode" : "J30",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Degree Rankine per Second"
},
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"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#"
}
}