@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/brEzIAL>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3647c947-d37b-daa8-ec99-e0a566e6eb1c"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna van Waas"@nl ;
  schema:familyName "van Waas"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wrff> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/442e11cd-65bb-583f-310f-189714c45023> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2121768> ;
  schema:birthDate "1843-12-22"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Waas"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

