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

<http://data.bibliotheken.nl/id/thes/p072287713> a schema1:Person ;
    rdfs:label "Doorgeest, Tom" ;
    schema1:familyName "Doorgeest" ;
    schema1:givenName "Tom" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/918b2479f2b21eadca237bd626e975d4> ;
    schema1:name "Tom Doorgeest" ;
    schema1:sameAs <http://viaf.org/viaf/19774602>,
        <https://isni.org/isni/0000000055112756> .

