@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/bdWTbKb>
  schema:givenName "Alexander Hendrik"^^xsd:string ;
  schema:name "Alexander Hendrik Kulik"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/da8894be-0d2f-5437-ed0a-d65cca1200dc"^^xsd:string ;
  schema:familyName "Kulik"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r2nz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2dd2a704-4ee8-af15-7f52-e461a4cf6bea> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2038658> ;
  schema:birthDate "1840-10-10"^^xsd:date .

