@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/DAY> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DAY" ;
    skos:prefLabel "day"@en ;
    unece:conversionMultiplier 86400.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "d" ;
    unece:unitSymbol "d" .

