@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/bhh5tEF>
  schema:hasOccupation "Arbeider"@nl ;
  schema:familyName "Fink"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Fink"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/125c4bac-a451-9101-8fd2-b1db901fe576"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nh52> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a99c6d6e-afdf-2018-eab9-e66d5523f0d5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2478467> ;
  schema:birthDate "1829-12-31"^^xsd:date .

