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

<http://data.bibliotheken.nl/id/thes/p070234973> a schema1:Person ;
    rdfs:label "Metman, Philip" ;
    schema1:familyName "Metman" ;
    schema1:givenName "Philip" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e171486bbd1154355e5ff096311b332b> ;
    schema1:name "Philip Metman" ;
    schema1:sameAs <http://viaf.org/viaf/294245881>,
        <https://isni.org/isni/0000000014375840> .

