@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/cool017> a schema1:Person ;
    rdfs:label "Coolhaas, W.Ph.  (1899-1981)" ;
    schema1:alternateName "W.Ph. Coolhaas" ;
    schema1:birthDate "1899-05-02"^^xsd:date ;
    schema1:birthPlace "Brielle" ;
    schema1:deathDate "1981-04-12"^^xsd:date ;
    schema1:deathPlace "Bilthoven" ;
    schema1:familyName "Coolhaas" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Willem Philippus" ;
    schema1:hasOccupation "ambtenaar",
        "historicus/archeoloog",
        "leraar/docent/hoogleraar",
        "vertaler" ;
    schema1:identifier "cool017" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/972998e98545e9ab09dd1ddba6fc79e6> ;
    schema1:name "W.Ph. Coolhaas" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=cool017> .

