prefix:Kibi

URI: http://qudt.org/vocab/prefix/Kibi

Type
Description

A binary prefix for expressing a value with a scaling of $1024$, or $2^{10}$.

Properties
Annotations
dcterms:description
A binary prefix for expressing a value with a scaling of $1024$, or $2^{10}$.
rdfs:label
Kibi(en)
View as:  CSV

Work in progress

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/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>
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/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 ;
.
JSON
{"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":"&lt;http:\/\/qudt.org\/2.1\/vocab\/prefix&gt;" 
    ,"label":"Kibi" 
    ,"prefix multiplier":"1024" 
    ,"symbol":"Ki" 
    ,"type":"qudt:BinaryPrefix" 
    ,"type":"qudt:Prefix" 
    ,"ucum code":"Ki" 
    ]}
JSON-LD
{
  "@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#"
  }
}

Generated 2024-08-31T13:11:45.226-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)