@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/be9BaYR>
  schema:birthPlace "Dieze"@nl ;
  schema:familyName "Hermans"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/537855b3-0cc0-690a-92e7-f05b26bcb8cd"^^xsd:string ;
  schema:givenName "Maria Catharina"^^xsd:string ;
  schema:name "Maria Catharina Hermans"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wtgm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/84b07285-9ae8-e7a7-4227-965e94352ea7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2370953> ;
  schema:birthDate "1822-05-08"^^xsd:date .

