@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/M69> a skos:Concept ;
    skos:definition "Unit of volume according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MI3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M69" ;
    skos:prefLabel "cubic mile (UK statute)"@en ;
    unece:conversionMultiplier 4168181830.0 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[mi_i]3" ;
    unece:unitSymbol "mi³" .

