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

<http://data.bibliotheken.nl/id/thes/p08809376X> a schema1:Person ;
    rdfs:label "Poel, Philip van de" ;
    schema1:familyName "van de Poel" ;
    schema1:givenName "Philip" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b43ee55bd34bc39bf8a58e6ca6637d48> ;
    schema1:name "Philip van de Poel" ;
    schema1:sameAs <http://viaf.org/viaf/281990947>,
        <https://isni.org/isni/0000000388742879> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/poel087> .

