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

<http://data.bibliotheken.nl/id/thes/p322690072> a schema1:Person ;
    rdfs:label "Eijgelaar, Eke (toerisme)" ;
    schema1:alternateName "Eijgelaar, E." ;
    schema1:familyName "Eijgelaar" ;
    schema1:givenName "Eke" ;
    schema1:hasOccupation "toerisme" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3e718fabe0656fa8921c81c1820e83cd> ;
    schema1:name "Eke Eijgelaar" ;
    schema1:sameAs <http://viaf.org/viaf/282081362>,
        <https://isni.org/isni/0000000388831855> .

