@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/F80> a skos:Concept ;
    skos:definition "A unit of power defining the amount of power required to move a given volume of water against acceleration of gravity to a specified elevation (pressure head)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/HP_H2O> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F80" ;
    skos:prefLabel "water horse power"@en ;
    unece:conversionMultiplier 746.043 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en ;
    unece:rec20Sector "Mechanics"@en .

