@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/rost004> a schema1:Person ;
    rdfs:label "Rostand, Edmond  (1868-1918)" ;
    schema1:alternateName "Edmond Rostand" ;
    schema1:birthDate "1868-04-01"^^xsd:date ;
    schema1:deathDate "1918-12-02"^^xsd:date ;
    schema1:familyName "Rostand" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Edmond Eugène Alexis" ;
    schema1:identifier "rost004" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5f8552ce0d1137b19db2048dba902d52> ;
    schema1:name "Edmond Rostand" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=rost004> .

