@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 "1485"^^xsd:string ;
    schema:deathDate "1558"^^xsd:string ;
    schema:familyName "Bugenhagen"^^xsd:string ;
    schema:givenName "Johannes"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118517287>, <https://personendatenbank.germania-sacra.de/index/gsn/063-00254-001>, <https://personendatenbank.germania-sacra.de/index/gsn/002-00553-001>, <https://personendatenbank.germania-sacra.de/index/gsn/016-00676-001>, <https://personendatenbank.germania-sacra.de/index/gsn/036-00562-001>, <https://personendatenbank.germania-sacra.de/index/gsn/046-00980-001>, <https://personendatenbank.germania-sacra.de/index/gsn/047-00174-001>, <https://personendatenbank.germania-sacra.de/index/gsn/051-00407-001>, <https://personendatenbank.germania-sacra.de/index/gsn/071-01176-001>
  ] .
