@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/bBrtecq>
  schema:givenName "Gijsje"^^xsd:string ;
  schema:name "Gijsje Terwal"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/eb81d58f-6a9a-6265-502a-d8f91ca414cd"^^xsd:string ;
  schema:familyName "Terwal"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Alphen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010rvr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fe638885-22a8-0882-62c5-f26b10d36cb5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2760916> ;
  schema:birthDate "1858-05-26"^^xsd:date .

