@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/JOU> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "JOU" ;
    skos:prefLabel "joule"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "Hartree energy"@en,
        "active energy"@en,
        "energy imparted, mean energy imparted"@en,
        "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en,
        "level width, alpha disintegration energy"@en,
        "radiant energy"@en,
        "reaction energy"@en,
        "work function"@en,
        "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Electricity and Magnetism"@en,
        "Heat"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Mechanics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "J" ;
    unece:unitSymbol "J" .

