@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/67059> a skos:Concept ;
    skos:altLabel "floors"@en,
        "vloeren"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/90110> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300002060> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/67062>,
        <https://data.rkd.nl/thesaurus/67867>,
        <https://data.rkd.nl/thesaurus/68010> ;
    skos:notation "67059" ;
    skos:prefLabel "floor"@en,
        "vloer"@nl ;
    skos:scopeNote "The surfaces of rooms or spaces on which one walks."@en,
        "De oppervlakken van kamers of ruimten waar men op loopt."@nl ;
    prov:generatedAtTime "2023-01-25T10:59:12+00:00"^^xsd:dateTime .

