@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/68342> a skos:Concept ;
    skos:altLabel "Europese bizon"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/68344> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300310439>,
        <https://www.wikidata.org/entity/Q81091> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "68342" ;
    skos:prefLabel "European bison"@en,
        "wisent"@nl ;
    skos:scopeNote "Species of ox-like grazing animals native to Europe."@en,
        "Tot deze soort behoren grazende runderen die inheems zijn in Europa."@nl ;
    prov:generatedAtTime "2021-10-19T15:04:07+00:00"^^xsd:dateTime .

