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

<http://data.bibliotheken.nl/id/thes/p071722025> a schema1:Person ;
    rdfs:label "Nagtegaal, Hans Karel (1946-2020)" ;
    schema1:alternateName "Nagtegaal, Hans" ;
    schema1:birthDate "1946" ;
    schema1:deathDate "2020" ;
    schema1:description "Bron: overlijdensadvertentie in Delft op Zondag, 7 juni 2020",
        "publiceert m.n. over: genealogie; Rotterdam e.o." ;
    schema1:familyName "Nagtegaal" ;
    schema1:givenName "Hans Karel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/62108eb8438060b7aa43d0b2b16941f1> ;
    schema1:name "Hans Karel Nagtegaal" ;
    schema1:sameAs <http://viaf.org/viaf/71251625>,
        <https://isni.org/isni/0000000049975408> .

