@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/64668> a skos:Concept ;
    skos:altLabel "sleep"@en,
        "slaap"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98810> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300375130> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64668" ;
    skos:prefLabel "sleeping"@en,
        "slapen"@nl ;
    skos:scopeNote "Describes the state, condition, or appearance of being asleep, the natural physiological period of rest."@en,
        "Beschrijft de staat, de toestand of de aanblik van het slapen, de natuurlijke fysiologische periode van rust."@nl ;
    prov:generatedAtTime "2024-04-15T13:56:24+00:00"^^xsd:dateTime .

