@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/64016> a skos:Concept ;
    skos:altLabel "means of transport"@en,
        "transportmiddel"@nl,
        "voertuig"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/63108> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300219258> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/63096>,
        <https://data.rkd.nl/thesaurus/67793>,
        <https://data.rkd.nl/thesaurus/98294>,
        <https://data.rkd.nl/thesaurus/98297> ;
    skos:notation "64016" ;
    skos:prefLabel "transportation vehicle"@en,
        "vervoermiddel"@nl ;
    skos:scopeNote "Refers broadly to devices or contrivances by which people, animals, or objects are conveyed or carried."@en,
        "Algemeen te gebruiken voor toestellen of apparaten waarmee mensen of voorwerpen worden vervoerd of gedragen."@nl ;
    prov:generatedAtTime "2023-08-17T11:38:25+00:00"^^xsd:dateTime .

