@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/b4nHRHG>
  schema:familyName "Blok"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Blok"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/36f29da4-0cc7-b737-d5b5-6756efef74a9"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wzzx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/18754394-6cb1-2f66-1b8c-d6126a918193> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1957997> ;
  schema:birthDate "1842-12-25"^^xsd:date .

