@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/p069146934> a schema1:Person ;
    rdfs:label "Segal, Gerald (1953-1999)" ;
    schema1:birthDate "1953" ;
    schema1:deathDate "1999" ;
    schema1:familyName "Segal" ;
    schema1:givenName "Gerald" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d88910721638c512c04a3607cab916a2> ;
    schema1:name "Gerald Segal" ;
    schema1:sameAs <http://viaf.org/viaf/56630013>,
        wd:Q59531209,
        <https://isni.org/isni/0000000116483391> .

