@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/bijB0O5>
  schema:givenName "Gerrigje"^^xsd:string ;
  schema:name "Gerrigje Steehouwer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/471daa16-649a-1123-9f4b-a793d6ffb298"^^xsd:string ;
  schema:familyName "Steehouwer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Sluipwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3kk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d267a9ba-12d2-d1b9-23aa-2bbd71389abb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2638265> ;
  schema:birthDate "1845-03-08"^^xsd:date .

