@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/p304346926> a schema1:Person ;
    rdfs:label "Rothenberg, Gadi (1967-)" ;
    schema1:birthDate "1967" ;
    schema1:familyName "Rothenberg" ;
    schema1:givenName "Gadi" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c8ea27383d39718f21e2cbc9ebf08771> ;
    schema1:name "Gadi Rothenberg" ;
    schema1:sameAs <http://viaf.org/viaf/66794079>,
        wd:Q47137382,
        <https://isni.org/isni/0000000120276598> .

