@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/84509> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98053> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300055399> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "84509" ;
    skos:prefLabel "land use"@en,
        "grondgebruik"@nl ;
    skos:scopeNote "Gebruikswijze van een stuk land of onroerend goed."@en,
        "Type of use of a lot or parcel of real property."@nl ;
    prov:generatedAtTime "2023-08-17T07:12:08+00:00"^^xsd:dateTime .

