@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/bcUphso>
  schema:familyName "de Boer"^^xsd:string ;
  schema:givenName "Dorothea"^^xsd:string ;
  schema:name "Dorothea de Boer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1db08d66-efd4-d218-9738-3706bcc1ab97"^^xsd:string ;
  schema:hasOccupation "Naaister"@nl ;
  schema:birthPlace "Purmerende"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m8mf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c11751cf-9134-c586-2d3c-52a3b8339f8e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2569575> ;
  schema:birthDate "1826-03-01"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Boer"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

