@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/K65> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K65" ;
    skos:prefLabel "pound (avoirdupois) square foot"@en ;
    unece:conversionMultiplier 0.04214011 ;
    unece:dimensionVector "L2 M1" ;
    unece:rec20Quantity "moment of inertia (dynamic moment of inertia)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[sft_i]" ;
    unece:unitSymbol "lb·ft²" .

