@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/houw008> a schema1:Person ;
    rdfs:label "Houwink, Roel  (1899-1987)" ;
    schema1:alternateName "H. van Elro",
        "Roel Houwink" ;
    schema1:birthDate "1899-01-17"^^xsd:date ;
    schema1:birthPlace "Breda" ;
    schema1:deathDate "1987-06-03"^^xsd:date ;
    schema1:deathPlace "Zeist" ;
    schema1:familyName "Houwink" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Roelof Martinus Frederik" ;
    schema1:hasOccupation "advocaat/jurist",
        "journalist/redacteur",
        "zielsverzorger/psychol/ps.ther." ;
    schema1:identifier "houw008" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/df924093cf05ab89633a3e487b50cb05> ;
    schema1:name "Roel Houwink" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=houw008> .

