@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/47147> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/63779> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300236410> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/PROPERTY> ;
    skos:notation "47147" ;
    skos:prefLabel "colonel"@en,
        "kolonel"@nl ;
    skos:scopeNote "Commissioned officers in the armed forces; generally they rank as the superior officers of regiments."@en,
        "Officieren in de strijdmacht, in het algemeengelden ze als hooggeplaatste officieren van regimenten."@nl ;
    prov:generatedAtTime "2023-06-15T14:08:42+00:00"^^xsd:dateTime .

