@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 "1455"^^xsd:string ;
    schema:deathDate "1522"^^xsd:string ;
    schema:familyName "Reuchlin"^^xsd:string ;
    schema:givenName "Johannes"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118744658>, <https://personendatenbank.germania-sacra.de/index/gsn/055-03240-001>, <https://personendatenbank.germania-sacra.de/index/gsn/014-02338-001>, <https://personendatenbank.germania-sacra.de/index/gsn/054-02131-001>, <https://personendatenbank.germania-sacra.de/index/gsn/711-00330-001>, <https://personendatenbank.germania-sacra.de/index/gsn/091-00185-001>
  ] .
