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