@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p224369865> a schema1:Person ;
    rdfs:label "Donker, Aad (1967-1998)" ;
    schema1:birthDate "1967" ;
    schema1:deathDate "1998" ;
    schema1:description "kunstenaar" ;
    schema1:familyName "Donker" ;
    schema1:givenName "Aad" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bd763df0b1c46737cec3c25c8d5dc42e> ;
    schema1:name "Aad Donker" ;
    schema1:sameAs <http://viaf.org/viaf/289105061>,
        wd:Q17351248,
        <https://isni.org/isni/0000000394535876> .

