@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/boos004> a schema1:Person ;
    rdfs:label "Boost, W.  (1918-2005)" ;
    schema1:alternateName "W. Boost" ;
    schema1:birthDate "1918"^^xsd:gYear ;
    schema1:deathDate "2005"^^xsd:gYear ;
    schema1:familyName "Boost" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Willem Louis Joseph (Wim)" ;
    schema1:identifier "boos004" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b6dfa432fc8f933ab3b22148e78d4000> ;
    schema1:name "W. Boost" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=boos004> .

