@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/bcv0boT>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a51ea7cc-22e7-0296-87a2-727f5b5f8a62"^^xsd:string ;
  schema:givenName "Jeannette"^^xsd:string ;
  schema:name "Jeannette Lampe"@nl ;
  schema:familyName "Lampe"^^xsd:string ;
  schema:hasOccupation "Modiste"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Wijhe> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tfqn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ef94671e-3236-c31c-57a9-3cbfdc5a848f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2851838> ;
  schema:birthDate "1869-09-11"^^xsd:date .

