@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/bywF74T>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Fokkers"@nl ;
  schema:familyName "Fokkers"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ebd2fff8-17eb-74c4-7da3-217d1aa36b48"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zq93> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3f042428-c11b-d12c-9012-81d904c7d052> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2101992> ;
  schema:birthDate "1881-05-14"^^xsd:date .

