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

<http://data.bibliotheken.nl/id/thes/p151638136> a schema1:Person ;
    rdfs:label "Santema, Job Gerben (1950-2009)" ;
    schema1:birthDate "1950" ;
    schema1:deathDate "2009" ;
    schema1:description "Geb. te Jorwert" ;
    schema1:familyName "Santema" ;
    schema1:givenName "Job Gerben" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/79b7032c6264f065df490c80fbd2a2dc> ;
    schema1:name "Job Gerben Santema" ;
    schema1:sameAs <http://viaf.org/viaf/280597798>,
        <https://isni.org/isni/0000000387624133> .

