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

<http://data.bibliotheken.nl/id/thes/p297261487> a schema1:Person ;
    rdfs:label "Zweep, Niek (1978-)" ;
    schema1:birthDate "1978" ;
    schema1:familyName "Zweep" ;
    schema1:givenName "Niek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/989f14b5e51078d59dc29c8c3b02b13c> ;
    schema1:name "Niek Zweep" ;
    schema1:sameAs <http://viaf.org/viaf/284686692>,
        <https://isni.org/isni/0000000390986215> .

