@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/WTT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "WTT" ;
    skos:prefLabel "watt"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en,
        "power"@en,
        "power (for direct current), active power"@en,
        "radiant power, (radiant energyflux)"@en,
        "sound power"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Electricity and Magnetism"@en,
        "Heat"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Mechanics"@en ;
    unece:ucumCode "W" ;
    unece:unitSymbol "W" .

