@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/b0cIMPw>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d21bec44-af98-1123-c005-6a54d330b8b8"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Pastoors"@nl ;
  schema:familyName "Pastoors"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00khvn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b0661fa9-4b04-6ac0-9f95-3fdd4a4cb4f2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2504917> ;
  schema:birthDate "1813-04-20"^^xsd:date .

