@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/goet027> a schema1:Person ;
    rdfs:label "Goethe, Johann Wolfgang von (1749-1832)" ;
    schema1:alternateName "Johann Wolfgang von Goethe" ;
    schema1:birthDate "1749-08-28"^^xsd:date ;
    schema1:deathDate "1832-03-22"^^xsd:date ;
    schema1:familyName "von Goethe" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Johann Wolfgang" ;
    schema1:identifier "goet027" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5c187c0f9c9f07fba2a1ff7372f5662d> ;
    schema1:name "Johann Wolfgang von Goethe" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=goet027> .

