@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/diel003> a schema1:Person ;
    rdfs:label "Diels, Joris  (1903-1992)" ;
    schema1:alternateName "Joris Diels" ;
    schema1:birthDate "1903-01-14"^^xsd:date ;
    schema1:birthPlace "Antwerpen" ;
    schema1:deathDate "1992-06-16"^^xsd:date ;
    schema1:familyName "Diels" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Joris" ;
    schema1:identifier "diel003" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c27dead7b00a2a0ed4bab096feddb316> ;
    schema1:name "Joris Diels" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=diel003> .

