@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 "1559"^^xsd:string ;
    schema:familyName "Henneberg-Schleusingen"^^xsd:string ;
    schema:givenName "Wilhelm IV."^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/119319217>, <https://personendatenbank.germania-sacra.de/index/gsn/054-02958-001>, <https://personendatenbank.germania-sacra.de/index/gsn/047-01671-001>, <https://personendatenbank.germania-sacra.de/index/gsn/016-03949-001>, <https://personendatenbank.germania-sacra.de/index/gsn/021-01278-001>, <https://personendatenbank.germania-sacra.de/index/gsn/052-02665-001>
  ] .
