@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/bb263pn>
  schema:givenName "Betje Levie"^^xsd:string ;
  schema:name "Betje Levie Sanders"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6d9eafec-4312-ba95-1ba8-454c18b712f0"^^xsd:string ;
  schema:familyName "Sanders"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mnzr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a08dbff3-d72a-8a49-eb39-b79a788d045e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2443591> ;
  schema:birthDate "1855-11-12"^^xsd:date .

