@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/98295> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98294> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300227821> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/64009>,
        <https://data.rkd.nl/thesaurus/66212> ;
    skos:notation "98295" ;
    skos:prefLabel "runnered vehicle"@en,
        "voertuig met glijders"@nl ;
    skos:scopeNote "Land vehicles that are fitted with runners."@en,
        "Landvoertuigen die voorzien zijn van glijders."@nl ;
    prov:generatedAtTime "2023-08-02T08:27:02+00:00"^^xsd:dateTime .

