@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/bijAw4F>
  schema:givenName "Geertruida"^^xsd:string ;
  schema:name "Geertruida Straver"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c94bd4e3-6262-b1c5-7ff7-2ffb94d8c058"^^xsd:string ;
  schema:familyName "Straver"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013hqg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3bc171fd-b799-4ae8-381e-1201ebe4c41b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2089473> ;
  schema:birthDate "1878-07-18"^^xsd:date .

