@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/bHGszJ9>
  schema:familyName "Bik"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4c6eb708-07c2-34d6-36cb-0a8389baf575"^^xsd:string ;
  schema:givenName "Lena"^^xsd:string ;
  schema:name "Lena Bik"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wvwz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f50c8140-8642-2b25-d73d-b1aad9be2cfa> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2711883> ;
  schema:birthDate "1860-01-15"^^xsd:date .

