@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/64910> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/96716> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300000835> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64910" ;
    skos:prefLabel "battlefield"@en,
        "slagveld"@nl ;
    skos:scopeNote "Locations where a hostile meetings of opposing military forces in the course of a war have taken place."@en,
        "Wordt gebruikt voor plaatsen die het toneel zijn geweest van veldslagen."@nl ;
    prov:generatedAtTime "2023-01-17T14:28:45+00:00"^^xsd:dateTime .

