@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/b4a0qFL>
  schema:familyName "Blanker"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Blanker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3a81480e-a788-b0e2-2a76-b5b6407d5067"^^xsd:string ;
  schema:hasOccupation "Letterzetter"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wcnr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5a8c60fe-db88-a2f1-4e36-d91109d614fe> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2207958> ;
  schema:birthDate "1858-12-17"^^xsd:date .

