@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/b6S6bou>
  schema:birthPlace "Barmen Duitsland"@nl ;
  schema:givenName "Eveline"^^xsd:string ;
  schema:name "Eveline Rathsam"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6c5619df-5d75-d0d6-3059-14862916df1b"^^xsd:string ;
  schema:familyName "Rathsam"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0121r7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/48226dde-defe-c661-c959-48d274f0577d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2137156> ;
  schema:birthDate "1871-06-12"^^xsd:date .

