@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/N27> a skos:Concept ;
    skos:definition "Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4 according to NIST: 1 ft4 = 8,630 975 m4."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT4> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N27" ;
    skos:prefLabel "foot to the fourth power"@en ;
    unece:conversionMultiplier 0.0086309748412416 ;
    unece:dimensionVector "L4" ;
    unece:rec20Quantity "second polar moment of area"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "ft⁴" .

