<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/prefix/Kibi">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/BinaryPrefix"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">A binary prefix for expressing a value with a scaling of $1024$, or $2^{10}$.</j.1:description>
<j.0:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1024</j.0:prefixMultiplier>
<j.0:symbol>Ki</j.0:symbol>
<j.0:ucumCode>Ki</j.0:ucumCode>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
<rdfs:label xml:lang="en">Kibi</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/prefix/Kibi>
rdf:type <http://qudt.org/schema/qudt/BinaryPrefix> ;
rdf:type <http://qudt.org/schema/qudt/Prefix> ;
<http://purl.org/dc/terms/description> "A binary prefix for expressing a value with a scaling of $1024$, or $2^{10}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/prefixMultiplier> "1024"^^xsd:double ;
<http://qudt.org/schema/qudt/symbol> "Ki" ;
<http://qudt.org/schema/qudt/ucumCode> "Ki" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/prefix> ;
rdfs:label "Kibi"@en ;
.
{"resource":"Kibi"
,"qname":"prefix:Kibi"
,"uri":"http:\/\/qudt.org\/vocab\/prefix\/Kibi"
,"properties":["description":"A binary prefix for expressing a value with a scaling of $1024$, or $2^{10}$."
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/prefix>"
,"label":"Kibi"
,"prefix multiplier":"1024"
,"symbol":"Ki"
,"type":"qudt:BinaryPrefix"
,"type":"qudt:Prefix"
,"ucum code":"Ki"
]}
{
"@id" : "http://qudt.org/vocab/prefix/Kibi",
"@type" : [ "http://qudt.org/schema/qudt/BinaryPrefix", "http://qudt.org/schema/qudt/Prefix" ],
"description" : "A binary prefix for expressing a value with a scaling of $1024$, or $2^{10}$.",
"http://qudt.org/schema/qudt/prefixMultiplier" : 1024.0,
"symbol" : "Ki",
"ucumCode" : "Ki",
"isDefinedBy" : "http://qudt.org/2.1/vocab/prefix",
"label" : {
"@language" : "en",
"@value" : "Kibi"
},
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"prefixMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/prefixMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"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#"
}
}