@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_33be529f-e9a7-4c8c-ad95-aeecfa44d982
  a a2a:Record ;
  rdfs:label "Doop op 20 augustus 1809 te Oosterwierum" ;
  a2a:hasPerson oa:person_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Person-2cd8b4ae-cea2-451b-8ab3-1874e1e792fb, oa:person_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Person-9b06acba-1a1f-4c0b-8f9a-ecb70b28ad0f, oa:person_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Person-4fee1c1d-3d26-4779-9a9e-24d5a42e64d1 ;
  a2a:hasEvent oa:event_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_0, oa:relationep_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_1, oa:relationep_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_2 ;
  a2a:hasSource oa:source_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982 .

oa:person_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Person-2cd8b4ae-cea2-451b-8ab3-1874e1e792fb
  a a2a:Person ;
  rdfs:label "Klaas" ;
  a2a:PersonName [
    rdfs:label "Klaas" ;
    a2a:PersonNameFirstName "Klaas"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1809" ;
    a2a:Month "7" ;
    a2a:Day "21" ;
    rdfs:label "1809-07-21"^^xsd:date
  ] .

oa:person_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Person-9b06acba-1a1f-4c0b-8f9a-ecb70b28ad0f
  a a2a:Person ;
  rdfs:label "Gerben Harkes Schuringa" ;
  a2a:PersonName [
    rdfs:label "Gerben Harkes Schuringa" ;
    a2a:PersonNameFirstName "Gerben" ;
    a2a:PersonNamePatronym "Harkes" ;
    a2a:PersonNameLastName "Schuringa"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Person-4fee1c1d-3d26-4779-9a9e-24d5a42e64d1
  a a2a:Person ;
  rdfs:label "Antje Jacobs" ;
  a2a:PersonName [
    rdfs:label "Antje Jacobs" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1809" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1809-08-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterwierum" ;
    rdfs:label "Oosterwierum"
  ] .

oa:relationep_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Person:2cd8b4ae-cea2-451b-8ab3-1874e1e792fb ;
  a2a:EventKeyRef oa:event_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Event1 .

oa:relationep_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Person:9b06acba-1a1f-4c0b-8f9a-ecb70b28ad0f ;
  a2a:EventKeyRef oa:event_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Event1 .

oa:relationep_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Person:4fee1c1d-3d26-4779-9a9e-24d5a42e64d1 ;
  a2a:EventKeyRef oa:event_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982_Event1 .

oa:source_frl_33be529f-e9a7-4c8c-ad95-aeecfa44d982
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Baarderadeel" ;
    rdfs:label "Baarderadeel", "1809-08-20 - 1809-08-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1809-08-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1809-08-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1809" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1809-08-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: 0084, Periode: 177..." ;
    a2a:Book "Doopboek Herv. gem. Oosterwierum" ;
    a2a:RegistryNumber "0084" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0084, Periode: 177..., Doopboek Herv. gem. Oosterwierum, 0084"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/33be529f-e9a7-4c8c-ad95-aeecfa44d982" ;
  a2a:RecordGUID "{33be529f-e9a7-4c8c-ad95-aeecfa44d982}" ;
  a2a:SourceRemarkOpmerking "De dopeling is overleden te Bozum 25 maart 1878", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Oosterwierum&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220920_15468_00015468.xml van FRL" .

