@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/beZpiwm>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/99ccad61-396a-df46-64ac-d97855e6ac88"^^xsd:string ;
  schema:givenName "Marrigje"^^xsd:string ;
  schema:name "Marrigje Verheul"@nl ;
  schema:familyName "Verheul"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Streefkerk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01223r> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dc7c3c30-4eed-94aa-9ca3-db5c188e4ad8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2812728> ;
  schema:birthDate "1859-03-06"^^xsd:date .

