@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/P50> a skos:Concept ;
    skos:definition "Product of the derived SI unit weber and SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/WB-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P50" ;
    skos:prefLabel "weber metre"@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 "Wb.m" ;
    unece:unitSymbol "Wb·m" .

