@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_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4
  a a2a:Record ;
  rdfs:label "Doop op 25 maart 1800 te Makkum" ;
  a2a:hasPerson oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person-3fd24a33-9080-450b-ab9a-a52e38eaea3b, oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person-e2364cf5-483c-4521-9d46-19590168f6f7, oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person-b220a27c-a496-4908-a93a-fb9a1ec36ba3, oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person-d5bd40da-0546-4e02-a032-6624cbf0a56a ;
  a2a:hasEvent oa:event_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_0, oa:relationep_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_1, oa:relationep_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_2, oa:relationep_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_3 ;
  a2a:hasSource oa:source_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4 .

oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person-3fd24a33-9080-450b-ab9a-a52e38eaea3b
  a a2a:Person ;
  rdfs:label "Rein" ;
  a2a:PersonName [
    rdfs:label "Rein" ;
    a2a:PersonNameFirstName "Rein"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person-e2364cf5-483c-4521-9d46-19590168f6f7
  a a2a:Person ;
  rdfs:label "Stephen Reins" ;
  a2a:PersonName [
    rdfs:label "Stephen Reins" ;
    a2a:PersonNameFirstName "Stephen" ;
    a2a:PersonNamePatronym "Reins"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person-b220a27c-a496-4908-a93a-fb9a1ec36ba3
  a a2a:Person ;
  rdfs:label "Grietie Sjoerds" ;
  a2a:PersonName [
    rdfs:label "Grietie Sjoerds" ;
    a2a:PersonNameFirstName "Grietie" ;
    a2a:PersonNamePatronym "Sjoerds"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person-d5bd40da-0546-4e02-a032-6624cbf0a56a
  a a2a:Person ;
  rdfs:label "Ate Joritsma" ;
  a2a:PersonName [
    rdfs:label "Ate Joritsma" ;
    a2a:PersonNameFirstName "Ate" ;
    a2a:PersonNameLastName "Joritsma"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1800" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1800-03-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Makkum" ;
    rdfs:label "Makkum"
  ] .

oa:relationep_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person:3fd24a33-9080-450b-ab9a-a52e38eaea3b ;
  a2a:EventKeyRef oa:event_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Event1 .

oa:relationep_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person:e2364cf5-483c-4521-9d46-19590168f6f7 ;
  a2a:EventKeyRef oa:event_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Event1 .

oa:relationep_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person:b220a27c-a496-4908-a93a-fb9a1ec36ba3 ;
  a2a:EventKeyRef oa:event_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Event1 .

oa:relationep_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_3
  a a2a:RelationEP ;
  rdfs:label "other:Doopheffer" ;
  a2a:RelationType "other:Doopheffer" ;
  a2a:PersonKeyRef oa:person_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Person:d5bd40da-0546-4e02-a032-6624cbf0a56a ;
  a2a:EventKeyRef oa:event_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4_Event1 .

oa:source_frl_7f84a581-6cc0-4e01-9eed-3b3cf857c4e4
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wonseradeel" ;
    rdfs:label "Wonseradeel", "1800-03-25 - 1800-03-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-03-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1800-03-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1800" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1800-03-25"^^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/7f84a581-6cc0-4e01-9eed-3b3cf857c4e4" ;
  a2a:RecordGUID "{7f84a581-6cc0-4e01-9eed-3b3cf857c4e4}" ;
  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_20220920_14664_00014664.xml van FRL" .

