@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/bPok2TB>
  schema:givenName "Fennetje"^^xsd:string ;
  schema:name "Fennetje Karssen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b514e1fa-0b00-ccf5-e276-9da2151988e7"^^xsd:string ;
  schema:familyName "Karssen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xzkq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/233ee0f5-ab3f-2640-35c6-c142fc4cf682> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1997253> ;
  schema:birthDate "1887-01-31"^^xsd:date .

