@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/82910> a skos:Concept ;
    skos:altLabel "public building"@en,
        "publieksgebouw"@nl,
        "rijksgebouw"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/63078> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300005993> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/62796>,
        <https://data.rkd.nl/thesaurus/81249>,
        <https://data.rkd.nl/thesaurus/82391>,
        <https://data.rkd.nl/thesaurus/82833>,
        <https://data.rkd.nl/thesaurus/97877> ;
    skos:notation "82910" ;
    skos:prefLabel "government building"@en,
        "overheidsgebouw"@nl ;
    skos:scopeNote "Designates buildings with office space for various departments or branches of government as well as space for public access to government officials."@en,
        "Gebouwen met kantoorruimte waar departementen of rijksdiensten gehuisvest zijn."@nl ;
    prov:generatedAtTime "2023-07-17T11:05:27+00:00"^^xsd:dateTime .

