@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/80772> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/92099> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300054631> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/98845> ;
    skos:notation "80772" ;
    skos:prefLabel "classification"@en,
        "classificeren"@nl ;
    skos:scopeNote "Arranging a series or system of classes in order according to a principle, concept, purpose, interest, or other established criteria."@en,
        "Het systematisch indelen in groepen of categorieën volgens vastgestelde criteria."@nl ;
    prov:generatedAtTime "2024-04-23T08:51:34+00:00"^^xsd:dateTime .

