@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/bI5Qjku>
  schema:familyName "Bik"^^xsd:string ;
  schema:givenName "Christina"^^xsd:string ;
  schema:name "Christina Bik"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/660f2d27-383b-4cb5-4a55-1030055d7a97"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kp58> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/30be1eef-2398-fa77-f5d3-9a7e36fc5343> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2050002> ;
  schema:birthDate "1849-01-09"^^xsd:date .

