<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/CentiM2-PER-ERG">
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E3</j.0:conversionMultiplierSN>
<j.0:iec61360Code>0112/2///62720#UAB168</j.0:iec61360Code>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">cm2/erg</j.0:ucumCode>
<j.0:symbol>cm²/erg</j.0:symbol>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/SpectralCrossSection"/>
<j.0:uneceCommonCode>D16</j.0:uneceCommonCode>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1000.0</j.0:conversionMultiplier>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">cm2.erg-1</j.0:ucumCode>
<j.1:description>[CGS] unit of the spectral profile</j.1:description>
<rdfs:label>square centimetre per erg</rdfs:label>
</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/CentiM2-PER-ERG>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "[CGS] unit of the spectral profile" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralCrossSection> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB168" ;
<http://qudt.org/schema/qudt/symbol> "cm²/erg" ;
<http://qudt.org/schema/qudt/ucumCode> "cm2.erg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "cm2/erg"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D16" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "square centimetre per erg" ;
.
{"resource":"square centimetre per erg"
,"qname":"unit:CentiM2-PER-ERG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM2-PER-ERG"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"[CGS] unit of the spectral profile"
,"has dimension vector":"dimension:A0E0L0I0M-1H0T2D0"
,"has quantity kind":"quantitykind:SpectralCrossSection"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB168"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"square centimetre per erg"
,"symbol":"cm²\/erg"
,"type":"qudt:Unit"
,"ucum code":"cm2.erg-1"
,"ucum code":"cm2\/erg"
,"unece common code":"D16"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM2-PER-ERG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit of the spectral profile",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralCrossSection",
"iec61360Code" : "0112/2///62720#UAB168",
"symbol" : "cm²/erg",
"ucumCode" : [ "cm2/erg", "cm2.erg-1" ],
"uneceCommonCode" : "D16",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "square centimetre per erg",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"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#"
}
}