@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/bEyWKW2>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/de7ccffc-8a38-3751-f788-df7e21bc7f41"^^xsd:string ;
  schema:familyName "van Leeuwen"^^xsd:string ;
  schema:givenName "Wilhelmina"^^xsd:string ;
  schema:name "Wilhelmina van Leeuwen"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111dr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2c960720-e633-e861-0316-4f77aea89862> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2033802> ;
  schema:birthDate "1892-09-01"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leeuwen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

