@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:deathDate "um 689"^^xsd:string ;
    schema:givenName "Kilian"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/137838115>, <https://personendatenbank.germania-sacra.de/index/gsn/054-00462-001>, <https://personendatenbank.germania-sacra.de/index/gsn/009-00327-001>, <https://personendatenbank.germania-sacra.de/index/gsn/011-01148-001>, <https://personendatenbank.germania-sacra.de/index/gsn/012-00252-001>, <https://personendatenbank.germania-sacra.de/index/gsn/021-00210-001>, <https://personendatenbank.germania-sacra.de/index/gsn/036-00691-001>, <https://personendatenbank.germania-sacra.de/index/gsn/044-00577-001>, <https://personendatenbank.germania-sacra.de/index/gsn/046-01267-001>, <https://personendatenbank.germania-sacra.de/index/gsn/072-00609-001>, <https://personendatenbank.germania-sacra.de/index/gsn/710-00269-001>
  ] .
