@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/registry-type/land> a skos:Concept ;
    skos:definition "A register of land titles, parcels, or cadastral boundaries, such as a national land registry or territorial cadastre."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "land" ;
    skos:prefLabel "Land"@en .

