prefix:Mega

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

Type
Description

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

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