@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/96750> a skos:Concept ;
    skos:altLabel "duck's nest"@en,
        "eendennest"@nl,
        "spreeuwenpot"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/63933> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300004971> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/63921> ;
    skos:notation "96750" ;
    skos:prefLabel "birdhouse"@en,
        "vogelhuis"@nl ;
    skos:scopeNote "Enclosures, often resembling houses, built as resting, nesting, or feeding places for birds; distinguished from \"aviaries\" by the lack of emphasis on confinement and by their relatively small size."@en,
        "Verblijven voor vogels, waar ze vrij in en uit kunnen vliegen. Te onderscheiden van 'volières' waar ze niet vrij in en uit kunnen vliegen."@nl ;
    prov:generatedAtTime "2023-07-17T10:33:42+00:00"^^xsd:dateTime .

