@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/b1sULwU>
  schema:birthPlace "Duitschland"@nl ;
  schema:familyName "Hertz"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3d944a2b-ac2d-cdc2-f427-aac0ee39166c"^^xsd:string ;
  schema:givenName "Margaretha"^^xsd:string ;
  schema:name "Margaretha Hertz"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0110hm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8bb0d30b-e816-c3bf-13e6-cd3ee6134cbb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2397743> ;
  schema:birthDate "1833-12-28"^^xsd:date .

