@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/N33> a skos:Concept ;
    skos:definition "Unit of force per unit length based on the Anglo-American system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB_F-PER-YD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N33" ;
    skos:prefLabel "pound-force per yard"@en ;
    unece:conversionMultiplier 4.864634530666167 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "surface tension"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av].[yd_i]-1" ;
    unece:unitSymbol "lbf/yd" .

