@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 "1594"^^xsd:string ;
    schema:deathDate "1671"^^xsd:string ;
    schema:familyName "Rottendorff"^^xsd:string ;
    schema:givenName "Bernhard"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118978055>, <https://personendatenbank.germania-sacra.de/index/gsn/061-05948-001>, <https://personendatenbank.germania-sacra.de/index/gsn/013-03075-001>, <https://personendatenbank.germania-sacra.de/index/gsn/020-02773-001>, <https://personendatenbank.germania-sacra.de/index/gsn/026-06761-001>, <https://personendatenbank.germania-sacra.de/index/gsn/031-02987-001>, <https://personendatenbank.germania-sacra.de/index/gsn/033-03616-001>, <https://personendatenbank.germania-sacra.de/index/gsn/043-04215-001>, <https://personendatenbank.germania-sacra.de/index/gsn/048-05970-001>, <https://personendatenbank.germania-sacra.de/index/gsn/050-06648-001>
  ] .
