@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://test.uncefact.org/vocabulary/unit-of-measure/P86> a skos:Concept ;
    skos:definition "Compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of units ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PSI-PER-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P86" ;
    skos:prefLabel "psi per inch"@en ;
    unece:conversionMultiplier 271447.14970547153 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "[psi].[in_i]-1" ;
    unece:unitSymbol "psi/in" .

