@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 "1730"^^xsd:string ;
    schema:deathDate "1797"^^xsd:string ;
    schema:familyName "Zick"^^xsd:string ;
    schema:givenName "Januarius"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118636677>, <https://personendatenbank.germania-sacra.de/index/gsn/014-04006-001>, <https://personendatenbank.germania-sacra.de/index/gsn/036-05576-001>, <https://personendatenbank.germania-sacra.de/index/gsn/019-04533-001>, <https://personendatenbank.germania-sacra.de/index/gsn/075-04324-001>, <https://personendatenbank.germania-sacra.de/index/gsn/086-00935-001>
  ] .
