@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/P12> a skos:Concept ;
    skos:definition "Unit of magnetic flow density."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/Gamma> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P12" ;
    skos:prefLabel "gamma"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I-1 M1 T-2" ;
    unece:rec20Quantity "magnetic flux density, magnetic induction, magnetic polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "γ" .

