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

<http://data.bibliotheken.nl/id/thes/p075111896> a schema1:Person ;
    rdfs:label "Dollevoet, Thieu" ;
    schema1:familyName "Dollevoet" ;
    schema1:givenName "Thieu" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4d92f8841a3874b6af1b897183bcaffe> ;
    schema1:name "Thieu Dollevoet" ;
    schema1:sameAs <http://viaf.org/viaf/284218850>,
        <https://isni.org/isni/000000039059051X> .

