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

<https://test.uncefact.org/vocabulary/document-type/624> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "624" ;
    skos:prefLabel "Forwarder's certificate of receipt"@en .

