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

<http://data.bibliotheken.nl/id/thes/p168763613> a schema1:Person ;
    rdfs:label "Bakker, André (ouderen)" ;
    schema1:familyName "Bakker" ;
    schema1:givenName "André" ;
    schema1:hasOccupation "ouderen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/00446e80f70ea17fd0441763de5897e6> ;
    schema1:name "André Bakker" ;
    schema1:sameAs <http://viaf.org/viaf/287439731> .

