@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/gell003> a schema1:Person ;
    rdfs:label "Gellert, Christian F.  (1715-1769)" ;
    schema1:alternateName "Christian F. Gellert" ;
    schema1:birthDate "1715"^^xsd:gYear ;
    schema1:deathDate "1769"^^xsd:gYear ;
    schema1:familyName "Gellert" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Christian F." ;
    schema1:identifier "gell003" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/af40811e993ba7a93afeba7134333714> ;
    schema1:name "Christian F. Gellert" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=gell003> .

