@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 "1382"^^xsd:string ;
    schema:familyName "Schwarzburg"^^xsd:string ;
    schema:givenName "Günther XXII."^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/136152473>, <https://personendatenbank.germania-sacra.de/index/gsn/012-00624-001>, <https://personendatenbank.germania-sacra.de/index/gsn/046-03070-001>
  ] .
