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

<http://data.bibliotheken.nl/id/thes/p068257562> a schema1:Person ;
    rdfs:label "Ellis, J.J.A." ;
    schema1:familyName "Ellis" ;
    schema1:givenName "J.J.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1d78e757f537a8d51395a78fad512ccd> ;
    schema1:name "J.J.A. Ellis" ;
    schema1:sameAs <http://viaf.org/viaf/287985342>,
        <https://isni.org/isni/0000000393662822> .

