@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/p06846875X> a schema1:Person ;
    rdfs:label "Ayck, Thomas (1939-1988)" ;
    schema1:birthDate "1939" ;
    schema1:deathDate "1988" ;
    schema1:familyName "Ayck" ;
    schema1:givenName "Thomas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b7218269dc3cd8e40f8de573f1cc70e5> ;
    schema1:name "Thomas Ayck" ;
    schema1:sameAs <http://viaf.org/viaf/111141355>,
        wd:Q2422131,
        <https://isni.org/isni/0000000110831906> .

