@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/p070317380> a schema1:Person ;
    rdfs:label "Teutem, Hendrik Nicolaas van (1802-1889)" ;
    schema1:birthDate "1802" ;
    schema1:deathDate "1889" ;
    schema1:familyName "van Teutem" ;
    schema1:givenName "Hendrik Nicolaas" ;
    schema1:hasOccupation "predikant",
        "theoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/77cdf865b0ce82e256242b4998533e83> ;
    schema1:name "Hendrik Nicolaas van Teutem" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/89502342>,
        wd:Q55684194,
        <https://isni.org/isni/0000000061862756> .

