@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/bBrsKCL>
  schema:familyName "Cockhorn"^^xsd:string ;
  schema:givenName "Helena Catharina"^^xsd:string ;
  schema:name "Helena Catharina Cockhorn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3d235d7a-49d3-2fc1-c5e3-46cd792de8fe"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hoogezand> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01462j> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/60eae100-e1be-c401-5733-5b96d430c401> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2232250> ;
  schema:birthDate "1897-01-16"^^xsd:date .

