@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/63903> a skos:Concept ;
    skos:altLabel "anatomy lesson"@en,
        "anatomische les"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/62899> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300054465>,
        <http://www.iconclass.org/31A1> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "63903" ;
    skos:prefLabel "anatomy"@en,
        "anatomie"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/63902> ;
    skos:scopeNote "Discipline concerned with the structure, function, and development of the cells, tissues, and organs constituting the animal body."@en,
        "Vakgebied waarin men zich bezighoudt met de structuur, functie en ontwikkeling van de cellen, weefsels en organen waaruit het dierlijk en menselijk lichaam is samengesteld."@nl ;
    prov:generatedAtTime "2022-06-02T05:58:20+00:00"^^xsd:dateTime .

