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

<http://data.bibliotheken.nl/id/thes/p246115424> a schema1:Person ;
    rdfs:label "Daalen, Philip van (1969-)" ;
    schema1:birthDate "1969" ;
    schema1:familyName "van Daalen" ;
    schema1:givenName "Philip" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0fdc2170d8b36f60dad46c6bfc1d7740> ;
    schema1:name "Philip van Daalen" ;
    schema1:sameAs <http://viaf.org/viaf/267455998>,
        <https://isni.org/isni/0000000383067448> .

