@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/bUarowA>
  schema:givenName "Grietje Trijntje"^^xsd:string ;
  schema:name "Grietje Trijntje Verwaal"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a94d8470-d5a3-c4c2-c34d-b0183613d4a9"^^xsd:string ;
  schema:familyName "Verwaal"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cx4r> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ff81670b-c029-21d2-d4ea-376cae2f57fb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2769557> ;
  schema:birthDate "1919-09-20"^^xsd:date .

