@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/79358> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/79176> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300048713> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:notation "79358" ;
    skos:prefLabel "architectural record"@en,
        "bouwkundige document"@nl ;
    skos:scopeNote "Records documenting the design and construction of buildings or other structures."@en,
        "Documenten waarin het ontwerp en de constructie van gebouwen wordt beschreven."@nl ;
    prov:generatedAtTime "2023-08-10T08:30:33+00:00"^^xsd:dateTime .

