@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/bo6Gcmi>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Kooiman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/eafce83b-cd37-b4d9-005d-8031c830d08f"^^xsd:string ;
  schema:familyName "Kooiman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b017v51> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4ebc34fb-fa7d-6806-7c6f-2c0ec2fd8369> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2162614> ;
  schema:birthDate "1915-02-10"^^xsd:date .

