@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/bXV0OuN>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d05f15fb-42cf-006b-eb88-a07843e5c4b3"^^xsd:string ;
  schema:familyName "van Hees"^^xsd:string ;
  schema:givenName "Willemina"^^xsd:string ;
  schema:name "Willemina van Hees"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vianen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vq25> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/09cff941-c693-a915-132f-746b8d1778da> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/607670> ;
  schema:birthDate "1876-09-02"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hees"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

