@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/arie002> a schema1:Person ;
    rdfs:label "Ariëns, Alfons  (1860-1928)" ;
    schema1:alternateName "Alfons Ariëns" ;
    schema1:birthDate "1860-04-26"^^xsd:date ;
    schema1:birthPlace "Utrecht" ;
    schema1:deathDate "1928-08-07"^^xsd:date ;
    schema1:deathPlace "Amersfoort" ;
    schema1:familyName "Ariëns" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Alphonse Marie Auguste Joseph" ;
    schema1:identifier "arie002" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9bf75f138668ce502a6d59b5fc040177> ;
    schema1:name "Alfons Ariëns" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=arie002> .

