@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/bHg35Tg>
  schema:givenName "Gerrigje"^^xsd:string ;
  schema:name "Gerrigje Steenbergen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4a00f5ba-272a-aafe-8f5c-0a0a0c2c7819"^^xsd:string ;
  schema:familyName "Steenbergen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xchf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c6ac6017-4587-10b6-f999-cd093aabedc3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2587608> ;
  schema:birthDate "1869-11-13"^^xsd:date .

