@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/gilt003> a schema1:Person ;
    rdfs:label "Giltay Veth, D.  (1898-1985)" ;
    schema1:alternateName "D. Giltay Veth" ;
    schema1:birthDate "1898-09-21"^^xsd:date ;
    schema1:birthPlace "Amsterdam" ;
    schema1:deathDate "1985-07-17"^^xsd:date ;
    schema1:deathPlace "Amsterdam" ;
    schema1:familyName "Giltay Veth" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Daniel (Daan)" ;
    schema1:hasOccupation "advocaat/jurist",
        "magistraat" ;
    schema1:identifier "gilt003" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/29fa7c77396118a5b3c3c09386450cc8> ;
    schema1:name "D. Giltay Veth" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=gilt003> .

