@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/rasp002> a schema1:Person ;
    rdfs:label "Raspoetin, Valentin  (1937-2015)" ;
    schema1:alternateName "Valentin Grigor'evic Rasputin",
        "Valentin Raspoetin" ;
    schema1:birthDate "1937-03-15"^^xsd:date ;
    schema1:deathDate "2015-03-14"^^xsd:date ;
    schema1:familyName "Raspoetin" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Valentin Grigoriyevich" ;
    schema1:hasOccupation "journalist/redacteur" ;
    schema1:identifier "rasp002" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9c6c9bd844e7245194202075abc55d31> ;
    schema1:name "Valentin Raspoetin" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=rasp002> .

