@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/bdjN6fN>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Snikkenburg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1036ea2d-6261-9e6a-4e52-32e26ac099ca"^^xsd:string ;
  schema:hasOccupation "Kantoorbediende"@nl ;
  schema:familyName "Snikkenburg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0192zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1f7d4320-fce8-037f-26aa-ea00b39a5514> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1982432> ;
  schema:birthDate "1885-09-29"^^xsd:date .

