@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_1c53d439-e899-4785-a02e-6b699a71be16
  a a2a:Record ;
  rdfs:label "Doop op 16 september 1773 te Makkum" ;
  a2a:hasPerson oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person-97a479b9-9b2f-4669-8a96-af1e14e98691, oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person-a8fcdc9b-8d82-4a0a-852b-8d55c68a3582, oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person-1fdaf05f-2f30-4567-8b7f-6aa37352ccbf, oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person-abe60786-45b2-4faf-a041-222682b7d867 ;
  a2a:hasEvent oa:event_frl_1c53d439-e899-4785-a02e-6b699a71be16_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_1c53d439-e899-4785-a02e-6b699a71be16_0, oa:relationep_frl_1c53d439-e899-4785-a02e-6b699a71be16_1, oa:relationep_frl_1c53d439-e899-4785-a02e-6b699a71be16_2, oa:relationep_frl_1c53d439-e899-4785-a02e-6b699a71be16_3 ;
  a2a:hasSource oa:source_frl_1c53d439-e899-4785-a02e-6b699a71be16 .

oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person-97a479b9-9b2f-4669-8a96-af1e14e98691
  a a2a:Person ;
  rdfs:label "Anne" ;
  a2a:PersonName [
    rdfs:label "Anne" ;
    a2a:PersonNameFirstName "Anne"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Makkum" ;
    rdfs:label "Makkum"
  ] .

oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person-a8fcdc9b-8d82-4a0a-852b-8d55c68a3582
  a a2a:Person ;
  rdfs:label "Anne Timens" ;
  a2a:PersonName [
    rdfs:label "Anne Timens" ;
    a2a:PersonNameFirstName "Anne" ;
    a2a:PersonNamePatronym "Timens"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person-1fdaf05f-2f30-4567-8b7f-6aa37352ccbf
  a a2a:Person ;
  rdfs:label "Aaltje Fokeles" ;
  a2a:PersonName [
    rdfs:label "Aaltje Fokeles" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Fokeles"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person-abe60786-45b2-4faf-a041-222682b7d867
  a a2a:Person ;
  rdfs:label "Vrouk Imes" ;
  a2a:PersonName [
    rdfs:label "Vrouk Imes" ;
    a2a:PersonNameFirstName "Vrouk" ;
    a2a:PersonNamePatronym "Imes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_1c53d439-e899-4785-a02e-6b699a71be16_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1773" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1773-09-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Makkum" ;
    rdfs:label "Makkum"
  ] .

oa:relationep_frl_1c53d439-e899-4785-a02e-6b699a71be16_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person:97a479b9-9b2f-4669-8a96-af1e14e98691 ;
  a2a:EventKeyRef oa:event_frl_1c53d439-e899-4785-a02e-6b699a71be16_Event1 .

oa:relationep_frl_1c53d439-e899-4785-a02e-6b699a71be16_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person:a8fcdc9b-8d82-4a0a-852b-8d55c68a3582 ;
  a2a:EventKeyRef oa:event_frl_1c53d439-e899-4785-a02e-6b699a71be16_Event1 .

oa:relationep_frl_1c53d439-e899-4785-a02e-6b699a71be16_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person:1fdaf05f-2f30-4567-8b7f-6aa37352ccbf ;
  a2a:EventKeyRef oa:event_frl_1c53d439-e899-4785-a02e-6b699a71be16_Event1 .

oa:relationep_frl_1c53d439-e899-4785-a02e-6b699a71be16_3
  a a2a:RelationEP ;
  rdfs:label "other:Doopheffer" ;
  a2a:RelationType "other:Doopheffer" ;
  a2a:PersonKeyRef oa:person_frl_1c53d439-e899-4785-a02e-6b699a71be16_Person:abe60786-45b2-4faf-a041-222682b7d867 ;
  a2a:EventKeyRef oa:event_frl_1c53d439-e899-4785-a02e-6b699a71be16_Event1 .

oa:source_frl_1c53d439-e899-4785-a02e-6b699a71be16
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wonseradeel" ;
    rdfs:label "Wonseradeel", "1773-09-16 - 1773-09-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1773-09-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1773-09-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1773" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1773-09-16"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0834, Periode: 172..." ;
    a2a:Book "Doopboek R.K. par. Makkum" ;
    a2a:RegistryNumber "0834" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0834, Periode: 172..., Doopboek R.K. par. Makkum, 0834"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/1c53d439-e899-4785-a02e-6b699a71be16" ;
  a2a:RecordGUID "{1c53d439-e899-4785-a02e-6b699a71be16}" ;
  a2a:SourceRemarkOpmerking "De vader is niet RK", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Makkum&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_4313_00004313.xml van FRL" .

