@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/b5qcj3I>
  schema:givenName "Betje"^^xsd:string ;
  schema:name "Betje Poortje"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/eea67797-8bf0-03f1-cc7b-184ec03f433b"^^xsd:string ;
  schema:familyName "Poortje"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delfzijl> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w081> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/26ec77c1-e7f6-c855-ea8c-025f558fd3eb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2011654> ;
  schema:birthDate "1831-09-17"^^xsd:date .

