@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/b87i3m5>
  schema:familyName "Appel"^^xsd:string ;
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Appel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1b1abd70-3d8b-f325-7c6d-ae4b5dc89441"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j3kf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0dc79b39-5633-9323-9f0b-d93046b17346> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1932108> ;
  schema:birthDate "1859-01-05"^^xsd:date .

