@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p073411752> a schema1:Person ;
    rdfs:label "Voorhoeve, Jan (1923-1983 ; Suriname)" ;
    schema1:birthDate "1923" ;
    schema1:deathDate "1983" ;
    schema1:familyName "Voorhoeve" ;
    schema1:givenName "Jan" ;
    schema1:hasOccupation "Suriname" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/423aa017060b4522b63f644f8cea0278> ;
    schema1:name "Jan Voorhoeve" ;
    schema1:sameAs <http://viaf.org/viaf/66551170>,
        wd:Q65851937,
        <https://isni.org/isni/0000000023575799> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/voor007> .

