@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/bJm36H5>
  schema:familyName "Hammer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/33c99a33-a1c8-2e18-c668-002d2491c0f7"^^xsd:string ;
  schema:givenName "Maria Francina"^^xsd:string ;
  schema:name "Maria Francina Hammer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bEmeTxV> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2827164> ;
  schema:birthDate "1880-12-04"^^xsd:date .

