@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/benhHM4>
  schema:hasOccupation "Fabriekwerker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/213e0fdc-dc04-defe-1199-6c887e6645b5"^^xsd:string ;
  schema:givenName "Simon"^^xsd:string ;
  schema:name "Simon Verhoef"@nl ;
  schema:familyName "Verhoef"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Veenendaal> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rdkx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/580fddeb-4d7b-b7e0-331a-4995b7065bb6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2198359> ;
  schema:birthDate "1849-09-16"^^xsd:date .

