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

<http://data.bibliotheken.nl/id/thes/p338550879> a schema1:Person ;
    rdfs:label "Gevaert, P." ;
    schema1:description "roepnaam Philippe" ;
    schema1:familyName "Gevaert" ;
    schema1:givenName "P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/077d0c410d1686d1369b265912ff6c4e> ;
    schema1:name "P. Gevaert" ;
    schema1:sameAs <http://viaf.org/viaf/292210926>,
        <https://isni.org/isni/0000000397129400> .

