@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/64011> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/96818> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300212738> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64011" ;
    skos:prefLabel "train"@en,
        "trein"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/65533>,
        <https://data.rkd.nl/thesaurus/95454> ;
    skos:scopeNote "Two or more rail transit vehicles physically connected and operated as a unit."@en,
        "Twee of meer treinwagons die aan elkaar zijn bevestigd en als eenheid worden bestuurd."@nl ;
    prov:generatedAtTime "2022-10-11T11:56:06+00:00"^^xsd:dateTime .

