@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/A5> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A5" ;
    skos:prefLabel "ampere square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L2" ;
    unece:rec20Quantity "electromagnetic moment, magnetic moment, (magnetic area moment)"@en,
        "magnetic moment of particle, Bohr magneton, nuclear magneton ornucleus"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Electricity and Magnetism"@en ;
    unece:ucumCode "A.m2" ;
    unece:unitSymbol "A·m²" .

