@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#> .

<https://n2t.net/ark:/60537/bpmSpfB>
  schema:familyName "Bartels"^^xsd:string ;
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Bartels"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/57a752ab-e222-2d7b-9953-d9d2598d7ff3"^^xsd:string ;
  schema:hasOccupation "Naaister"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0132nq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/705d1ddc-8589-341e-e44f-cc67e757c7de> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2292330> ;
  schema:birthDate "1876-08-21"^^xsd:date .

