@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 "37/38"^^xsd:string ;
    schema:deathDate "nach 100"^^xsd:string ;
    schema:givenName "Flavius Josephus"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118640003>, <https://personendatenbank.germania-sacra.de/index/gsn/078-01162-001>, <https://personendatenbank.germania-sacra.de/index/gsn/013-01617-001>, <https://personendatenbank.germania-sacra.de/index/gsn/020-00818-001>, <https://personendatenbank.germania-sacra.de/index/gsn/075-01122-001>, <https://personendatenbank.germania-sacra.de/index/gsn/713-00288-001>
  ] .
