@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bPB2vCg>
  pico:hasAge "19"^^xsd:string ;
  schema:givenName "Fransina"^^xsd:string ;
  schema:name "Fransina Jonker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7af48d7e-c38d-eb88-0763-3314748619b8"^^xsd:string ;
  schema:familyName "Jonker"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bHGsGM0> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bOXV3sp> ;
  schema:spouse <https://n2t.net/ark:/60537/bzLRRWK> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2837723> .

