@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/N29> a skos:Concept ;
    skos:definition "Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according to the avoirdupois unit system."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT3-PER-LB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N29" ;
    skos:prefLabel "cubic foot per pound"@en ;
    unece:conversionMultiplier 0.06242796057614461 ;
    unece:dimensionVector "L3 M-1" ;
    unece:rec20Quantity "specific volume, massic volume"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ft_i]3.[lb_av]-1" ;
    unece:unitSymbol "ft³/lb" .

