<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/ERG-PER-GM">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/>
<j.0:iec61360Code>0112/2///62720#UAB061</j.0:iec61360Code>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">erg.g-1</j.0:ucumCode>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
<j.0:uneceCommonCode>A61</j.0:uneceCommonCode>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">CGS unit of the mass-related energy</j.1:description>
<rdfs:label xml:lang="en">Erg Per Gram</rdfs:label>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0"/>
<j.0:plainTextDescription>CGS unit of the mass-related energy</j.0:plainTextDescription>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">erg/g</j.0:ucumCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/SpecificEnergy"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0001</j.0:conversionMultiplier>
<j.0:symbol>erg/g</j.0:symbol>
</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/ERG-PER-GM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "CGS unit of the mass-related energy"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB061" ;
<http://qudt.org/schema/qudt/plainTextDescription> "CGS unit of the mass-related energy" ;
<http://qudt.org/schema/qudt/symbol> "erg/g" ;
<http://qudt.org/schema/qudt/ucumCode> "erg.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "erg/g"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A61" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Erg Per Gram"@en ;
.
{"resource":"Erg Per Gram"
,"qname":"unit:ERG-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.0001"
,"description":"CGS unit of the mass-related energy"
,"description (plain text)":"CGS unit of the mass-related energy"
,"has dimension vector":"dimension:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB061"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Erg Per Gram"
,"symbol":"erg\/g"
,"type":"qudt:Unit"
,"ucum code":"erg.g-1"
,"ucum code":"erg\/g"
,"unece common code":"A61"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "CGS unit of the mass-related energy",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0001",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"iec61360Code" : "0112/2///62720#UAB061",
"plainTextDescription" : "CGS unit of the mass-related energy",
"symbol" : "erg/g",
"ucumCode" : [ "erg.g-1", "erg/g" ],
"uneceCommonCode" : "A61",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Erg Per Gram"
},
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"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"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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#"
}
}