@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_7cb89343-11a8-4e9b-ac62-2cfdabaed537
  a a2a:Record ;
  rdfs:label "Doop op 12 oktober 1704 te Janum" ;
  a2a:hasPerson oa:person_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Person-c8eadaee-a38e-4447-96a7-6c6beee996b9, oa:person_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Person-d2a4c76a-d0c4-4d70-9c65-6bdbe4906820, oa:person_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Person-95136885-a00f-4046-8b07-e009ab608877 ;
  a2a:hasEvent oa:event_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_0, oa:relationep_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_1, oa:relationep_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_2 ;
  a2a:hasSource oa:source_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537 .

oa:person_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Person-c8eadaee-a38e-4447-96a7-6c6beee996b9
  a a2a:Person ;
  rdfs:label "Trijntje" ;
  a2a:PersonName [
    rdfs:label "Trijntje" ;
    a2a:PersonNameFirstName "Trijntje"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Person-d2a4c76a-d0c4-4d70-9c65-6bdbe4906820
  a a2a:Person ;
  rdfs:label "Eelse Meinerts" ;
  a2a:PersonName [
    rdfs:label "Eelse Meinerts" ;
    a2a:PersonNameFirstName "Eelse" ;
    a2a:PersonNamePatronym "Meinerts"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Person-95136885-a00f-4046-8b07-e009ab608877
  a a2a:Person ;
  rdfs:label "Aafke Sijbes" ;
  a2a:PersonName [
    rdfs:label "Aafke Sijbes" ;
    a2a:PersonNameFirstName "Aafke" ;
    a2a:PersonNamePatronym "Sijbes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1704" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1704-10-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Janum" ;
    rdfs:label "Janum"
  ] .

oa:relationep_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Person:c8eadaee-a38e-4447-96a7-6c6beee996b9 ;
  a2a:EventKeyRef oa:event_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Event1 .

oa:relationep_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Person:d2a4c76a-d0c4-4d70-9c65-6bdbe4906820 ;
  a2a:EventKeyRef oa:event_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Event1 .

oa:relationep_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Person:95136885-a00f-4046-8b07-e009ab608877 ;
  a2a:EventKeyRef oa:event_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537_Event1 .

oa:source_frl_7cb89343-11a8-4e9b-ac62-2cfdabaed537
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Dantumadeel" ;
    rdfs:label "Dantumadeel", "1704-10-12 - 1704-10-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1704-10-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1704-10-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1704" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1704-10-12"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0162, Periode: 164..." ;
    a2a:Book "Doopboek Herv. gem. Birdaard, Janum" ;
    a2a:RegistryNumber "0162" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0162, Periode: 164..., Doopboek Herv. gem. Birdaard, Janum, 0162"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/7cb89343-11a8-4e9b-ac62-2cfdabaed537" ;
  a2a:RecordGUID "{7cb89343-11a8-4e9b-ac62-2cfdabaed537}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Birdaard&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220920_14526_00014526.xml van FRL" .

