@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/bb25Ux9>
  schema:familyName "Gravesteijn"^^xsd:string ;
  schema:givenName "Helena Johanna"^^xsd:string ;
  schema:name "Helena Johanna Gravesteijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0bf04ba8-3738-e1c3-bee7-65be14e14c0b"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n7tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6e6458fd-4643-f41c-2f38-1e6ed7b1059a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2284878> ;
  schema:birthDate "1871-11-14"^^xsd:date .

