@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bxTzIW5>
  schema:givenName "Else"^^xsd:string ;
  schema:name "Else Engelmann"@nl ;
  schema:familyName "Engelmann"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1112b829-47d4-27b8-b6c6-e2228cd6257a"^^xsd:string ;
  schema:birthPlace "Xanten Duitsland"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0D6wrG> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2801998> ;
  schema:birthDate "1899-12-10"^^xsd:date .

