@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/P49> a skos:Concept ;
    skos:definition "Product of the derived SI unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M2-PER-A> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P49" ;
    skos:prefLabel "newton square metre per ampere"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L3 M1 T-2" ;
    unece:rec20Quantity "magnetic dipole moment"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "N.m2.A-1" ;
    unece:unitSymbol "N·m²/A" .

