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

<http://data.bibliotheken.nl/id/thes/p070832609> a schema1:Person ;
    rdfs:label "Nagtglas, Cornelis Johannes (1774-1861)" ;
    schema1:birthDate "1774" ;
    schema1:deathDate "1861" ;
    schema1:familyName "Nagtglas" ;
    schema1:givenName "Cornelis Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e1c66b6fbe8a1ea6262a788afc3af967> ;
    schema1:name "Cornelis Johannes Nagtglas" ;
    schema1:sameAs <http://viaf.org/viaf/291443521>,
        <https://isni.org/isni/000000039646723X> .

