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

<https://id.erfgoed.net/thesauri/materialen/169> a skos:Concept ;
    dcterms:identifier "169" ;
    void:inDataset <https://id.erfgoed.net/datasets/thesauri/materialen> ;
    skos:broader <https://id.erfgoed.net/thesauri/materialen/1> ;
    skos:inScheme <https://id.erfgoed.net/thesauri/materialen> ;
    skos:prefLabel "geglazuurd aardewerk"@nl-BE .

<https://id.erfgoed.net/thesauri/materialen> a skos:ConceptScheme ;
    dcterms:identifier "MATERIALEN" ;
    void:inDataset <https://id.erfgoed.net/datasets/thesauri/materialen> ;
    skos:prefLabel "materials"@en,
        "materialen"@nl .

