<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/BIT-PER-M2">
<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.69314718055994530941723212145818</j.0:conversionMultiplier>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/AreaBitDensity"/>
<rdfs:label>bit per square metre</rdfs:label>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">bit.m-2</j.0:ucumCode>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0"/>
<j.0:iec61360Code>0112/2///62720#UAA341</j.0:iec61360Code>
<j.0:uneceCommonCode>E89</j.0:uneceCommonCode>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">6.9314718055994530941723212145818E-1</j.0:conversionMultiplierSN>
<j.1:description>unit bit divided by the power of the SI base unit metre with the exponent 2</j.1:description>
<j.0:symbol>bit/m²</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/BIT-PER-M2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit bit divided by the power of the SI base unit metre with the exponent 2" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.69314718055994530941723212145818 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaBitDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA341" ;
<http://qudt.org/schema/qudt/symbol> "bit/m²" ;
<http://qudt.org/schema/qudt/ucumCode> "bit.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E89" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "bit per square metre" ;
.
{"resource":"bit per square metre"
,"qname":"unit:BIT-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BIT-PER-M2"
,"properties":["conversion multiplier":"0.69314718055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E-1"
,"description":"unit bit divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"dimension:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:AreaBitDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA341"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"bit per square metre"
,"symbol":"bit\/m²"
,"type":"qudt:Unit"
,"ucum code":"bit.m-2"
,"unece common code":"E89"
]}
{
"@id" : "http://qudt.org/vocab/unit/BIT-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit bit divided by the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "0.69314718055994530941723212145818",
"conversionMultiplier:SN" : 0.6931471805599453,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaBitDensity",
"iec61360Code" : "0112/2///62720#UAA341",
"symbol" : "bit/m²",
"ucumCode" : "bit.m-2",
"uneceCommonCode" : "E89",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "bit per square metre",
"@context" : {
"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"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"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#"
}
}