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

<http://data.bibliotheken.nl/id/thes/p068906056> a schema1:Person ;
    rdfs:label "Siegel, Jerry (1914-1996)" ;
    schema1:birthDate "1914" ;
    schema1:deathDate "1996" ;
    schema1:familyName "Siegel" ;
    schema1:givenName "Jerry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/06903c21383ffc3c714c807283a59825> ;
    schema1:name "Jerry Siegel" ;
    schema1:sameAs <http://viaf.org/viaf/32002883>,
        wd:Q380113,
        <https://isni.org/isni/0000000117566148> .

