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

<http://data.bibliotheken.nl/id/thes/p303804076> a schema1:Person ;
    rdfs:label "Spitznagel, Eric" ;
    schema1:familyName "Spitznagel" ;
    schema1:givenName "Eric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f3c9f1e5cb1e8654ed925b2ddbf84b15> ;
    schema1:name "Eric Spitznagel" ;
    schema1:sameAs <http://viaf.org/viaf/40227107>,
        <https://isni.org/isni/0000000073739827> .

