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

<http://data.bibliotheken.nl/id/thes/p068286864> a schema1:Person ;
    rdfs:label "Eyck, J.H.M. (1932-)" ;
    schema1:birthDate "1932" ;
    schema1:familyName "Eyck" ;
    schema1:givenName "J.H.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/10d185b1f4af2c45cd93fbbf281a02f7> ;
    schema1:name "J.H.M. Eyck" ;
    schema1:sameAs <http://viaf.org/viaf/50555101>,
        <https://isni.org/isni/0000000023235436> .

