@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/K5> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Use kilovar (common code KVR)"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K5" ;
    skos:prefLabel "kilovolt ampere (reactive)"@en ;
    unece:rec20Quantity "reactive power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "kvar" .

