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

<http://data.bibliotheken.nl/id/thes/p159363578> a schema1:Person ;
    rdfs:label "Bakker, Janny" ;
    schema1:familyName "Bakker" ;
    schema1:givenName "Janny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/48d1b40d4e761af19ae0aa7b9ed1b4a2> ;
    schema1:name "Janny Bakker" ;
    schema1:sameAs <http://viaf.org/viaf/283861396>,
        <https://isni.org/isni/0000000390280343> .

