<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/REV-PER-MIN-SEC">
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/AngularAcceleration"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.10471975516666666666666666666667</j.0:conversionMultiplier>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0471975516666666666666666666667E-1</j.0:conversionMultiplierSN>
<rdfs:label xml:lang="en">Revolution per Minute per Second</rdfs:label>
<j.0:symbol>rev/min/s</j.0:symbol>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">{#}.min-1.s-1</j.0:ucumCode>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">Revolution per Minute per Second is a unit for Angular Acceleration (sometimes called Change of RPM, crpm)</j.1:description>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
</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/REV-PER-MIN-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Revolution per Minute per Second is a unit for Angular Acceleration (sometimes called Change of RPM, crpm)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.10471975516666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0471975516666666666666666666667E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularAcceleration> ;
<http://qudt.org/schema/qudt/symbol> "rev/min/s" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.min-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Revolution per Minute per Second"@en ;
.
{"resource":"Revolution per Minute per Second"
,"qname":"unit:REV-PER-MIN-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/REV-PER-MIN-SEC"
,"properties":["conversion multiplier":"0.10471975516666666666666666666667"
,"conversion multiplier scientific":"1.0471975516666666666666666666667E-1"
,"description":"Revolution per Minute per Second is a unit for Angular Acceleration (sometimes called Change of RPM, crpm)"
,"has dimension vector":"dimension:A0E0L0I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AngularAcceleration"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Revolution per Minute per Second"
,"symbol":"rev\/min\/s"
,"type":"qudt:Unit"
,"ucum code":"{#}.min-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/REV-PER-MIN-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Revolution per Minute per Second is a unit for Angular Acceleration (sometimes called Change of RPM, crpm)",
"conversionMultiplier" : "0.10471975516666666666666666666667",
"conversionMultiplier:SN" : 0.10471975516666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AngularAcceleration",
"symbol" : "rev/min/s",
"ucumCode" : "{#}.min-1.s-1",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Revolution per Minute per Second"
},
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"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#"
}
}