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

<http://data.bibliotheken.nl/id/thes/p372475388> a schema1:Person ;
    rdfs:label "Pekel, Wil" ;
    schema1:description "Reisgidsen" ;
    schema1:familyName "Pekel" ;
    schema1:givenName "Wil" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5cf8efd17b2889a331126c692734026f> ;
    schema1:name "Wil Pekel" ;
    schema1:sameAs <http://viaf.org/viaf/309892158> .

