@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/bY7IAeg>
  schema:familyName "de Vroom"^^xsd:string ;
  schema:givenName "Francina"^^xsd:string ;
  schema:name "Francina de Vroom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ca3acb69-10b2-31e9-ce52-3d019e938f19"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wnqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/21f348a2-74de-ba73-c45e-a29dbe12c94a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1992101> ;
  schema:birthDate "1880-11-02"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vroom"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

