@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/bxTzf9B>
  schema:familyName "Hooftman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b033a536-c4f1-96b4-9666-9d60bd941370"^^xsd:string ;
  schema:givenName "Maria Jacoba"^^xsd:string ;
  schema:name "Maria Jacoba Hooftman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0124jw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6f3afa1c-8b6c-59f0-d629-73cac5ff451e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2287979> ;
  schema:birthDate "1900-12-12"^^xsd:date .

