prefix:Ronto

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

Type
Description

'ronto' is a decimal prefix for expressing a value with a scaling of 1027.

Properties
qudt:prefixMultiplier
0.000000000000000000000000001
Annotations
dcterms:description
'ronto' is a decimal prefix for expressing a value with a scaling of 1027.
rdfs:label
Ronto(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/Ronto">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
    <j.0:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000000000000000000000000001</j.0:prefixMultiplier>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Ronto</j.0:dbpediaMatch>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'ronto' is a decimal prefix for expressing a value with a scaling of \(10^{-27}\).</j.1:description>
    <j.0:siExactMatch rdf:resource="https://si-digital-framework.org/SI/prefixes/ronto"/>
    <j.0:ucumCode>r</j.0:ucumCode>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.1/vocab/prefix"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
    <rdfs:label xml:lang="en">Ronto</rdfs:label>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.nist.gov/pml/owm/metric-si-prefixes</j.0:informativeReference>
    <j.0:prefixMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-27</j.0:prefixMultiplierSN>
    <j.0:symbol>r</j.0:symbol>
  </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/Ronto>
  rdf:type <http://qudt.org/schema/qudt/DecimalPrefix> ;
  rdf:type <http://qudt.org/schema/qudt/Prefix> ;
  <http://purl.org/dc/terms/description> "'ronto' is a decimal prefix for expressing a value with a scaling of \\(10^{-27}\\)."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Ronto"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/prefixMultiplier> 0.000000000000000000000000001 ;
  <http://qudt.org/schema/qudt/prefixMultiplierSN> 1.0E-27 ;
  <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/prefixes/ronto> ;
  <http://qudt.org/schema/qudt/symbol> "r" ;
  <http://qudt.org/schema/qudt/ucumCode> "r" ;
  rdfs:isDefinedBy <http://qudt.org/3.1.1/vocab/prefix> ;
  rdfs:label "Ronto"@en ;
.
JSON
{"resource":"Ronto" 
 ,"qname":"prefix:Ronto" 
 ,"uri":"http:\/\/qudt.org\/vocab\/prefix\/Ronto" 
 ,"properties":["Individual from SI Reference Point":"si-prefix:ronto" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Ronto" 
    ,"description":"'ronto' is a decimal prefix for expressing a value with a scaling of \\(10^{-27}\\)." 
    ,"informative reference":"https:\/\/www.nist.gov\/pml\/owm\/metric-si-prefixes" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.1\/vocab\/prefix&gt;" 
    ,"label":"Ronto" 
    ,"prefix multiplier":"0.000000000000000000000000001" 
    ,"prefix multiplier scientific":"1.0E-27" 
    ,"symbol":"r" 
    ,"type":"qudt:DecimalPrefix" 
    ,"type":"qudt:Prefix" 
    ,"ucum code":"r" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/prefix/Ronto",
  "@type" : [ "http://qudt.org/schema/qudt/Prefix", "http://qudt.org/schema/qudt/DecimalPrefix" ],
  "description" : "'ronto' is a decimal prefix for expressing a value with a scaling of \\(10^{-27}\\).",
  "dbpediaMatch" : "http://dbpedia.org/resource/Ronto",
  "informativeReference" : "https://www.nist.gov/pml/owm/metric-si-prefixes",
  "prefixMultiplier" : "0.000000000000000000000000001",
  "prefixMultiplier:SN" : 1.0E-27,
  "siExactMatch" : "https://si-digital-framework.org/SI/prefixes/ronto",
  "symbol" : "r",
  "ucumCode" : "r",
  "isDefinedBy" : "http://qudt.org/3.1.1/vocab/prefix",
  "label" : {
    "@language" : "en",
    "@value" : "Ronto"
  },
  "@context" : {
    "prefixMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/prefixMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "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"
    },
    "siExactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/siExactMatch",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "prefixMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/prefixMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "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 2025-04-23T17:08:00.406-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)