@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/P79> a skos:Concept ;
    skos:definition "Unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-M2-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P79" ;
    skos:prefLabel "pascal square metre per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "burst index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "Pa.m2.kg-1" ;
    unece:unitSymbol "Pa/(kg/m²)" .

