@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/bqbGxs5>
  schema:givenName "Anna Elisabeth"^^xsd:string ;
  schema:name "Anna Elisabeth Nieuwenhuizen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/96c80b7b-5119-d9ac-6049-9024f4eb35fb"^^xsd:string ;
  schema:familyName "Nieuwenhuizen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011rhz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fc567b17-1edb-bb14-573c-0155058cbb52> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2745635> ;
  schema:birthDate "1898-08-23"^^xsd:date .

