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

<http://data.bibliotheken.nl/id/thes/p069537445> a schema1:Person ;
    rdfs:label "IJzerman, Thomas Johannes (1923-2002)" ;
    schema1:birthDate "1923" ;
    schema1:deathDate "2002" ;
    schema1:familyName "IJzerman" ;
    schema1:givenName "Thomas Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e4abed0e3722af1db6fa5cd56d14c1a2> ;
    schema1:name "Thomas Johannes IJzerman" ;
    schema1:sameAs <http://viaf.org/viaf/65482584>,
        <https://isni.org/isni/0000000025513276> .

