@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/p073607614> a schema1:Person ;
    rdfs:label "Symons, Jerome (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:familyName "Symons" ;
    schema1:givenName "Jerome" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/24d4c6295a3a72bf4e1f80888d639edb> ;
    schema1:name "Jerome Symons" ;
    schema1:sameAs <http://viaf.org/viaf/291677652>,
        wd:Q2097906,
        <https://isni.org/isni/0000000396699129> .

