@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/bwrFHdY>
  schema:familyName "Büchner"^^xsd:string ;
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Büchner"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ce175cda-03c6-d60d-6b3f-2d751c89d57f"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mrxg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b0844d85-ad1c-77e4-2acf-616abe8e3fb5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2505331> ;
  schema:birthDate "1838-03-12"^^xsd:date .

