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

<http://data.bibliotheken.nl/id/thes/p364295007> a schema1:Person ;
    rdfs:label "Samsa, ..." ;
    schema1:familyName "Samsa" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b77213dfa2509be9bf65a44b4b66d0c4> ;
    schema1:name "... Samsa" ;
    schema1:sameAs <http://viaf.org/viaf/293588461> .

