<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/R-PER-SEC">
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2.58E-4</j.0:conversionMultiplierSN>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">R.s-1</j.0:ucumCode>
<j.0:uneceCommonCode>D6</j.0:uneceCommonCode>
<rdfs:label>roentgen per second</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:iec61360Code>0112/2///62720#UAA276</j.0:iec61360Code>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ExposureRate"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">R/s</j.0:ucumCode>
<j.1:description>unit roentgen, the use of which is no longer permitted divided by the SI base unit second</j.1:description>
<j.0:symbol>R/s</j.0:symbol>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000258</j.0:conversionMultiplier>
</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/R-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit roentgen, the use of which is no longer permitted divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000258 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.58E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExposureRate> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA276" ;
<http://qudt.org/schema/qudt/symbol> "R/s" ;
<http://qudt.org/schema/qudt/ucumCode> "R.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "R/s"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D6" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "roentgen per second" ;
.
{"resource":"roentgen per second"
,"qname":"unit:R-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/R-PER-SEC"
,"properties":["conversion multiplier":"0.000258"
,"conversion multiplier scientific":"2.58E-4"
,"description":"unit roentgen, the use of which is no longer permitted divided by the SI base unit second"
,"has dimension vector":"dimension:A0E1L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:ExposureRate"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA276"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"roentgen per second"
,"symbol":"R\/s"
,"type":"qudt:Unit"
,"ucum code":"R.s-1"
,"ucum code":"R\/s"
,"unece common code":"D6"
]}
{
"@id" : "http://qudt.org/vocab/unit/R-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit roentgen, the use of which is no longer permitted divided by the SI base unit second",
"conversionMultiplier" : "0.000258",
"conversionMultiplier:SN" : 2.58E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ExposureRate",
"iec61360Code" : "0112/2///62720#UAA276",
"symbol" : "R/s",
"ucumCode" : [ "R.s-1", "R/s" ],
"uneceCommonCode" : "D6",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "roentgen per second",
"@context" : {
"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"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"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#"
}
}