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

<http://data.bibliotheken.nl/id/thes/p357414330> a schema1:Person ;
    rdfs:label "Harris, Peter (Doe-het-zelf)" ;
    schema1:familyName "Harris" ;
    schema1:givenName "Peter" ;
    schema1:hasOccupation "Doe-het-zelf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cbd6861946f7c0a33f6f01d731494708> ;
    schema1:name "Peter Harris" ;
    schema1:sameAs <http://viaf.org/viaf/305812861> .

