@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/p073018562> a schema1:Person ;
    rdfs:label "Rhode, Eric (1934-)" ;
    schema1:birthDate "1934" ;
    schema1:familyName "Rhode" ;
    schema1:givenName "Eric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5f6b6204f9c133c62cc97b39c681d299> ;
    schema1:name "Eric Rhode" ;
    schema1:sameAs <http://viaf.org/viaf/41926088>,
        wd:Q5387359,
        <https://isni.org/isni/0000000114426166> .

