<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/Gibi">
<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^{3}$, or $2^{30}$.</j.1:description>
<j.0:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1073741824.0</j.0:prefixMultiplier>
<j.0:prefixMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1073741824E0</j.0:prefixMultiplierSN>
<j.0:symbol>Gi</j.0:symbol>
<j.0:ucumCode>Gi</j.0:ucumCode>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.1/vocab/prefix"/>
<rdfs:label xml:lang="en">Gibi</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/Gibi>
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^{3}$, or $2^{30}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/prefixMultiplier> 1073741824.0 ;
<http://qudt.org/schema/qudt/prefixMultiplierSN> 1073741824E0 ;
<http://qudt.org/schema/qudt/symbol> "Gi" ;
<http://qudt.org/schema/qudt/ucumCode> "Gi" ;
rdfs:isDefinedBy <http://qudt.org/3.1.1/vocab/prefix> ;
rdfs:label "Gibi"@en ;
.
{"resource":"Gibi"
,"qname":"prefix:Gibi"
,"uri":"http:\/\/qudt.org\/vocab\/prefix\/Gibi"
,"properties":["description":"A binary prefix for expressing a value with a scaling of $1024^{3}$, or $2^{30}$."
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.1\/vocab\/prefix>"
,"label":"Gibi"
,"prefix multiplier":"1073741824.0"
,"prefix multiplier scientific":"1073741824E0"
,"symbol":"Gi"
,"type":"qudt:BinaryPrefix"
,"type":"qudt:Prefix"
,"ucum code":"Gi"
]}
{
"@id" : "http://qudt.org/vocab/prefix/Gibi",
"@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^{3}$, or $2^{30}$.",
"prefixMultiplier" : "1073741824.0",
"prefixMultiplier:SN" : 1.073741824E9,
"symbol" : "Gi",
"ucumCode" : "Gi",
"isDefinedBy" : "http://qudt.org/3.1.1/vocab/prefix",
"label" : {
"@language" : "en",
"@value" : "Gibi"
},
"@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#decimal"
},
"prefixMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/prefixMultiplierSN",
"@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#"
}
}