@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_bffe4113-d595-4e96-bdff-fd4d7228660e
  a a2a:Record ;
  rdfs:label "Doop op 20 maart 1729 te Dantumadeel" ;
  a2a:hasPerson oa:person_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Person-24755deb-7b66-4627-83f9-e5a6adc715d1, oa:person_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Person-46fcef71-9cc5-4d70-beaf-bd20f726ccbd, oa:person_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Person-bb67b6ff-bd22-4880-9b99-55f9d6c715c2 ;
  a2a:hasEvent oa:event_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_0, oa:relationep_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_1, oa:relationep_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_2 ;
  a2a:hasSource oa:source_frl_bffe4113-d595-4e96-bdff-fd4d7228660e .

oa:person_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Person-24755deb-7b66-4627-83f9-e5a6adc715d1
  a a2a:Person ;
  rdfs:label "Anna Margrietje" ;
  a2a:PersonName [
    rdfs:label "Anna Margrietje" ;
    a2a:PersonNameFirstName "Anna Margrietje"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Birdaard" ;
    rdfs:label "Birdaard"
  ] .

oa:person_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Person-46fcef71-9cc5-4d70-beaf-bd20f726ccbd
  a a2a:Person ;
  rdfs:label "Sas Minnolts" ;
  a2a:PersonName [
    rdfs:label "Sas Minnolts" ;
    a2a:PersonNameFirstName "Sas" ;
    a2a:PersonNamePatronym "Minnolts"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Person-bb67b6ff-bd22-4880-9b99-55f9d6c715c2
  a a2a:Person ;
  rdfs:label "Antje Jillerts" ;
  a2a:PersonName [
    rdfs:label "Antje Jillerts" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePatronym "Jillerts"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1729" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1729-03-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dantumadeel" ;
    rdfs:label "Dantumadeel"
  ] .

oa:relationep_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Person:24755deb-7b66-4627-83f9-e5a6adc715d1 ;
  a2a:EventKeyRef oa:event_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Event1 .

oa:relationep_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Person:46fcef71-9cc5-4d70-beaf-bd20f726ccbd ;
  a2a:EventKeyRef oa:event_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Event1 .

oa:relationep_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Person:bb67b6ff-bd22-4880-9b99-55f9d6c715c2 ;
  a2a:EventKeyRef oa:event_frl_bffe4113-d595-4e96-bdff-fd4d7228660e_Event1 .

oa:source_frl_bffe4113-d595-4e96-bdff-fd4d7228660e
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Dantumadeel" ;
    rdfs:label "Dantumadeel", "1729-03-20 - 1729-03-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1729-03-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1729-03-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1729" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1729-03-20"^^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/bffe4113-d595-4e96-bdff-fd4d7228660e" ;
  a2a:RecordGUID "{bffe4113-d595-4e96-bdff-fd4d7228660e}" ;
  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_20220919_10569_00010569.xml van FRL" .

