@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/63538> a skos:Concept ;
    skos:altLabel "horse and cart"@en,
        "paard en wagen"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98294> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300227856> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/63554>,
        <https://data.rkd.nl/thesaurus/65264>,
        <https://data.rkd.nl/thesaurus/65704>,
        <https://data.rkd.nl/thesaurus/66212>,
        <https://data.rkd.nl/thesaurus/66670>,
        <https://data.rkd.nl/thesaurus/90567> ;
    skos:notation "63538" ;
    skos:prefLabel "horse-drawn vehicle"@en,
        "voertuig getrokken door paarden"@nl ;
    skos:scopeNote "Land vehicles pulled by horses."@en,
        "Te gebruiken voor landvoertuigen die door paarden worden getrokken."@nl ;
    prov:generatedAtTime "2023-08-02T08:31:09+00:00"^^xsd:dateTime .

