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

<http://data.bibliotheken.nl/id/thes/p171688376> a schema1:Person ;
    rdfs:label "Bakker, Joke (vertaler)" ;
    schema1:familyName "Bakker" ;
    schema1:givenName "Joke" ;
    schema1:hasOccupation "vertaler" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d968dbb02e35b5e5e5c3f61efedd11f8> ;
    schema1:name "Joke Bakker" ;
    schema1:sameAs <http://viaf.org/viaf/291403932>,
        <https://isni.org/isni/0000000396492910> .

