@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/62940> a skos:Concept ;
    skos:altLabel "river valley"@en,
        "dal"@nl,
        "rivierdal"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/96730> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300008761> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "62940" ;
    skos:prefLabel "valley"@en,
        "vallei"@nl ;
    skos:scopeNote "Land depressions having a more flattish landscape, with less precipitous slopes, than canyons or gorges."@en,
        "Tamelijk vlakke holtes in de aardkorst met minder steile hellingen dan caÃ±ons of kloven."@nl ;
    prov:generatedAtTime "2023-10-18T07:24:51+00:00"^^xsd:dateTime .

