<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
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/MicroPA">
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000001</j.0:conversionMultiplier>
<j.0:prefix rdf:resource="http://qudt.org/vocab/prefix/Micro"/>
<j.0:uneceCommonCode>B96</j.0:uneceCommonCode>
<j.0:plainTextDescription>0.000001-fold of the SI derived unit pascal</j.0:plainTextDescription>
<j.0:isScalingOf rdf:resource="http://qudt.org/vocab/unit/PA"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ForcePerArea"/>
<rdfs:label xml:lang="en">Micropascal</rdfs:label>
<j.0:iec61360Code>0112/2///62720#UAA073</j.0:iec61360Code>
<j.0:symbol>μPa</j.0:symbol>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/VaporPressure"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">uPa</j.0:ucumCode>
</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/MicroPA>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA073" ;
<http://qudt.org/schema/qudt/isScalingOf> <http://qudt.org/vocab/unit/PA> ;
<http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit pascal" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ;
<http://qudt.org/schema/qudt/symbol> "μPa" ;
<http://qudt.org/schema/qudt/ucumCode> "uPa"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B96" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Micropascal"@en ;
.
{"resource":"Micropascal"
,"qname":"unit:MicroPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroPA"
,"properties":["conversion multiplier":"0.000001"
,"description (plain text)":"0.000001-fold of the SI derived unit pascal"
,"has dimension vector":"dimension:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA073"
,"is scaling of":"unit:PA"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Micropascal"
,"prefix":"prefix:Micro"
,"symbol":"μPa"
,"type":"qudt:Unit"
,"ucum code":"uPa"
,"unece common code":"B96"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroPA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000001",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAA073",
"isScalingOf" : "http://qudt.org/vocab/unit/PA",
"plainTextDescription" : "0.000001-fold of the SI derived unit pascal",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"symbol" : "μPa",
"ucumCode" : "uPa",
"uneceCommonCode" : "B96",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Micropascal"
},
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isScalingOf" : {
"@id" : "http://qudt.org/schema/qudt/isScalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"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#"
}
}