@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/bqpo3pe>
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Laurier"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c8ab765d-79cb-cf94-56fa-6bd0e1958581"^^xsd:string ;
  schema:familyName "Laurier"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wwfz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c2b285c9-2780-c1c2-cd21-735925019abf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2575928> ;
  schema:birthDate "1878-05-21"^^xsd:date .

