@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

<http://qudt.org/vocab/unit/PER-MILLE-PER-PSI>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "Reciprocal Mille per Psi"@en ;
        <http://purl.org/dc/terms/description>
                "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/unit/PER-MILLE-PSI> ;
        <http://qudt.org/schema/qudt/conversionMultiplier>
                0.0000001450377 ;
        <http://qudt.org/schema/qudt/conversionMultiplierSN>
                1.450377E-7 ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/IsothermalCompressibility> , <http://qudt.org/vocab/quantitykind/Compressibility> , <http://qudt.org/vocab/quantitykind/InversePressure> ;
        <http://qudt.org/schema/qudt/iec61360Code>
                "0112/2///62720#UAA016" ;
        <http://qudt.org/schema/qudt/informativeReference>
                "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA016"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "thousandth divided by the composed unit for pressure (pound-force per square inch)" ;
        <http://qudt.org/schema/qudt/symbol>
                "/ksi" ;
        <http://qudt.org/schema/qudt/uneceCommonCode>
                "J12" .
