@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/west063> a schema1:Person ;
    rdfs:label "Westendorp Boerma, Jacobus Johannes  (1901-1970)" ;
    schema1:alternateName "J.J. Westendorp Boerma",
        "Jacobus Johannes Westendorp Boerma" ;
    schema1:birthDate "1901-12-09"^^xsd:date ;
    schema1:birthPlace "Blija" ;
    schema1:deathDate "1970-09-16"^^xsd:date ;
    schema1:deathPlace "Zierikzee" ;
    schema1:familyName "Westendorp Boerma" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Jacobus Johannes" ;
    schema1:hasOccupation "historicus/archeoloog",
        "leraar/docent/hoogleraar" ;
    schema1:identifier "west063" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/20158788545e78cb3b91af8fc8eeb255> ;
    schema1:name "Jacobus Johannes Westendorp Boerma" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=west063> .

