@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/p239436733> a schema1:Person ;
    rdfs:label "Rosenberg, Joel (1954-)" ;
    schema1:birthDate "1954" ;
    schema1:familyName "Rosenberg" ;
    schema1:givenName "Joel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ce8f7443a58772f1f0cc21ec809e1359> ;
    schema1:name "Joel Rosenberg" ;
    schema1:sameAs <http://viaf.org/viaf/3414403>,
        wd:Q361478,
        <https://isni.org/isni/0000000109493540> .

