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

<http://data.bibliotheken.nl/id/thes/p072746491> a schema1:Person ;
    rdfs:label "Nelis, Jan Thomas (1919-)" ;
    schema1:birthDate "1919" ;
    schema1:description "S.S.S." ;
    schema1:familyName "Nelis" ;
    schema1:givenName "Jan Thomas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8d4a257e37d0770fc943406db2e802c4> ;
    schema1:name "Jan Thomas Nelis" ;
    schema1:sameAs <https://isni.org/isni/0000000078205832> .

