prefix:Exa

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

Type
Description

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

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