@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_53ee6044-e77b-4da4-bca2-c33b03cd1f5a
  a a2a:Record ;
  rdfs:label "Doop op 9 oktober 1754 te Makkum" ;
  a2a:hasPerson oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person-a00f5fab-46da-4fbf-97b6-20003e859ca5, oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person-9e014ad1-ae6d-4a11-816f-69bb75607c7f, oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person-e097280d-0bed-40c4-a515-a60e5a42cbe2, oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person-1f6b04ef-10ea-467a-b1ff-e5be3b4952df ;
  a2a:hasEvent oa:event_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_0, oa:relationep_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_1, oa:relationep_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_2, oa:relationep_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_3 ;
  a2a:hasSource oa:source_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a .

oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person-a00f5fab-46da-4fbf-97b6-20003e859ca5
  a a2a:Person ;
  rdfs:label "Itjen" ;
  a2a:PersonName [
    rdfs:label "Itjen" ;
    a2a:PersonNameFirstName "Itjen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Makkum" ;
    rdfs:label "Makkum"
  ] .

oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person-9e014ad1-ae6d-4a11-816f-69bb75607c7f
  a a2a:Person ;
  rdfs:label "Andris Fockes" ;
  a2a:PersonName [
    rdfs:label "Andris Fockes" ;
    a2a:PersonNameFirstName "Andris" ;
    a2a:PersonNamePatronym "Fockes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person-e097280d-0bed-40c4-a515-a60e5a42cbe2
  a a2a:Person ;
  rdfs:label "Antje Jans" ;
  a2a:PersonName [
    rdfs:label "Antje Jans" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePatronym "Jans"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person-1f6b04ef-10ea-467a-b1ff-e5be3b4952df
  a a2a:Person ;
  rdfs:label "Jetske Baukes" ;
  a2a:PersonName [
    rdfs:label "Jetske Baukes" ;
    a2a:PersonNameFirstName "Jetske" ;
    a2a:PersonNamePatronym "Baukes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1754" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1754-10-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Makkum" ;
    rdfs:label "Makkum"
  ] .

oa:relationep_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person:a00f5fab-46da-4fbf-97b6-20003e859ca5 ;
  a2a:EventKeyRef oa:event_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Event1 .

oa:relationep_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person:9e014ad1-ae6d-4a11-816f-69bb75607c7f ;
  a2a:EventKeyRef oa:event_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Event1 .

oa:relationep_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person:e097280d-0bed-40c4-a515-a60e5a42cbe2 ;
  a2a:EventKeyRef oa:event_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Event1 .

oa:relationep_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_3
  a a2a:RelationEP ;
  rdfs:label "other:Doopheffer" ;
  a2a:RelationType "other:Doopheffer" ;
  a2a:PersonKeyRef oa:person_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Person:1f6b04ef-10ea-467a-b1ff-e5be3b4952df ;
  a2a:EventKeyRef oa:event_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a_Event1 .

oa:source_frl_53ee6044-e77b-4da4-bca2-c33b03cd1f5a
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wonseradeel" ;
    rdfs:label "Wonseradeel", "1754-10-09 - 1754-10-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1754-10-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1754-10-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1754" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1754-10-09"^^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/53ee6044-e77b-4da4-bca2-c33b03cd1f5a" ;
  a2a:RecordGUID "{53ee6044-e77b-4da4-bca2-c33b03cd1f5a}" ;
  a2a:SourceRemarkOpmerking "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_11706_00011706.xml van FRL" .

