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

<http://data.bibliotheken.nl/id/thes/p312826753> a schema1:Person ;
    rdfs:label "Diepenmaat, Frank (1979-)" ;
    schema1:birthDate "1979" ;
    schema1:familyName "Diepenmaat" ;
    schema1:givenName "Frank" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8ad5090a2cc433760d21481e2372f2cd> ;
    schema1:name "Frank Diepenmaat" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/286735638>,
        <https://isni.org/isni/0000000392666792> .

