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

<http://data.bibliotheken.nl/id/thes/p242344844> a schema1:Person ;
    rdfs:label "Caryn, David (1977-)" ;
    schema1:birthDate "1977" ;
    schema1:familyName "Caryn" ;
    schema1:givenName "David" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8d3bccde3d9ccb74b917c07ccdbf4815> ;
    schema1:name "David Caryn" ;
    schema1:sameAs <http://viaf.org/viaf/264008683>,
        <https://isni.org/isni/0000000398429480> .

