@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/bQ0rzcP>
  schema:givenName "Hillegonda"^^xsd:string ;
  schema:name "Hillegonda van der Weijde"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b1a017f0-4dd4-8d6a-c584-da981e093c45"^^xsd:string ;
  schema:familyName "van der Weijde"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01d18w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b247a787-83da-3b82-e0fd-49826baa01bb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2512163> ;
  schema:birthDate "1919-12-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Weijde"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

