@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:familyName "Ketteler"^^xsd:string ;
    schema:givenName "Alexander Anton"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <https://personendatenbank.germania-sacra.de/index/gsn/061-01266-001>, <https://personendatenbank.germania-sacra.de/index/gsn/018-01254-001>, <https://personendatenbank.germania-sacra.de/index/gsn/026-01316-001>, <https://personendatenbank.germania-sacra.de/index/gsn/043-00870-001>
  ] .
