@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/95487> a skos:Concept ;
    skos:altLabel "dunghill"@en,
        "mesthoop"@nl,
        "mestvaalt"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/64522> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300011804> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/MATERTECHN>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "95487" ;
    skos:prefLabel "mest"@en,
        "mest"@nl ;
    skos:scopeNote "Excrement of animals, rarely of humans, particularly when used to fertilize the soil or, when dried, as a building material."@en,
        "Excrement van dieren."@nl ;
    prov:generatedAtTime "2023-09-19T09:05:07+00:00"^^xsd:dateTime .

