@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/65526> a skos:Concept ;
    skos:altLabel "rail"@en,
        "tram rails"@en,
        "rails"@nl,
        "tramrails"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/79969> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300008591> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "65526" ;
    skos:prefLabel "railroad (infrastructure)"@en,
        "spoorweg (infrastructuur)"@nl ;
    skos:scopeNote "Transit systems consisting of roads laid with rails forming tracks on which locomotives and cars are run for the transportation of passengers, freight, and mail."@en ;
    prov:generatedAtTime "2022-06-15T07:29:07+00:00"^^xsd:dateTime .

