@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/80306> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/210> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300054162> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "80306" ;
    skos:prefLabel "architectural history"@en,
        "architectuurgeschiedenis"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/80310> ;
    skos:scopeNote "Study of the development over time of the human built environment."@en,
        "Het bestuderen van de ontwikkeling door de tijd heen van de door de mens gebouwde omgeving."@nl ;
    prov:generatedAtTime "2021-10-19T15:05:17+00:00"^^xsd:dateTime .

