@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/A10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-M2-PER-J-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A10" ;
    skos:prefLabel "ampere square metre per joule second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 M-1 T1" ;
    unece:rec20Quantity "gyromagnetic coefficient, (gyromagnetic ratio)"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "A.m2.J-1.s-1" ;
    unece:unitSymbol "A·m²/(J·s)" .

