@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/bMGeC6K>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Henrichs"@nl ;
  schema:familyName "Henrichs"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/261004fc-6c98-fd90-bdf8-25bf03a3b5da"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Nijmegen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s8c8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9af367e7-5dec-b2f7-fc05-7ce3742e27d0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2422219> ;
  schema:birthDate "1827-03-26"^^xsd:date .

