@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/bM38OSz>
  schema:hasOccupation "Geen"@nl ;
  schema:givenName "Gesina"^^xsd:string ;
  schema:name "Gesina Molenaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/79ebf67c-1bbd-8919-aad5-12e7218b03c4"^^xsd:string ;
  schema:familyName "Molenaar"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haarlem> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fmk3> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e84c957c-2d02-4471-48ca-43a1bffbe453> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2691971> ;
  schema:birthDate "1822-01-17"^^xsd:date .

