@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 "1611"^^xsd:string ;
    schema:deathDate "1675"^^xsd:string ;
    schema:familyName "Turenne"^^xsd:string ;
    schema:givenName "Henri"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118802968>, <https://personendatenbank.germania-sacra.de/index/gsn/068-01475-001>, <https://personendatenbank.germania-sacra.de/index/gsn/024-02555-001>, <https://personendatenbank.germania-sacra.de/index/gsn/031-03395-001>, <https://personendatenbank.germania-sacra.de/index/gsn/033-04175-001>, <https://personendatenbank.germania-sacra.de/index/gsn/041-02541-001>, <https://personendatenbank.germania-sacra.de/index/gsn/052-02428-001>, <https://personendatenbank.germania-sacra.de/index/gsn/054-02723-001>, <https://personendatenbank.germania-sacra.de/index/gsn/072-01092-001>, <https://personendatenbank.germania-sacra.de/index/gsn/086-00874-001>
  ] .
