@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/65646> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/63381> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300036794> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/66210> ;
    skos:notation "65646" ;
    skos:prefLabel "helmet"@en,
        "helm"@nl ;
    skos:scopeNote "Any of various forms of protective coverings for the head, usually made of a hard material, including the outside steel layer of helmets that consist of inner and outer parts."@en,
        "Beschermende hoofddeksels, meestal gemaakt van een hard materiaal."@nl ;
    prov:generatedAtTime "2023-07-31T11:16:08+00:00"^^xsd:dateTime .

