@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_71f090ec-73f7-4e2f-b5c2-0946b866de79
  a a2a:Record ;
  rdfs:label "Doop op 26 januari 1791 te Blauwhuis" ;
  a2a:hasPerson oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person-876358b9-7b3e-4334-a510-bc954ce92e23, oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person-5c6ed4e0-9850-4d0b-aef9-fd7285fd620d, oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person-61a34e1d-9ca4-42c0-b275-9ee29885271d, oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person-12f2ba9c-497a-45f9-bae1-cc1f07f1b87c ;
  a2a:hasEvent oa:event_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_0, oa:relationep_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_1, oa:relationep_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_2, oa:relationep_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_3 ;
  a2a:hasSource oa:source_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79 .

oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person-876358b9-7b3e-4334-a510-bc954ce92e23
  a a2a:Person ;
  rdfs:label "Willem" ;
  a2a:PersonName [
    rdfs:label "Willem" ;
    a2a:PersonNameFirstName "Willem"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Arcum Tjerkwerd" ;
    rdfs:label "Arcum Tjerkwerd"
  ] .

oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person-5c6ed4e0-9850-4d0b-aef9-fd7285fd620d
  a a2a:Person ;
  rdfs:label "Sibbele Kerstis" ;
  a2a:PersonName [
    rdfs:label "Sibbele Kerstis" ;
    a2a:PersonNameFirstName "Sibbele" ;
    a2a:PersonNamePatronym "Kerstis"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person-61a34e1d-9ca4-42c0-b275-9ee29885271d
  a a2a:Person ;
  rdfs:label "Tiedtie Willems" ;
  a2a:PersonName [
    rdfs:label "Tiedtie Willems" ;
    a2a:PersonNameFirstName "Tiedtie" ;
    a2a:PersonNamePatronym "Willems"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person-12f2ba9c-497a-45f9-bae1-cc1f07f1b87c
  a a2a:Person ;
  rdfs:label "Gosse Willems" ;
  a2a:PersonName [
    rdfs:label "Gosse Willems" ;
    a2a:PersonNameFirstName "Gosse" ;
    a2a:PersonNamePatronym "Willems"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1791-01-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Blauwhuis" ;
    rdfs:label "Blauwhuis"
  ] .

oa:relationep_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person:876358b9-7b3e-4334-a510-bc954ce92e23 ;
  a2a:EventKeyRef oa:event_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Event1 .

oa:relationep_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person:5c6ed4e0-9850-4d0b-aef9-fd7285fd620d ;
  a2a:EventKeyRef oa:event_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Event1 .

oa:relationep_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person:61a34e1d-9ca4-42c0-b275-9ee29885271d ;
  a2a:EventKeyRef oa:event_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Event1 .

oa:relationep_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_3
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Person:12f2ba9c-497a-45f9-bae1-cc1f07f1b87c ;
  a2a:EventKeyRef oa:event_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79_Event1 .

oa:source_frl_71f090ec-73f7-4e2f-b5c2-0946b866de79
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wijmbritseradeel" ;
    rdfs:label "Wijmbritseradeel", "1791-01-26 - 1791-01-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1791-01-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1791-01-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1791" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1791-01-26"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0891, Periode: 170..." ;
    a2a:Book "Doopboek R.K. par. Blauwhuis" ;
    a2a:RegistryNumber "0891" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0891, Periode: 170..., Doopboek R.K. par. Blauwhuis, 0891"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/71f090ec-73f7-4e2f-b5c2-0946b866de79" ;
  a2a:RecordGUID "{71f090ec-73f7-4e2f-b5c2-0946b866de79}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Blauwhuis&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230123_3725_00003725.xml van FRL" .

[] a2a:PersonRemarkdiversen "afkomstig van Oosterend" .
