@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/84004> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/94288> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300054473> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "84004" ;
    skos:prefLabel "cybernetics"@en,
        "cybernetica"@nl ;
    skos:scopeNote "Comparative study of automatic control systems and communication processes in both living organisms and machines. The study links the working of the brain and nervous system with the functioning of computers and automated feedback devices."@en,
        "Vergelijkende studie van automatische besturingssystemen en communicatieprocessen van organismen en machines. De studie vergelijkt de werking van de hersenen en het zenuwstelsel met het functioneren van computers en automatische reactiesystemen."@nl ;
    prov:generatedAtTime "2022-04-20T12:38:48+00:00"^^xsd:dateTime .

