View as:
CSV
RDF/XML
<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/PebiBIT-PER-M3">
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/VolumetricBitDensity"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1125899906842620.0</j.0:conversionMultiplier>
<j.0:symbol>Pibit/m³</j.0:symbol>
<j.0:uneceCommonCode>E82</j.0:uneceCommonCode>
<rdfs:label>pebibit per cubic metre</rdfs:label>
<j.0:iec61360Code>0112/2///62720#UAA273</j.0:iec61360Code>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.1:description>1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3</j.1:description>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.12589990684262E15</j.0:conversionMultiplierSN>
</rdf:Description>
</rdf:RDF>
TURTLE
@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/PebiBIT-PER-M3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1125899906842620.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.12589990684262E15 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricBitDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA273" ;
<http://qudt.org/schema/qudt/symbol> "Pibit/m³" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E82" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "pebibit per cubic metre" ;
.
JSON
{"resource":"pebibit per cubic metre"
,"qname":"unit:PebiBIT-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PebiBIT-PER-M3"
,"properties":["conversion multiplier":"1125899906842620.0"
,"conversion multiplier scientific":"1.12589990684262E15"
,"description":"1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"dimension:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumetricBitDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA273"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"pebibit per cubic metre"
,"symbol":"Pibit\/m³"
,"type":"qudt:Unit"
,"unece common code":"E82"
]}
JSON-LD
{
"@id" : "http://qudt.org/vocab/unit/PebiBIT-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3",
"conversionMultiplier" : "1125899906842620.0",
"conversionMultiplier:SN" : 1.12589990684262E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricBitDensity",
"iec61360Code" : "0112/2///62720#UAA273",
"symbol" : "Pibit/m³",
"uneceCommonCode" : "E82",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "pebibit per cubic metre",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"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"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"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#"
}
}