@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/A11> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/ANGSTROM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A11" ;
    skos:prefLabel "angstrom"@en ;
    unece:conversionMultiplier 1e-10 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "Bohr radius"@en,
        "lattice plane spacing, Burgers vector"@en,
        "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en,
        "wavelength"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Periodic and related phenomena"@en,
        "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "Ao" ;
    unece:unitSymbol "Å" .

