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

<http://data.bibliotheken.nl/id/thes/p068009291> a schema1:Person ;
    rdfs:label "Elshof, Paul" ;
    schema1:familyName "Elshof" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e47def03030042579bdda4daa7c69e7b> ;
    schema1:name "Paul Elshof" ;
    schema1:sameAs <http://viaf.org/viaf/281080696>,
        <https://isni.org/isni/0000000387992606> .

