@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/bcUoRwj>
  schema:givenName "Alexander Hendricus"^^xsd:string ;
  schema:name "Alexander Hendricus Kulik"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fffad188-4e3e-f0db-aeb2-c391b3bfa5bf"^^xsd:string ;
  schema:familyName "Kulik"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bHtKkm8> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bM37IvN> ;
  schema:children <https://n2t.net/ark:/60537/bX5dhzC> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2106174> .

