@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/11> a skos:Collection ;
    dcterms:identifier "11" ;
    skos:inScheme <https://id.erfgoed.net/thesauri/besluittypes> ;
    skos:member <https://id.erfgoed.net/thesauri/besluittypes/88> .

<https://id.erfgoed.net/thesauri/besluittypes/88> a skos:Concept ;
    dcterms:identifier "88" ;
    void:inDataset <https://id.erfgoed.net/datasets/thesauri/besluittypes> ;
    skos:inScheme <https://id.erfgoed.net/thesauri/besluittypes> ;
    skos:prefLabel "vaststellingsbesluiten"@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 .

