@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

[] rdfs:Container [
    schema:birthDate "1749"^^xsd:string ;
    schema:deathDate "1832"^^xsd:string ;
    schema:familyName "Goethe"^^xsd:string ;
    schema:givenName "Johann Wolfgang"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118540238>, <https://personendatenbank.germania-sacra.de/index/gsn/075-01325-001>, <https://personendatenbank.germania-sacra.de/index/gsn/049-03201-001>, <https://personendatenbank.germania-sacra.de/index/gsn/038-01644-001>, <https://personendatenbank.germania-sacra.de/index/gsn/041-00757-001>, <https://personendatenbank.germania-sacra.de/index/gsn/046-02810-001>, <https://personendatenbank.germania-sacra.de/index/gsn/082-00341-001>, <https://personendatenbank.germania-sacra.de/index/gsn/083-01244-001>, <https://personendatenbank.germania-sacra.de/index/gsn/086-00211-001>
  ] .
