@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 "1439/1440"^^xsd:string ;
    schema:deathDate "1498"^^xsd:string ;
    schema:familyName "Hegius"^^xsd:string ;
    schema:givenName "Alexander"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/100290132>, <https://personendatenbank.germania-sacra.de/index/gsn/049-00184-001>, <https://personendatenbank.germania-sacra.de/index/gsn/002-01500-001>, <https://personendatenbank.germania-sacra.de/index/gsn/013-00084-001>, <https://personendatenbank.germania-sacra.de/index/gsn/020-00095-001>, <https://personendatenbank.germania-sacra.de/index/gsn/025-00196-001>, <https://personendatenbank.germania-sacra.de/index/gsn/041-00076-001>
  ] .
