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

<http://data.bibliotheken.nl/id/thes/p098767933> a schema1:Person ;
    rdfs:label "Eichhorn, Jan" ;
    schema1:familyName "Eichhorn" ;
    schema1:givenName "Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cd8453a8d133cb21cde43dfce1fb0b52> ;
    schema1:name "Jan Eichhorn" ;
    schema1:sameAs <http://viaf.org/viaf/291549258> .

