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

<http://data.bibliotheken.nl/id/thes/p308085868> a schema1:Person ;
    rdfs:label "Eyssen, Ewoud" ;
    schema1:familyName "Eyssen" ;
    schema1:givenName "Ewoud" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e28238814f6cb05106510cd66e1f5b3f> ;
    schema1:name "Ewoud Eyssen" ;
    schema1:sameAs <http://viaf.org/viaf/286862116>,
        <https://isni.org/isni/0000000368983587> .

