@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/bezZ7Kb>
  schema:birthPlace "Heineoord"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0902efa5-a062-ca86-6ee4-276ba541b701"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Stolk"@nl ;
  schema:familyName "Stolk"^^xsd:string ;
  schema:hasOccupation "Werkster"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010r1t> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/10de4d6f-b6a6-6f92-9455-e95093c2e14e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1943951> ;
  schema:birthDate "1846-06-23"^^xsd:date .

