@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix void: <http://rdfs.org/ns/void#> .

<https://id.erfgoed.net/thesauri/besluittypes/2> a skos:Collection ;
    dcterms:identifier "2" ;
    skos:inScheme <https://id.erfgoed.net/thesauri/besluittypes> ;
    skos:member <https://id.erfgoed.net/thesauri/besluittypes/4> .

<https://id.erfgoed.net/thesauri/besluittypes/4> a skos:Concept ;
    dcterms:identifier "4" ;
    void:inDataset <https://id.erfgoed.net/datasets/thesauri/besluittypes> ;
    skos:inScheme <https://id.erfgoed.net/thesauri/besluittypes> ;
    skos:prefLabel "besluiten secretaris-generaal"@nl-BE .

<https://id.erfgoed.net/thesauri/besluittypes> a skos:ConceptScheme ;
    dcterms:identifier "BESLUITTYPES" ;
    void:inDataset <https://id.erfgoed.net/datasets/thesauri/besluittypes> ;
    skos:prefLabel "Decree types"@en,
        "Besluit types"@nl .

