prefix:Centi

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

Type
Description

'centi' is a decimal prefix for expressing a value with a scaling of \(10^{-2}\).

Properties
Annotations
dcterms:description
'centi' is a decimal prefix for expressing a value with a scaling of \(10^{-2}\).
rdfs:label
Centi(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/Centi">
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Centi-</j.0:dbpediaMatch>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Centi-?oldid=480291808</j.0:informativeReference>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
    <j.0:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-2</j.0:prefixMultiplier>
    <j.0:siExactMatch rdf:resource="https://si-digital-framework.org/SI/prefixes/centi"/>
    <j.0:ucumCode>c</j.0:ucumCode>
    <j.0:symbol>c</j.0:symbol>
    <rdfs:label xml:lang="en">Centi</rdfs:label>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'centi' is a decimal prefix for expressing a value with a scaling of \(10^{-2}\).</j.1:description>
  </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/Centi>
  rdf:type <http://qudt.org/schema/qudt/DecimalPrefix> ;
  rdf:type <http://qudt.org/schema/qudt/Prefix> ;
  <http://purl.org/dc/terms/description> "'centi' is a decimal prefix for expressing a value with a scaling of \\(10^{-2}\\)."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Centi-"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Centi-?oldid=480291808"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/prefixMultiplier> 1.0E-2 ;
  <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/prefixes/centi> ;
  <http://qudt.org/schema/qudt/symbol> "c" ;
  <http://qudt.org/schema/qudt/ucumCode> "c" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/prefix> ;
  rdfs:label "Centi"@en ;
.
JSON
{"resource":"Centi" 
 ,"qname":"prefix:Centi" 
 ,"uri":"http:\/\/qudt.org\/vocab\/prefix\/Centi" 
 ,"properties":["Individual from SI Reference Point":"si-prefix:centi" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Centi-" 
    ,"description":"'centi' is a decimal prefix for expressing a value with a scaling of \\(10^{-2}\\)." 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Centi-?oldid=480291808" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/prefix&gt;" 
    ,"label":"Centi" 
    ,"prefix multiplier":"1.0E-2" 
    ,"symbol":"c" 
    ,"type":"qudt:DecimalPrefix" 
    ,"type":"qudt:Prefix" 
    ,"ucum code":"c" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/prefix/Centi",
  "@type" : [ "http://qudt.org/schema/qudt/Prefix", "http://qudt.org/schema/qudt/DecimalPrefix" ],
  "description" : "'centi' is a decimal prefix for expressing a value with a scaling of \\(10^{-2}\\).",
  "dbpediaMatch" : "http://dbpedia.org/resource/Centi-",
  "informativeReference" : "http://en.wikipedia.org/wiki/Centi-?oldid=480291808",
  "http://qudt.org/schema/qudt/prefixMultiplier" : 0.01,
  "siExactMatch" : "https://si-digital-framework.org/SI/prefixes/centi",
  "symbol" : "c",
  "ucumCode" : "c",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/prefix",
  "label" : {
    "@language" : "en",
    "@value" : "Centi"
  },
  "@context" : {
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "prefixMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/prefixMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "siExactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/siExactMatch",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "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-09-27T10:03:15.984-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)