@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/p108202534> a schema1:Person ;
    rdfs:label "Herenguel, Eric (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:familyName "Herenguel" ;
    schema1:givenName "Eric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/07ab12a82a99063c582c0d5dde3411f9> ;
    schema1:name "Eric Herenguel" ;
    schema1:sameAs <http://viaf.org/viaf/22191410>,
        wd:Q3591185,
        <https://isni.org/isni/0000000120222135> .

