@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/bchhOmd>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Verhaar"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9dba9dd1-32d8-7b3d-d60b-287ced7bb774"^^xsd:string ;
  schema:familyName "Verhaar"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jfpg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3c446efc-5b99-3f2b-68ca-e726a324de5c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2091427> .

