<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/CentiGRAY">
<j.0:symbol>cGy</j.0:symbol>
<rdfs:label>centigray</rdfs:label>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-2</j.0:conversionMultiplierSN>
<j.1:description>0.01-fold of the unit gray</j.1:description>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/AbsorbedDose"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Kerma"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.01</j.0:conversionMultiplier>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0"/>
<j.0:iec61360Code>0112/2///62720#UAB503</j.0:iec61360Code>
</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/CentiGRAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.01-fold of the unit gray" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDose> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Kerma> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB503" ;
<http://qudt.org/schema/qudt/symbol> "cGy" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "centigray" ;
.
{"resource":"centigray"
,"qname":"unit:CentiGRAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiGRAY"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"0.01-fold of the unit gray"
,"has dimension vector":"dimension:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AbsorbedDose"
,"has quantity kind":"quantitykind:Kerma"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB503"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"centigray"
,"symbol":"cGy"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiGRAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the unit gray",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDose", "http://qudt.org/vocab/quantitykind/Kerma" ],
"iec61360Code" : "0112/2///62720#UAB503",
"symbol" : "cGy",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "centigray",
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"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#"
}
}