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

<http://data.bibliotheken.nl/id/thes/p304705403> a schema1:Person ;
    rdfs:label "Pruijn, Ellis (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:familyName "Pruijn" ;
    schema1:givenName "Ellis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb63721414f03c8e32e4b8fe28cdcaa2> ;
    schema1:name "Ellis Pruijn" ;
    schema1:sameAs <http://viaf.org/viaf/285301293>,
        <https://isni.org/isni/000000039148484X> .

