prefix:Peta

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

Type
Description

'peta' is a decimal prefix for expressing a value with a scaling of \(10^{15}\).

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