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

<http://data.bibliotheken.nl/id/thes/p095103090> a schema1:Person ;
    rdfs:label "Jakketoe, ..." ;
    schema1:familyName "Jakketoe" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ef9d5b436027987e715584543fe8445b> ;
    schema1:name "... Jakketoe" ;
    schema1:sameAs <http://viaf.org/viaf/282440678>,
        <https://isni.org/isni/0000000389086105> .

