@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/bC3yXsR>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Kooijman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/96516b43-1448-1f5d-497c-1806c921ae9d"^^xsd:string ;
  schema:familyName "Kooijman"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Meerkerk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vmp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9a52e68b-ff3f-c91c-5bba-59302d2e0108> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2419759> ;
  schema:birthDate "1899-12-08"^^xsd:date .

