@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/dani001> a schema1:Person ;
    rdfs:label "Daniëls, L.M.Fr.  (1885-1951)" ;
    schema1:alternateName "Franciscus Antonius Maria Daniëls",
        "L.M.Fr. Daniëls" ;
    schema1:birthDate "1885-11-24"^^xsd:date ;
    schema1:birthPlace "Nijmegen" ;
    schema1:deathDate "1951-12-08"^^xsd:date ;
    schema1:deathPlace "Amsterdam" ;
    schema1:familyName "Daniëls" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Ludovicus Maria Franciscus" ;
    schema1:hasOccupation "rk-geestelijke/kloosterling" ;
    schema1:identifier "dani001" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a5603510ff2d8823483238be78a8755> ;
    schema1:name "L.M.Fr. Daniëls" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=dani001> .

