@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/bs3Yosv>
  schema:familyName "Batist"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c9309ec5-96a3-8398-3296-274700374aa8"^^xsd:string ;
  schema:givenName "Teuntje"^^xsd:string ;
  schema:name "Teuntje Batist"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Groningen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012gd1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a504da3e-cb27-b2e5-4ae8-9b3078aef81d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2460919> ;
  schema:birthDate "1824-02-22"^^xsd:date .

