@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 "1207"^^xsd:string ;
    schema:deathDate "1231"^^xsd:string ;
    schema:givenName "Elisabeth"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118529927>, <https://personendatenbank.germania-sacra.de/index/gsn/060-01012-001>, <https://personendatenbank.germania-sacra.de/index/gsn/044-00975-001>, <https://personendatenbank.germania-sacra.de/index/gsn/011-01854-001>, <https://personendatenbank.germania-sacra.de/index/gsn/013-01079-001>, <https://personendatenbank.germania-sacra.de/index/gsn/019-00760-001>, <https://personendatenbank.germania-sacra.de/index/gsn/023-01157-001>, <https://personendatenbank.germania-sacra.de/index/gsn/032-01147-001>, <https://personendatenbank.germania-sacra.de/index/gsn/047-00383-001>, <https://personendatenbank.germania-sacra.de/index/gsn/050-01728-001>, <https://personendatenbank.germania-sacra.de/index/gsn/080-00944-001>
  ] .
