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

<http://data.bibliotheken.nl/id/dbnla/hofs022> a schema1:Person ;
    rdfs:label "Hofstee, E.W.  (1909-1987)" ;
    schema1:alternateName "E.W. Hofstee" ;
    schema1:birthDate "1909"^^xsd:gYear ;
    schema1:deathDate "1987"^^xsd:gYear ;
    schema1:familyName "Hofstee" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Evert Willem" ;
    schema1:identifier "hofs022" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0261d66f3ebf4e338e3bc11fa9bbb287> ;
    schema1:name "E.W. Hofstee" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=hofs022> .

