@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/bzmthaz>
  schema:givenName "Elizabeth Antonia"^^xsd:string ;
  schema:name "Elizabeth Antonia Nieuwenhuisen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/055bc17c-68da-0501-a3a8-e42f4c47a4a5"^^xsd:string ;
  schema:familyName "Nieuwenhuisen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3q7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c7308d52-c529-2e54-f40d-df16b98910b6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2589575> ;
  schema:birthDate "1899-05-23"^^xsd:date .

