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

<http://data.bibliotheken.nl/id/thes/p141481293> a schema1:Person ;
    rdfs:label "Gunter, Thomas Cornelis (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:familyName "Gunter" ;
    schema1:givenName "Thomas Cornelis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6d19e137134ff5b6ea5ce3f084cebfed> ;
    schema1:name "Thomas Cornelis Gunter" ;
    schema1:sameAs <http://viaf.org/viaf/284662185>,
        <https://isni.org/isni/0000000390932284> .

