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

<https://id.erfgoed.net/thesauri/materialen/55> a skos:Concept ;
    dcterms:identifier "55" ;
    dcterms:source [ a dcterms:BibliographicResource ;
            dcterms:bibliographicCitation "Agentschap Onroerend Erfgoed" ] ;
    void:inDataset <https://id.erfgoed.net/datasets/thesauri/materialen> ;
    skos:broader <https://id.erfgoed.net/thesauri/materialen/8> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300010978> ;
    skos:inScheme <https://id.erfgoed.net/thesauri/materialen> ;
    skos:note "Gebruik 'lood-tinlegering' voor vaste mengsels van lood met tin. "@nl-BE ;
    skos:prefLabel "tinlegering"@nl-BE ;
    skos:related <https://id.erfgoed.net/thesauri/materialen/61> ;
    skos:scopeNote "Een tinlegering is een vast mengsel van tin met andere metalen."@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 .

