@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/bRtjOEX>
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Rosbergen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/11278600-4868-363f-c070-416b8e84180e"^^xsd:string ;
  schema:familyName "Rosbergen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n7tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1b8ad6d5-ad0c-2b1f-9e1e-f70ed6334ade> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/721112> ;
  schema:birthDate "1848-09-22"^^xsd:date .

