@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/M79> a skos:Concept ;
    skos:definition "Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2 divided by the unit of time hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT2-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M79" ;
    skos:prefLabel "square foot per hour"@en ;
    unece:conversionMultiplier 2.58064e-05 ;
    unece:dimensionVector "L2 T-1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[sft_i].h-1" ;
    unece:unitSymbol "ft²/h" .

