@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bT7VsGC>
  schema:givenName "Anna Theresia"^^xsd:string ;
  schema:name "Anna Theresia den Riet"@nl ;
  schema:familyName "den Riet"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/523ca9b8-ccdf-3a9e-38d7-5893872f85fc"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zv7s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/552d044c-da4a-b562-2592-83fa7a928cd9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2187216> ;
  schema:birthDate "1831-11-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Riet"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

