unit:MegaJ
URI: http://qudt.org/vocab/unit/MegaJ
1,000,000-fold of the derived unit joule
Work in progress
<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/unit/MegaJ"> <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/> <rdfs:label xml:lang="pl">Megadżul</rdfs:label> <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">MJ</j.0:ucumCode> <j.0:symbol>MJ</j.0:symbol> <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ThermalEnergy"/> <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0"/> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/> <j.0:plainTextDescription>1,000,000-fold of the derived unit joule</j.0:plainTextDescription> <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA211</j.0:informativeReference> <j.0:uneceCommonCode>3B</j.0:uneceCommonCode> <rdfs:label>Megajoule</rdfs:label> <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Energy"/> <j.0:wikidataMatch rdf:resource="http://www.wikidata.org/entity/Q14786969"/> <rdfs:label xml:lang="cs">Megajoule</rdfs:label> <rdfs:label xml:lang="de">Megajoule</rdfs:label> <j.0:iec61360Code>0112/2///62720#UAA211</j.0:iec61360Code> <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1000000.0</j.0:conversionMultiplier> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-EMU"/> <rdfs:label xml:lang="en">Megajoule</rdfs:label> <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">1,000,000-fold of the derived unit joule</j.1:description> <rdfs:label xml:lang="fr">Megajoule</rdfs:label> <rdfs:label xml:lang="hu">Megajoule</rdfs:label> <rdfs:label xml:lang="it">Megajoule</rdfs:label> <rdfs:label xml:lang="ms">Megajoule</rdfs:label> <rdfs:label xml:lang="es">Megajulio</rdfs:label> <rdfs:label xml:lang="ro">Megajoule</rdfs:label> <rdfs:label xml:lang="sl">Megajoule</rdfs:label> <rdfs:label xml:lang="tr">Megajoule</rdfs:label> <j.0:prefix rdf:resource="http://qudt.org/vocab/prefix/Mega"/> <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E6</j.0:conversionMultiplierSN> <j.0:scalingOf rdf:resource="http://qudt.org/vocab/unit/J"/> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.5/vocab/unit"/> </rdf:Description> </rdf:RDF>
@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/unit/MegaJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the derived unit joule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA211" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA211"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the derived unit joule" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "MJ" ; <http://qudt.org/schema/qudt/ucumCode> "MJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "3B" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q14786969> ; rdfs:isDefinedBy <http://qudt.org/3.1.5/vocab/unit> ; rdfs:label "Megadżul"@pl ; rdfs:label "Megajoule" ; rdfs:label "Megajoule"@cs ; rdfs:label "Megajoule"@de ; rdfs:label "Megajoule"@en ; rdfs:label "Megajoule"@fr ; rdfs:label "Megajoule"@hu ; rdfs:label "Megajoule"@it ; rdfs:label "Megajoule"@ms ; rdfs:label "Megajoule"@ro ; rdfs:label "Megajoule"@sl ; rdfs:label "Megajoule"@tr ; rdfs:label "Megajulio"@es ; .
{"resource":"Megajoule" ,"qname":"unit:MegaJ" ,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaJ" ,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q14786969>" ,"applicable system":"sou:CGS" ,"applicable system":"sou:CGS-EMU" ,"applicable system":"sou:CGS-GAUSS" ,"applicable system":"sou:SI" ,"conversion multiplier":"1000000.0" ,"conversion multiplier scientific":"1.0E6" ,"description":"1,000,000-fold of the derived unit joule" ,"description (plain text)":"1,000,000-fold of the derived unit joule" ,"has dimension vector":"dimension:A0E0L2I0M1H0T-2D0" ,"has quantity kind":"quantitykind:Energy" ,"has quantity kind":"quantitykind:ThermalEnergy" ,"iec-61360 code":"0112\/2\/\/\/62720#UAA211" ,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA211" ,"isDefinedBy":"<http:\/\/qudt.org\/3.1.5\/vocab\/unit>" ,"label":"Megadżul" ,"label":"Megajoule" ,"label":"Megajoule" ,"label":"Megajoule" ,"label":"Megajoule" ,"label":"Megajoule" ,"label":"Megajoule" ,"label":"Megajoule" ,"label":"Megajoule" ,"label":"Megajoule" ,"label":"Megajoule" ,"label":"Megajoule" ,"label":"Megajulio" ,"prefix":"prefix:Mega" ,"scalingOf":"unit:J" ,"symbol":"MJ" ,"type":"qudt:Unit" ,"ucum code":"MJ" ,"unece common code":"3B" ]}
{ "@id" : "http://qudt.org/vocab/unit/MegaJ", "@type" : "http://qudt.org/schema/qudt/Unit", "description" : "1,000,000-fold of the derived unit joule", "applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ], "conversionMultiplier" : "1000000.0", "conversionMultiplier:SN" : 1000000.0, "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0", "hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/Energy" ], "iec61360Code" : "0112/2///62720#UAA211", "informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA211", "plainTextDescription" : "1,000,000-fold of the derived unit joule", "prefix" : "http://qudt.org/vocab/prefix/Mega", "scalingOf" : "http://qudt.org/vocab/unit/J", "symbol" : "MJ", "ucumCode" : "MJ", "uneceCommonCode" : "3B", "wikidataMatch" : "http://www.wikidata.org/entity/Q14786969", "isDefinedBy" : "http://qudt.org/3.1.5/vocab/unit", "label" : [ { "@language" : "pl", "@value" : "Megadżul" }, "Megajoule", { "@language" : "cs", "@value" : "Megajoule" }, { "@language" : "de", "@value" : "Megajoule" }, { "@language" : "en", "@value" : "Megajoule" }, { "@language" : "fr", "@value" : "Megajoule" }, { "@language" : "hu", "@value" : "Megajoule" }, { "@language" : "it", "@value" : "Megajoule" }, { "@language" : "ms", "@value" : "Megajoule" }, { "@language" : "es", "@value" : "Megajulio" }, { "@language" : "ro", "@value" : "Megajoule" }, { "@language" : "sl", "@value" : "Megajoule" }, { "@language" : "tr", "@value" : "Megajoule" } ], "@context" : { "label" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#label" }, "ucumCode" : { "@id" : "http://qudt.org/schema/qudt/ucumCode", "@type" : "http://qudt.org/schema/qudt/UCUMcs" }, "symbol" : { "@id" : "http://qudt.org/schema/qudt/symbol" }, "hasQuantityKind" : { "@id" : "http://qudt.org/schema/qudt/hasQuantityKind", "@type" : "@id" }, "hasDimensionVector" : { "@id" : "http://qudt.org/schema/qudt/hasDimensionVector", "@type" : "@id" }, "applicableSystem" : { "@id" : "http://qudt.org/schema/qudt/applicableSystem", "@type" : "@id" }, "plainTextDescription" : { "@id" : "http://qudt.org/schema/qudt/plainTextDescription" }, "informativeReference" : { "@id" : "http://qudt.org/schema/qudt/informativeReference", "@type" : "http://www.w3.org/2001/XMLSchema#anyURI" }, "uneceCommonCode" : { "@id" : "http://qudt.org/schema/qudt/uneceCommonCode" }, "wikidataMatch" : { "@id" : "http://qudt.org/schema/qudt/wikidataMatch", "@type" : "@id" }, "iec61360Code" : { "@id" : "http://qudt.org/schema/qudt/iec61360Code" }, "conversionMultiplier" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplier", "@type" : "http://www.w3.org/2001/XMLSchema#decimal" }, "description" : { "@id" : "http://purl.org/dc/terms/description", "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML" }, "prefix" : { "@id" : "http://qudt.org/schema/qudt/prefix", "@type" : "@id" }, "conversionMultiplierSN" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN", "@type" : "http://www.w3.org/2001/XMLSchema#double" }, "scalingOf" : { "@id" : "http://qudt.org/schema/qudt/scalingOf", "@type" : "@id" }, "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#" } }