@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/86> a skos:Concept ;
    dcterms:identifier "86" ;
    void:inDataset <https://id.erfgoed.net/datasets/thesauri/materialen> ;
    skos:altLabel "gesteente en mineraal"@nl-BE ;
    skos:inScheme <https://id.erfgoed.net/thesauri/materialen> ;
    skos:narrower <https://id.erfgoed.net/thesauri/materialen/40>,
        <https://id.erfgoed.net/thesauri/materialen/42>,
        <https://id.erfgoed.net/thesauri/materialen/73> ;
    skos:prefLabel "steen en mineraal"@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 .

