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

<http://data.bibliotheken.nl/id/thes/p134342984> a schema1:Person ;
    rdfs:label "Verplanke, John" ;
    schema1:familyName "Verplanke" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d4f5304e25b72c83aba9ced7b1e560a2> ;
    schema1:name "John Verplanke" ;
    schema1:sameAs <http://viaf.org/viaf/291411108>,
        <https://isni.org/isni/000000039647363X> .

