@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/b2vqymf>
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Jonker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/12832669-4f9e-ba37-01c7-2dab668cdbe4"^^xsd:string ;
  schema:familyName "Jonker"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rhws> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/de5a4de1-bc95-60c5-8607-e6e8060eaefc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2820010> ;
  schema:birthDate "1872-10-20"^^xsd:date .

