@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/F20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F20" ;
    skos:prefLabel "pound inch squared"@en ;
    unece:conversionMultiplier 0.0002926397 ;
    unece:dimensionVector "L2 M1" ;
    unece:rec20Quantity "moment of inertia (dynamic moment of inertia)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[sin_i]" ;
    unece:unitSymbol "lb·in²" .

