@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/b62iMGX>
  schema:familyName "Bömer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/19df94bf-fcf9-f21a-df4d-9ad6340eaf53"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Bömer"@nl ;
  schema:hasOccupation "Naaister"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018vn5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a9417bc6-c851-1e08-9b54-9a639ba05798> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2477052> ;
  schema:birthDate "1876-09-07"^^xsd:date .

