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

<http://data.bibliotheken.nl/id/thes/p069532265> a schema1:Person ;
    rdfs:label "Gunning, Jan Willem (1862-1923 ; dir. Ned. Zendeling-Genootschap)" ;
    schema1:birthDate "1862" ;
    schema1:deathDate "1923" ;
    schema1:familyName "Gunning" ;
    schema1:givenName "Jan Willem" ;
    schema1:hasOccupation "dir. Ned. Zendeling-Genootschap" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d84d4ce0eb0bd4b026f3fdc83c808fe0> ;
    schema1:name "Jan Willem Gunning" ;
    schema1:sameAs <http://viaf.org/viaf/281241271>,
        <https://isni.org/isni/0000000388209070> .

