@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/bFoKYV3>
  schema:familyName "Broere"^^xsd:string ;
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Broere"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4a7d4c64-6c50-214a-89ac-7968c185b501"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nh52> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c6c5b017-996c-31d2-865c-2149328fdb03> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2588003> ;
  schema:birthDate "1835-08-17"^^xsd:date .

