@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/wolt008> a schema1:Person ;
    rdfs:label "Wolthuis, G.W.  (1906-1963)" ;
    schema1:alternateName "G.W. Wolthuis" ;
    schema1:birthDate "1906"^^xsd:gYear ;
    schema1:deathDate "1963"^^xsd:gYear ;
    schema1:familyName "Wolthuis" ;
    schema1:gender schema1:Male ;
    schema1:givenName "G.W." ;
    schema1:identifier "wolt008" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fb21e77eb0699168e98fc71ba5bfa922> ;
    schema1:name "G.W. Wolthuis" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=wolt008> .

