@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/bsH43e4>
  schema:givenName "Gerarda"^^xsd:string ;
  schema:name "Gerarda Houdijk"@nl ;
  schema:familyName "Houdijk"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2f2c1ab2-071e-3226-5836-9bc485a90412"^^xsd:string ;
  schema:birthPlace "Stein"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sqnh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3398c7e4-996a-c493-b298-cb6aa8c5c0b6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2061063> .

