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

<http://data.bibliotheken.nl/id/thes/p200000438> a schema1:Person ;
    rdfs:label "Hammond, Paul (vertaler)" ;
    schema1:familyName "Hammond" ;
    schema1:givenName "Paul" ;
    schema1:hasOccupation "vertaler" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1e86bd1c4d8efe80c14e1bf0430c7379> ;
    schema1:name "Paul Hammond" ;
    schema1:sameAs <http://viaf.org/viaf/292224607> .

