@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/bGQEoLS>
  schema:givenName "Betje"^^xsd:string ;
  schema:name "Betje Sanders"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c6bd36e8-0ef8-cdcd-f4c5-ff25c7f24746"^^xsd:string ;
  schema:familyName "Sanders"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5abe9a47-e089-7761-8144-1b453fb7aea8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2208704> ;
  schema:birthDate "1855-11-05"^^xsd:date .

