@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/dome001> a schema1:Person ;
    rdfs:label "Domela Nieuwenhuis, Ferdinand  (1846-1919)" ;
    schema1:alternateName "Ferdinand Domela Nieuwenhuis" ;
    schema1:birthDate "1846-12-31"^^xsd:date ;
    schema1:birthPlace "Amsterdam" ;
    schema1:deathDate "1919-11-18"^^xsd:date ;
    schema1:deathPlace "Hilversum" ;
    schema1:familyName "Domela Nieuwenhuis" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Ferdinand" ;
    schema1:identifier "dome001" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/27aad56064c0968033dcb04ba03fce9b> ;
    schema1:name "Ferdinand Domela Nieuwenhuis" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=dome001> .

