@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/bp9aByu>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Jonkheid"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ca292508-ec80-28a3-04e6-6f06b789f396"^^xsd:string ;
  schema:familyName "Jonkheid"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mq4k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4ea7550e-d12e-cf2e-d8ae-7918b447a20e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2162312> ;
  schema:birthDate "1856-06-30"^^xsd:date .

