@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c
  a a2a:Record ;
  rdfs:label "Doop op 3 juli 1791 te Britsum" ;
  a2a:hasPerson oa:person_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Person-a6a9328e-574b-4949-a293-05a22822170c, oa:person_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Person-e076052b-f5e1-4b8f-8bae-db04fee61314, oa:person_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Person-3c4c8c4d-e547-43eb-a20d-8912cafaf0a9 ;
  a2a:hasEvent oa:event_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_0, oa:relationep_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_1, oa:relationep_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_2 ;
  a2a:hasSource oa:source_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c .

oa:person_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Person-a6a9328e-574b-4949-a293-05a22822170c
  a a2a:Person ;
  rdfs:label "Tryntje" ;
  a2a:PersonName [
    rdfs:label "Tryntje" ;
    a2a:PersonNameFirstName "Tryntje"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Cornjum" ;
    rdfs:label "Cornjum"
  ] .

oa:person_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Person-e076052b-f5e1-4b8f-8bae-db04fee61314
  a a2a:Person ;
  rdfs:label "Pyter Wopkes" ;
  a2a:PersonName [
    rdfs:label "Pyter Wopkes" ;
    a2a:PersonNameFirstName "Pyter" ;
    a2a:PersonNamePatronym "Wopkes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Person-3c4c8c4d-e547-43eb-a20d-8912cafaf0a9
  a a2a:Person ;
  rdfs:label "Grietje Pyters" ;
  a2a:PersonName [
    rdfs:label "Grietje Pyters" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePatronym "Pyters"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1791-07-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Britsum" ;
    rdfs:label "Britsum"
  ] .

oa:relationep_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Person:a6a9328e-574b-4949-a293-05a22822170c ;
  a2a:EventKeyRef oa:event_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Event1 .

oa:relationep_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Person:e076052b-f5e1-4b8f-8bae-db04fee61314 ;
  a2a:EventKeyRef oa:event_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Event1 .

oa:relationep_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Person:3c4c8c4d-e547-43eb-a20d-8912cafaf0a9 ;
  a2a:EventKeyRef oa:event_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c_Event1 .

oa:source_frl_b4e4bae1-779e-4bcd-a03b-abc64e387c4c
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarderadeel" ;
    rdfs:label "Leeuwarderadeel", "1791-07-03 - 1791-07-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1791-07-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1791-07-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1791" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1791-07-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0460, Periode: 161..." ;
    a2a:Book "Doopboek Herv. gem. Britsum" ;
    a2a:RegistryNumber "0460" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0460, Periode: 161..., Doopboek Herv. gem. Britsum, 0460"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/b4e4bae1-779e-4bcd-a03b-abc64e387c4c" ;
  a2a:RecordGUID "{b4e4bae1-779e-4bcd-a03b-abc64e387c4c}" ;
  a2a:SourceRemarkOpmerking """gedoopt op belijdenis;
Oud 52 jaar, gehuwd met Freerk Durks""", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Britsum&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_3484_00003484.xml van FRL" .

