@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_64ce5165-8b89-453d-b2f7-be6e8db2f0bb
  a a2a:Record ;
  rdfs:label "Doop op 26 september 1791 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person-fcc10018-71d6-492f-a809-fd71462db3c8, oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person-0b386594-2d16-48ca-9634-783913b91806, oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person-635f63d5-bc6a-4a7f-8450-13894b15fc39, oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person-dec76f4b-f3d4-4aec-832a-e1f1458ffc46 ;
  a2a:hasEvent oa:event_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_0, oa:relationep_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_1, oa:relationep_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_2, oa:relationep_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_3 ;
  a2a:hasSource oa:source_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb .

oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person-fcc10018-71d6-492f-a809-fd71462db3c8
  a a2a:Person ;
  rdfs:label "Johannes Wilhelmus" ;
  a2a:PersonName [
    rdfs:label "Johannes Wilhelmus" ;
    a2a:PersonNameFirstName "Johannes Wilhelmus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person-0b386594-2d16-48ca-9634-783913b91806
  a a2a:Person ;
  rdfs:label "Johannes Wilhelmus Bakker" ;
  a2a:PersonName [
    rdfs:label "Johannes Wilhelmus Bakker" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePatronym "Wilhelmus" ;
    a2a:PersonNameLastName "Bakker"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "soldaat" .

oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person-635f63d5-bc6a-4a7f-8450-13894b15fc39
  a a2a:Person ;
  rdfs:label "Johanna Maria Rootnat" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Rootnat" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Rootnat"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person-dec76f4b-f3d4-4aec-832a-e1f1458ffc46
  a a2a:Person ;
  rdfs:label "Willem Clarwasser" ;
  a2a:PersonName [
    rdfs:label "Willem Clarwasser" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Clarwasser"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1791-09-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person:fcc10018-71d6-492f-a809-fd71462db3c8 ;
  a2a:EventKeyRef oa:event_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Event1 .

oa:relationep_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person:0b386594-2d16-48ca-9634-783913b91806 ;
  a2a:EventKeyRef oa:event_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Event1 .

oa:relationep_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person:635f63d5-bc6a-4a7f-8450-13894b15fc39 ;
  a2a:EventKeyRef oa:event_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Event1 .

oa:relationep_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Person:dec76f4b-f3d4-4aec-832a-e1f1458ffc46 ;
  a2a:EventKeyRef oa:event_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb_Event1 .

oa:source_frl_64ce5165-8b89-453d-b2f7-be6e8db2f0bb
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1791-09-26 - 1791-09-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1791-09-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1791-09-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1791" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1791-09-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: 1018-II, Periode: ..." ;
    a2a:Book "Doopboek R.K. par. Over de Koornmarkt Leeuwarden" ;
    a2a:RegistryNumber "1018-II" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 1018-II, Periode: ..., Doopboek R.K. par. Over de Koornmarkt Leeuwarden, 1018-II"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/64ce5165-8b89-453d-b2f7-be6e8db2f0bb" ;
  a2a:RecordGUID "{64ce5165-8b89-453d-b2f7-be6e8db2f0bb}" ;
  a2a:SourceRemarkOpmerking "De tweede getuige is Agnes Scheelder", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Leeuwarden&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_11024_00011024.xml van FRL" .

