@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 "1472"^^xsd:string ;
    schema:familyName "Heimburg"^^xsd:string ;
    schema:givenName "Gregor"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118709666>, <https://personendatenbank.germania-sacra.de/index/gsn/054-01085-001>, <https://personendatenbank.germania-sacra.de/index/gsn/012-00603-001>, <https://personendatenbank.germania-sacra.de/index/gsn/021-00537-001>, <https://personendatenbank.germania-sacra.de/index/gsn/036-01927-001>, <https://personendatenbank.germania-sacra.de/index/gsn/085-00092-001>
  ] .
