@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/bXvCsAe>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Verhoef"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1ac85386-73c6-1f2b-354a-2e422f10d125"^^xsd:string ;
  schema:hasOccupation "Melkboer"@nl ;
  schema:familyName "Verhoef"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vksb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/099d5f24-249e-80bb-e563-3f6d0acbeb2a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/606906> ;
  schema:birthDate "1839-05-18"^^xsd:date .

