@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/hooy006> a schema1:Person ;
    rdfs:label "Hooykaas, C.E.  (1878-1933)" ;
    schema1:alternateName "C.E. Hooykaas" ;
    schema1:birthDate "1878-06-09"^^xsd:date ;
    schema1:birthPlace "Rotterdam" ;
    schema1:deathDate "1933-06-12"^^xsd:date ;
    schema1:familyName "Hooykaas" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Cornelis Elias" ;
    schema1:hasOccupation "herv./geref. predikant/leraar" ;
    schema1:identifier "hooy006" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/89aac7e1299bc49525e1ab93a1083a15> ;
    schema1:name "C.E. Hooykaas" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=hooy006> .

