<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/MegaV-A_Reactive">
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0"/>
<j.0:symbol>MV·A{Reactive}</j.0:symbol>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">1,000,000-fold of the unit volt ampere reactive</j.1:description>
<j.0:plainTextDescription>1,000,000-fold of the unit volt ampere reactive</j.0:plainTextDescription>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">MV.A{reactive}</j.0:ucumCode>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E6</j.0:conversionMultiplierSN>
<rdfs:label xml:lang="en">Megavolt Ampere Reactive</rdfs:label>
<j.0:iec61360Code>0112/2///62720#UAB199</j.0:iec61360Code>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:uneceCommonCode>MAR</j.0:uneceCommonCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ReactivePower"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1000000.0</j.0:conversionMultiplier>
</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/MegaV-A_Reactive>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1,000,000-fold of the unit volt ampere reactive"^^rdf:HTML ;
<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-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB199" ;
<http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the unit volt ampere reactive" ;
<http://qudt.org/schema/qudt/symbol> "MV·A{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "MV.A{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MAR" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Megavolt Ampere Reactive"@en ;
.
{"resource":"Megavolt Ampere Reactive"
,"qname":"unit:MegaV-A_Reactive"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaV-A_Reactive"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the unit volt ampere reactive"
,"description (plain text)":"1,000,000-fold of the unit volt ampere reactive"
,"has dimension vector":"dimension:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB199"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Megavolt Ampere Reactive"
,"symbol":"MV·A{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"MV.A{reactive}"
,"unece common code":"MAR"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaV-A_Reactive",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the unit volt ampere reactive",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAB199",
"plainTextDescription" : "1,000,000-fold of the unit volt ampere reactive",
"symbol" : "MV·A{Reactive}",
"ucumCode" : "MV.A{reactive}",
"uneceCommonCode" : "MAR",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Megavolt Ampere Reactive"
},
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"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#"
}
}