@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/bdxuVBK>
  schema:givenName "Francina Alida"^^xsd:string ;
  schema:name "Francina Alida van der Draaij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/47a35167-8de7-3203-ee6b-1c43e4c22b3b"^^xsd:string ;
  schema:familyName "van der Draaij"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mrzw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4847274a-30aa-f3f5-35dc-31c54b49c1da> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2137665> ;
  schema:birthDate "1873-09-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Draaij"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

