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

<http://data.bibliotheken.nl/id/thes/p427435668> a schema1:Person ;
    rdfs:label "Bakker, A. (aanstaande ouders)" ;
    schema1:familyName "Bakker" ;
    schema1:givenName "A." ;
    schema1:hasOccupation "aanstaande ouders" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4319e1517957e6311f4eeb40eb4ada28> ;
    schema1:name "A. Bakker" ;
    schema1:sameAs <http://viaf.org/viaf/24159335453712962654> .

