prefix:Kilo

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

Type
Description

"kilo" is a decimal prefix for expressing a value with a scaling of 103".

Properties
Annotations
dcterms:description
"kilo" is a decimal prefix for expressing a value with a scaling of 103".
rdfs:label
Kilo(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/Kilo">
    <rdfs:label xml:lang="en">Kilo</rdfs:label>
    <j.0:symbol>k</j.0:symbol>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Kilo</j.0:dbpediaMatch>
    <j.0:siExactMatch rdf:resource="https://si-digital-framework.org/SI/prefixes/kilo"/>
    <j.0:ucumCode>k</j.0:ucumCode>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"kilo" is a decimal prefix for expressing a value with a scaling of \(10^{3}"\).</j.1:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.1/vocab/prefix"/>
    <j.0:prefixMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E3</j.0:prefixMultiplierSN>
    <j.0:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1000.0</j.0:prefixMultiplier>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Kilo?oldid=461428121</j.0:informativeReference>
  </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/Kilo>
  rdf:type <http://qudt.org/schema/qudt/DecimalPrefix> ;
  rdf:type <http://qudt.org/schema/qudt/Prefix> ;
  <http://purl.org/dc/terms/description> "\"kilo\" is a decimal prefix for expressing a value with a scaling of \\(10^{3}\"\\)."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kilo"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kilo?oldid=461428121"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/prefixMultiplier> 1000.0 ;
  <http://qudt.org/schema/qudt/prefixMultiplierSN> 1.0E3 ;
  <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/prefixes/kilo> ;
  <http://qudt.org/schema/qudt/symbol> "k" ;
  <http://qudt.org/schema/qudt/ucumCode> "k" ;
  rdfs:isDefinedBy <http://qudt.org/3.1.1/vocab/prefix> ;
  rdfs:label "Kilo"@en ;
.
JSON
{"resource":"Kilo" 
 ,"qname":"prefix:Kilo" 
 ,"uri":"http:\/\/qudt.org\/vocab\/prefix\/Kilo" 
 ,"properties":["Individual from SI Reference Point":"si-prefix:kilo" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kilo" 
    ,"description":"\"kilo\" is a decimal prefix for expressing a value with a scaling of \\(10^{3}\"\\)." 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kilo?oldid=461428121" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.1\/vocab\/prefix&gt;" 
    ,"label":"Kilo" 
    ,"prefix multiplier":"1000.0" 
    ,"prefix multiplier scientific":"1.0E3" 
    ,"symbol":"k" 
    ,"type":"qudt:DecimalPrefix" 
    ,"type":"qudt:Prefix" 
    ,"ucum code":"k" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/prefix/Kilo",
  "@type" : [ "http://qudt.org/schema/qudt/Prefix", "http://qudt.org/schema/qudt/DecimalPrefix" ],
  "description" : "\"kilo\" is a decimal prefix for expressing a value with a scaling of \\(10^{3}\"\\).",
  "dbpediaMatch" : "http://dbpedia.org/resource/Kilo",
  "informativeReference" : "http://en.wikipedia.org/wiki/Kilo?oldid=461428121",
  "prefixMultiplier" : "1000.0",
  "prefixMultiplier:SN" : 1000.0,
  "siExactMatch" : "https://si-digital-framework.org/SI/prefixes/kilo",
  "symbol" : "k",
  "ucumCode" : "k",
  "isDefinedBy" : "http://qudt.org/3.1.1/vocab/prefix",
  "label" : {
    "@language" : "en",
    "@value" : "Kilo"
  },
  "@context" : {
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "siExactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/siExactMatch",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "prefixMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/prefixMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "prefixMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/prefixMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "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 2025-04-23T17:08:07.936-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)