@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/brrSpEj>
  schema:givenName "Helena Catharina"^^xsd:string ;
  schema:name "Helena Catharina Kölker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/89ae7e28-47c0-f4eb-222e-10789e04bbe2"^^xsd:string ;
  schema:familyName "Kölker"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rbfh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b548e73e-5019-e1ca-864a-11fef069f2c4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2524171> ;
  schema:birthDate "1875-06-22"^^xsd:date .

