@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/A27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-M2-PER-V> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A27" ;
    skos:prefLabel "coulomb metre squared per volt"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I2 M-1 T4" ;
    unece:rec20Quantity "electric polarizability of a molecule"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "C.m2.V-1" ;
    unece:unitSymbol "C·m²/V" .

