@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/byiXu1i>
  schema:birthPlace "Andernach"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6cc5b383-dc5f-44f2-5f89-74e5d05c909a"^^xsd:string ;
  schema:givenName "Therese"^^xsd:string ;
  schema:name "Therese Wagner"@nl ;
  schema:familyName "Wagner"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0167tq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4a07d321-ed9c-8e6d-b116-90d6fbc66cd2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2144457> ;
  schema:birthDate "1869-06-22"^^xsd:date .

