<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/MilliPA">
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/VaporPressure"/>
<j.0:isScalingOf rdf:resource="http://qudt.org/vocab/unit/PA"/>
<rdfs:label xml:lang="en">Millipascal</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:uneceCommonCode>74</j.0:uneceCommonCode>
<j.0:iec61360Code>0112/2///62720#UAA796</j.0:iec61360Code>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.001</j.0:conversionMultiplier>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ForcePerArea"/>
<j.0:symbol>mPa</j.0:symbol>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0"/>
<j.0:prefix rdf:resource="http://qudt.org/vocab/prefix/Milli"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">mPa</j.0:ucumCode>
<j.0:plainTextDescription>0.001-fold of the SI derived unit pascal</j.0:plainTextDescription>
</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/MilliPA>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ;
<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#UAA796" ;
<http://qudt.org/schema/qudt/isScalingOf> <http://qudt.org/vocab/unit/PA> ;
<http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit pascal" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ;
<http://qudt.org/schema/qudt/symbol> "mPa" ;
<http://qudt.org/schema/qudt/ucumCode> "mPa"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "74" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Millipascal"@en ;
.
{"resource":"Millipascal"
,"qname":"unit:MilliPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliPA"
,"properties":["conversion multiplier":"0.001"
,"description (plain text)":"0.001-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#UAA796"
,"is scaling of":"unit:PA"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Millipascal"
,"prefix":"prefix:Milli"
,"symbol":"mPa"
,"type":"qudt:Unit"
,"ucum code":"mPa"
,"unece common code":"74"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliPA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.001",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA796",
"isScalingOf" : "http://qudt.org/vocab/unit/PA",
"plainTextDescription" : "0.001-fold of the SI derived unit pascal",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"symbol" : "mPa",
"ucumCode" : "mPa",
"uneceCommonCode" : "74",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Millipascal"
},
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isScalingOf" : {
"@id" : "http://qudt.org/schema/qudt/isScalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"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#"
}
}