@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/bBdLgUg>
  schema:familyName "Boere"^^xsd:string ;
  schema:givenName "Elisabeth Johanna"^^xsd:string ;
  schema:name "Elisabeth Johanna Boere"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e2635a4c-94ad-8dc7-4e8b-087d01013dba"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012htc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a4fc0950-37b6-262e-187a-798ce5c818b1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2460794> ;
  schema:birthDate "1875-11-20"^^xsd:date .

