prefix:Atto

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

Type
Description

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

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