@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/bpzzJcq>
  schema:familyName "Blok"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Blok"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/06cd088e-eadc-ec45-e040-10b8b793bfa0"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018tdw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0d2230b4-8ca7-19c8-fd8c-6664e3df0202> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/621137> ;
  schema:birthDate "1842-12-25"^^xsd:date .

