@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/81203> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/62899> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300054471> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "81203" ;
    skos:prefLabel "physiology"@en,
        "fysiologie"@nl ;
    skos:scopeNote "Biological science concerned with the mechanisms of animal function, from the level of the cell to that of the whole organism."@en,
        "Biologische wetenschap die zich bezighoudt met de mechanismen van het functioneren van levende wezens, vanaf het niveau van de cel tot op het niveau van het gehele organisme."@nl ;
    prov:generatedAtTime "2022-06-01T14:18:12+00:00"^^xsd:dateTime .

