@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/99005> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/94167> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300412041> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "99005" ;
    skos:prefLabel "world"@en,
        "wereld"@nl ;
    skos:scopeNote "The state or realm of existence, particularly of the physical."@en,
        "Het bestaan, met name het fysieke aspect daarvan."@nl ;
    prov:generatedAtTime "2024-08-20T09:47:02+00:00"^^xsd:dateTime .

