@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/D42> a skos:Concept ;
    skos:definition "Unit of time equal to about 365.242 19 days. Synonym: solar year"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/YR_TROPICAL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D42" ;
    skos:prefLabel "tropical year"@en ;
    unece:conversionMultiplier 31556925.216 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "a_t" ;
    unece:unitSymbol "y (tropical)" .

