@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/63701> a skos:Concept ;
    skos:altLabel "zicht (zintuig)"@nl,
        "zien"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/63290> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300055143> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/65557> ;
    skos:notation "63701" ;
    skos:prefLabel "sight"@en,
        "gezicht (zintuig)"@nl ;
    skos:scopeNote "The faculty of perception with the eyes."@en,
        "Het vermogen tot waarnemen met de ogen."@nl ;
    prov:generatedAtTime "2023-06-12T11:41:07+00:00"^^xsd:dateTime .

