@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/bSvPKMj>
  schema:familyName "Grendel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bdafaaa4-06c3-9dda-5a6f-23997bb8e67c"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Grendel"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xzkq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bc8a0343-bf38-445c-ec72-18427a6fb5d8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2552086> ;
  schema:birthDate "1878-01-20"^^xsd:date .

