@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/bOyxpMv>
  schema:familyName "Baanstra"^^xsd:string ;
  schema:givenName "Elisabeth Martina"^^xsd:string ;
  schema:name "Elisabeth Martina Baanstra"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c3a0532f-309b-aecb-0a9e-42550c4d1871"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Franeker> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013856> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/388f70d2-afd5-0c8d-bcd3-e8278a8b2f7e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2077039> ;
  schema:birthDate "1861-08-19"^^xsd:date .

