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

<http://data.bibliotheken.nl/id/thes/p339350652> a schema1:Person ;
    rdfs:label "Pape, Gijs" ;
    schema1:familyName "Pape" ;
    schema1:givenName "Gijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a936c8782c39c7620e628862a481e728> ;
    schema1:name "Gijs Pape" ;
    schema1:sameAs <http://viaf.org/viaf/287727410>,
        <https://isni.org/isni/0000000393497548> .

