<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/IN-PER-PSI">
<rdfs:label>inch per psi</rdfs:label>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">3.68395837305726250345733538042194622E-6</j.0:conversionMultiplierSN>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.00000368395837305726250345733538042194622</j.0:conversionMultiplier>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Unknown"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:symbol>in/psi</j.0:symbol>
<j.1:description>unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)</j.1:description>
<j.0:uneceCommonCode>K46</j.0:uneceCommonCode>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[in_i].[psi]-1</j.0:ucumCode>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0"/>
<j.0:iec61360Code>0112/2///62720#UAA541</j.0:iec61360Code>
</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/IN-PER-PSI>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000368395837305726250345733538042194622 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.68395837305726250345733538042194622E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA541" ;
<http://qudt.org/schema/qudt/symbol> "in/psi" ;
<http://qudt.org/schema/qudt/ucumCode> "[in_i].[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K46" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "inch per psi" ;
.
{"resource":"inch per psi"
,"qname":"unit:IN-PER-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PER-PSI"
,"properties":["conversion multiplier":"0.00000368395837305726250345733538042194622"
,"conversion multiplier scientific":"3.68395837305726250345733538042194622E-6"
,"description":"unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"dimension:A0E0L2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA541"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"inch per psi"
,"symbol":"in\/psi"
,"type":"qudt:Unit"
,"ucum code":"[in_i].[psi]-1"
,"unece common code":"K46"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PER-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.00000368395837305726250345733538042194622",
"conversionMultiplier:SN" : 3.6839583730572627E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA541",
"symbol" : "in/psi",
"ucumCode" : "[in_i].[psi]-1",
"uneceCommonCode" : "K46",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "inch per psi",
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"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#"
}
}