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

<http://data.bibliotheken.nl/id/thes/p068548699> a schema1:Person ;
    rdfs:label "Eijk, Hans van (1945-)" ;
    schema1:birthDate "1945" ;
    schema1:description "Uitgever van \"In de Bonnefant\"",
        "drukwerk in de marge",
        "zie ook: Ioannes Quercus" ;
    schema1:familyName "van Eijk" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/707c99b770d231086e91c8a4dcdd5cd2> ;
    schema1:name "Hans van Eijk" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p257383816>,
        <http://viaf.org/viaf/13734660>,
        <https://isni.org/isni/0000000028214167> .

