@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/b2I6pe3>
  schema:birthPlace "Beest"@nl ;
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Kroeze"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f9ad73d7-12a0-ffcf-5084-ce1d8d178ebf"^^xsd:string ;
  schema:familyName "Kroeze"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010wqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0f6c33ed-a57b-c2e7-ec86-13c230baa6bf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1938492> ;
  schema:birthDate "1860-08-10"^^xsd:date .

