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

<http://data.bibliotheken.nl/id/thes/p072724501> a schema1:Person ;
    rdfs:label "Hofman, Egbert (1931-2019)" ;
    schema1:alternateName "Hofman, E." ;
    schema1:birthDate "1931" ;
    schema1:deathDate "2019" ;
    schema1:description "Neerlandicus" ;
    schema1:familyName "Hofman" ;
    schema1:givenName "Egbert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/da9fd03cb7e8b614710a3064839e025a> ;
    schema1:name "Egbert Hofman" ;
    schema1:sameAs <https://isni.org/isni/000000003089494X> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/hofm024> .

