@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p313897980> a schema1:Person ;
    rdfs:label "Arendonk, Eric van" ;
    schema1:familyName "van Arendonk" ;
    schema1:givenName "Eric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8a3eb908b4812730f4b57f7ad92f80e3> ;
    schema1:name "Eric van Arendonk" ;
    schema1:sameAs <http://viaf.org/viaf/287756633>,
        <https://isni.org/isni/0000000393502714> .

