<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-SEC2">
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">6.28318531</j.0:conversionMultiplier>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Revolution per Square Second" is a C.G.S System unit for 'Angular Acceleration' expressed as $rev-per-s^2$.</j.1:description>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">{#}.s-2</j.0:ucumCode>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
<rdfs:label xml:lang="en">Revolution per Square Second</rdfs:label>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/AngularAcceleration"/>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$rev/s2$</j.0:expression>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:symbol>rev/s²</j.0:symbol>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">6.28318531E0</j.0:conversionMultiplierSN>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/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-SEC2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Revolution per Square Second\" is a C.G.S System unit for 'Angular Acceleration' expressed as $rev-per-s^2$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6.28318531 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.28318531E0 ;
<http://qudt.org/schema/qudt/expression> "$rev/s2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<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/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Revolution per Square Second"@en ;
.
{"resource":"Revolution per Square Second"
,"qname":"unit:REV-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/REV-PER-SEC2"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"6.28318531"
,"conversion multiplier scientific":"6.28318531E0"
,"description":"\"Revolution per Square Second\" is a C.G.S System unit for 'Angular Acceleration' expressed as $rev-per-s^2$."
,"expression":"$rev\/s2$"
,"has dimension vector":"dimension:A0E0L0I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AngularAcceleration"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Revolution per Square Second"
,"symbol":"rev\/s²"
,"type":"qudt:Unit"
,"ucum code":"{#}.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/REV-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Revolution per Square Second\" is a C.G.S System unit for 'Angular Acceleration' expressed as $rev-per-s^2$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "6.28318531",
"conversionMultiplier:SN" : 6.28318531,
"expression" : "$rev/s2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AngularAcceleration",
"symbol" : "rev/s²",
"ucumCode" : "{#}.s-2",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Revolution per Square Second"
},
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@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"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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#"
}
}