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

<http://data.bibliotheken.nl/id/thes/p068911882> a schema1:Person ;
    rdfs:label "Eys, Willem J. van (1825-1914)" ;
    schema1:alternateName "Eijs, W.J. van" ;
    schema1:birthDate "1825" ;
    schema1:deathDate "1914" ;
    schema1:familyName "van Eys" ;
    schema1:givenName "Willem J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f51032a6b4ec0d39a24091db03178f4c> ;
    schema1:name "Willem J. van Eys" ;
    schema1:sameAs <http://viaf.org/viaf/102330447>,
        wd:Q2442281,
        <https://isni.org/isni/0000000120373582> .

