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

<https://test.uncefact.org/vocabulary/document-type/30> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "30" ;
    skos:prefLabel "Life insurance payroll deductions advice"@en .

<https://test.uncefact.org/vocabulary/document-type/329> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "329" ;
    skos:prefLabel "Co-insurance ceding bordereau"@en .

<https://test.uncefact.org/vocabulary/document-type/530> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "530" ;
    skos:prefLabel "Insurance policy"@en .

<https://test.uncefact.org/vocabulary/document-type/550> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "550" ;
    skos:prefLabel "Insurance declaration sheet (bordereau)"@en .

<https://test.uncefact.org/vocabulary/document-type/580> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "580" ;
    skos:prefLabel "Cover note"@en .

<https://test.uncefact.org/vocabulary/document-type/778> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "778" ;
    skos:prefLabel "Group insurance rules"@en .

<https://test.uncefact.org/vocabulary/document-type/insurance-document> a skos:Concept ;
    skos:definition "Insurance policies, certificates and cover."@en ;
    skos:inScheme unece:document-type ;
    skos:prefLabel "Insurance document"@en ;
    skos:topConceptOf unece:document-type .

