@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 "1518"^^xsd:string ;
    schema:deathDate "1557"^^xsd:string ;
    schema:familyName "Brusch"^^xsd:string ;
    schema:givenName "Caspar"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118516345>, <https://personendatenbank.germania-sacra.de/index/gsn/069-00364-001>, <https://personendatenbank.germania-sacra.de/index/gsn/030-00796-001>, <https://personendatenbank.germania-sacra.de/index/gsn/038-01169-001>, <https://personendatenbank.germania-sacra.de/index/gsn/042-00328-001>, <https://personendatenbank.germania-sacra.de/index/gsn/047-00172-001>, <https://personendatenbank.germania-sacra.de/index/gsn/052-00403-001>, <https://personendatenbank.germania-sacra.de/index/gsn/056-00340-001>, <https://personendatenbank.germania-sacra.de/index/gsn/079-00284-001>, <https://personendatenbank.germania-sacra.de/index/gsn/084-00099-001>, <https://personendatenbank.germania-sacra.de/index/gsn/085-00035-001>
  ] .
