@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/D45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V2-PER-K2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D45" ;
    skos:prefLabel "volt squared per kelvin squared"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-2 L4 M2 Θ-2 T-6" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V2.K-2" ;
    unece:unitSymbol "V²/K²" .

