@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 "1591"^^xsd:string ;
    schema:deathDate "1635"^^xsd:string ;
    schema:familyName "Spee"^^xsd:string ;
    schema:givenName "Friedrich"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/11861598X>, <https://personendatenbank.germania-sacra.de/index/gsn/052-02269-001>, <https://personendatenbank.germania-sacra.de/index/gsn/049-08134-001>, <https://personendatenbank.germania-sacra.de/index/gsn/014-02643-001>, <https://personendatenbank.germania-sacra.de/index/gsn/039-02389-001>, <https://personendatenbank.germania-sacra.de/index/gsn/068-01373-001>, <https://personendatenbank.germania-sacra.de/index/gsn/044-03526-001>
  ] .
