@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/unit-of-measure/AWG> a skos:Concept ;
    skos:definition "A unit of distance used for measuring the diameter of small tubes or wires such as the outer diameter od hypodermic or suture needles."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CCY_AWG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "AWG" ;
    skos:prefLabel "american wire gauge"@en ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "AWG" .

