unit:MegaA
URI: http://qudt.org/vocab/unit/MegaA
1 000 000-fold of the SI base unit ampere
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/MegaA"> <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ElectricCurrent"/> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/PLANCK"/> <j.0:uneceCommonCode>H38</j.0:uneceCommonCode> <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA202</j.0:informativeReference> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.5/vocab/unit"/> <rdfs:label>Megaampere</rdfs:label> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/> <rdfs:label xml:lang="de">Megaampere</rdfs:label> <rdfs:label xml:lang="en">Megaampere</rdfs:label> <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">MA</j.0:ucumCode> <rdfs:label xml:lang="it">Megaampere</rdfs:label> <rdfs:label xml:lang="ms">Megaampere</rdfs:label> <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1000000.0</j.0:conversionMultiplier> <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0"/> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/> <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/> <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">1 000 000-fold of the SI base unit ampere</j.1:description> <rdfs:label xml:lang="hu">Megaamper</rdfs:label> <rdfs:label xml:lang="pl">Megaamper</rdfs:label> <j.0:symbol>MA</j.0:symbol> <rdfs:label xml:lang="ro">Megaamper</rdfs:label> <rdfs:label xml:lang="sl">Megaamper</rdfs:label> <rdfs:label xml:lang="tr">Megaamper</rdfs:label> <j.0:plainTextDescription>1,000,000-fold of the SI base unit ampere</j.0:plainTextDescription> <j.0:scalingOf rdf:resource="http://qudt.org/vocab/unit/A"/> <j.0:wikidataMatch rdf:resource="http://www.wikidata.org/entity/Q53679443"/> <rdfs:label xml:lang="es">Megaamperio</rdfs:label> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-EMU"/> <j.0:iec61360Code>0112/2///62720#UAA202</j.0:iec61360Code> <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E6</j.0:conversionMultiplierSN> <rdfs:label xml:lang="fr">Megaampère</rdfs:label> <rdfs:label xml:lang="cs">Megaampér</rdfs:label> <j.0:prefix rdf:resource="http://qudt.org/vocab/prefix/Mega"/> </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/MegaA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000 000-fold of the SI base unit ampere"^^rdf:HTML ; <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/PLANCK> ; <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/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA202" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA202"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI base unit ampere" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "MA" ; <http://qudt.org/schema/qudt/ucumCode> "MA"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H38" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53679443> ; rdfs:isDefinedBy <http://qudt.org/3.1.5/vocab/unit> ; rdfs:label "Megaamper"@hu ; rdfs:label "Megaamper"@pl ; rdfs:label "Megaamper"@ro ; rdfs:label "Megaamper"@sl ; rdfs:label "Megaamper"@tr ; rdfs:label "Megaampere" ; rdfs:label "Megaampere"@de ; rdfs:label "Megaampere"@en ; rdfs:label "Megaampere"@it ; rdfs:label "Megaampere"@ms ; rdfs:label "Megaamperio"@es ; rdfs:label "Megaampère"@fr ; rdfs:label "Megaampér"@cs ; .
{"resource":"Megaampere" ,"qname":"unit:MegaA" ,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaA" ,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53679443>" ,"applicable system":"sou:CGS-EMU" ,"applicable system":"sou:CGS-GAUSS" ,"applicable system":"sou:PLANCK" ,"applicable system":"sou:SI" ,"conversion multiplier":"1000000.0" ,"conversion multiplier scientific":"1.0E6" ,"description":"1 000 000-fold of the SI base unit ampere" ,"description (plain text)":"1,000,000-fold of the SI base unit ampere" ,"has dimension vector":"dimension:A0E1L0I0M0H0T0D0" ,"has quantity kind":"quantitykind:ElectricCurrent" ,"iec-61360 code":"0112\/2\/\/\/62720#UAA202" ,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA202" ,"isDefinedBy":"<http:\/\/qudt.org\/3.1.5\/vocab\/unit>" ,"label":"Megaamper" ,"label":"Megaamper" ,"label":"Megaamper" ,"label":"Megaamper" ,"label":"Megaamper" ,"label":"Megaampere" ,"label":"Megaampere" ,"label":"Megaampere" ,"label":"Megaampere" ,"label":"Megaampere" ,"label":"Megaamperio" ,"label":"Megaampère" ,"label":"Megaampér" ,"prefix":"prefix:Mega" ,"scalingOf":"unit:A" ,"symbol":"MA" ,"type":"qudt:Unit" ,"ucum code":"MA" ,"unece common code":"H38" ]}
{ "@id" : "http://qudt.org/vocab/unit/MegaA", "@type" : "http://qudt.org/schema/qudt/Unit", "description" : "1 000 000-fold of the SI base unit ampere", "applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ], "conversionMultiplier" : "1000000.0", "conversionMultiplier:SN" : 1000000.0, "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0", "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrent", "iec61360Code" : "0112/2///62720#UAA202", "informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA202", "plainTextDescription" : "1,000,000-fold of the SI base unit ampere", "prefix" : "http://qudt.org/vocab/prefix/Mega", "scalingOf" : "http://qudt.org/vocab/unit/A", "symbol" : "MA", "ucumCode" : "MA", "uneceCommonCode" : "H38", "wikidataMatch" : "http://www.wikidata.org/entity/Q53679443", "isDefinedBy" : "http://qudt.org/3.1.5/vocab/unit", "label" : [ "Megaampere", { "@language" : "de", "@value" : "Megaampere" }, { "@language" : "en", "@value" : "Megaampere" }, { "@language" : "it", "@value" : "Megaampere" }, { "@language" : "ms", "@value" : "Megaampere" }, { "@language" : "hu", "@value" : "Megaamper" }, { "@language" : "pl", "@value" : "Megaamper" }, { "@language" : "ro", "@value" : "Megaamper" }, { "@language" : "sl", "@value" : "Megaamper" }, { "@language" : "tr", "@value" : "Megaamper" }, { "@language" : "es", "@value" : "Megaamperio" }, { "@language" : "fr", "@value" : "Megaampère" }, { "@language" : "cs", "@value" : "Megaampér" } ], "@context" : { "hasQuantityKind" : { "@id" : "http://qudt.org/schema/qudt/hasQuantityKind", "@type" : "@id" }, "applicableSystem" : { "@id" : "http://qudt.org/schema/qudt/applicableSystem", "@type" : "@id" }, "uneceCommonCode" : { "@id" : "http://qudt.org/schema/qudt/uneceCommonCode" }, "informativeReference" : { "@id" : "http://qudt.org/schema/qudt/informativeReference", "@type" : "http://www.w3.org/2001/XMLSchema#anyURI" }, "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "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" }, "conversionMultiplier" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplier", "@type" : "http://www.w3.org/2001/XMLSchema#decimal" }, "hasDimensionVector" : { "@id" : "http://qudt.org/schema/qudt/hasDimensionVector", "@type" : "@id" }, "description" : { "@id" : "http://purl.org/dc/terms/description", "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML" }, "symbol" : { "@id" : "http://qudt.org/schema/qudt/symbol" }, "plainTextDescription" : { "@id" : "http://qudt.org/schema/qudt/plainTextDescription" }, "scalingOf" : { "@id" : "http://qudt.org/schema/qudt/scalingOf", "@type" : "@id" }, "wikidataMatch" : { "@id" : "http://qudt.org/schema/qudt/wikidataMatch", "@type" : "@id" }, "iec61360Code" : { "@id" : "http://qudt.org/schema/qudt/iec61360Code" }, "conversionMultiplierSN" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN", "@type" : "http://www.w3.org/2001/XMLSchema#double" }, "prefix" : { "@id" : "http://qudt.org/schema/qudt/prefix", "@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#" } }