@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.rkd.nl/thesaurus/59989> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98355> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300194439> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/MATERTECHN>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/60164>,
        <https://data.rkd.nl/thesaurus/96697> ;
    skos:notation "59989" ;
    skos:prefLabel "refuse"@en,
        "afval"@nl ;
    skos:scopeNote "Matter or material rejected as useless and fit only to be thrown away."@en,
        "Stoffen of materialen die zijn afgedankt en alleen nog geschikt zijn om te worden weggegooid."@nl ;
    prov:generatedAtTime "2023-08-14T09:23:36+00:00"^^xsd:dateTime .

