@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 "1492"^^xsd:string ;
    schema:deathDate "1566"^^xsd:string ;
    schema:familyName "Agricola"^^xsd:string ;
    schema:givenName "Johannes"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118501070>, <https://personendatenbank.germania-sacra.de/index/gsn/063-00005-001>, <https://personendatenbank.germania-sacra.de/index/gsn/046-00067-001>
  ] .
