@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/bIIWVW1>
  schema:familyName "de Vos"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d72f3a1e-2ebf-be8e-06dd-b635757c3f42"^^xsd:string ;
  schema:givenName "Wilhelmina Cornelia"^^xsd:string ;
  schema:name "Wilhelmina Cornelia de Vos"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j3fs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e49612ec-8f73-b7ed-94d5-dfe013a51ac9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2676709> ;
  schema:birthDate "1837-11-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vos"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

