@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/bpzAqyh>
  schema:givenName "Hendrika Jacoba"^^xsd:string ;
  schema:name "Hendrika Jacoba van Wijhe"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bcd4dee7-df92-7576-989b-c413388d2912"^^xsd:string ;
  schema:familyName "van Wijhe"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Deventer> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zjdf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e13c215b-d7f7-2f25-614c-bdc752b571cc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2663979> ;
  schema:birthDate "1851-08-10"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijhe"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

