@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/64021> a skos:Concept ;
    skos:altLabel "morgenstond"@nl,
        "ochtend"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/63051> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300343630>,
        <http://www.iconclass.org/23R11> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64021" ;
    skos:prefLabel "morning"@en,
        "morgen"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/64507> ;
    skos:scopeNote "The early part of the day, particularly the period from sunrise until noon."@en,
        "Het vroege deel van de dag, met name de periode van zonsopgang tot het middaguur."@nl ;
    prov:generatedAtTime "2021-10-19T15:02:23+00:00"^^xsd:dateTime .

