@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/P53> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit for magnetic flux of a magnetic pole (according to the interaction of identical poles of 1 dyn at a distance of a cm)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/UnitPole> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P53" ;
    skos:prefLabel "unit pole"@en ;
    unece:conversionMultiplier 1.256637e-07 ;
    unece:dimensionVector "I-1 L2 M1 T-2" ;
    unece:rec20Quantity "magnetic flux quantum"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:unitSymbol "unit pole" .

