@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/bcHHSLE>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Jonkheid"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3ade0d9e-5c19-2995-479f-582c8e558858"^^xsd:string ;
  schema:familyName "Jonkheid"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vwfm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fbccb73f-ca71-1f7e-04a2-681c3cfe5a07> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2868781> ;
  schema:birthDate "1867-06-24"^^xsd:date .

