@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/bQQe5KE>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Hooimeijer"@nl ;
  schema:familyName "Hooimeijer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6136f311-218e-ad3f-0944-ba5bd3863b15"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r4rz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/751a1ac4-cc1e-347f-38f8-d22d437bc909> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2310864> ;
  schema:birthDate "1870-03-07"^^xsd:date .

