@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/80757> a skos:Concept ;
    skos:altLabel "surgical operation"@en,
        "operatie (medisch)"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/63010> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300137832> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/80826> ;
    skos:notation "80757" ;
    skos:prefLabel "surgery"@en,
        "chirurgie"@nl ;
    skos:scopeNote "Treating injuries, diseases, pathological conditions, deformities, and other disorders by operative manual and instrumental techniques."@en,
        "Het uitvoeren van handmatige of operatieve ingrepen om ziektes, verwondingen en afwijkingen te behandelen."@nl ;
    prov:generatedAtTime "2022-10-05T13:47:01+00:00"^^xsd:dateTime .

