@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/bKaQRfs>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Fokkers"@nl ;
  schema:familyName "Fokkers"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5ee57ec0-0739-f1ac-c6d3-4869682d164b"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zq93> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f13d40f9-97dd-38e1-2a0c-bf1ffc6f0fa4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2858351> ;
  schema:birthDate "1859-07-03"^^xsd:date .

