prefix:Micro

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

Type
Description

"micro" is a decimal prefix for expressing a value with a scaling of \(10^{-6}\).

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