@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_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7
  a a2a:Record ;
  rdfs:label "Doop op 15 mei 1746 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person-a8ccdafd-faa7-4ce7-8004-51f1107d9eeb, oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person-2e643e6c-f761-4978-ada0-615443850e8d, oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person-a2bc751c-f476-4d87-bf0d-0ce20463acf5, oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person-7d4a15a2-7f79-4dad-bf60-8846704bb348 ;
  a2a:hasEvent oa:event_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_0, oa:relationep_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_1, oa:relationep_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_2, oa:relationep_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_3 ;
  a2a:hasSource oa:source_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7 .

oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person-a8ccdafd-faa7-4ce7-8004-51f1107d9eeb
  a a2a:Person ;
  rdfs:label "Anthony" ;
  a2a:PersonName [
    rdfs:label "Anthony" ;
    a2a:PersonNameFirstName "Anthony"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person-2e643e6c-f761-4978-ada0-615443850e8d
  a a2a:Person ;
  rdfs:label "Johannes Datz" ;
  a2a:PersonName [
    rdfs:label "Johannes Datz" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Datz"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person-a2bc751c-f476-4d87-bf0d-0ce20463acf5
  a a2a:Person ;
  rdfs:label "Maria Margaretha Hagen" ;
  a2a:PersonName [
    rdfs:label "Maria Margaretha Hagen" ;
    a2a:PersonNameFirstName "Maria Margaretha" ;
    a2a:PersonNameLastName "Hagen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person-7d4a15a2-7f79-4dad-bf60-8846704bb348
  a a2a:Person ;
  rdfs:label "Anthony Datz" ;
  a2a:PersonName [
    rdfs:label "Anthony Datz" ;
    a2a:PersonNameFirstName "Anthony" ;
    a2a:PersonNameLastName "Datz"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1746" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1746-05-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person:a8ccdafd-faa7-4ce7-8004-51f1107d9eeb ;
  a2a:EventKeyRef oa:event_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Event1 .

oa:relationep_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person:2e643e6c-f761-4978-ada0-615443850e8d ;
  a2a:EventKeyRef oa:event_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Event1 .

oa:relationep_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person:a2bc751c-f476-4d87-bf0d-0ce20463acf5 ;
  a2a:EventKeyRef oa:event_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Event1 .

oa:relationep_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Person:7d4a15a2-7f79-4dad-bf60-8846704bb348 ;
  a2a:EventKeyRef oa:event_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7_Event1 .

oa:source_frl_c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1746-05-15 - 1746-05-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1746-05-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1746-05-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1746" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1746-05-15"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 1013, Periode: 167..." ;
    a2a:Book "Doopboek Ev. Lutherse gem. Leeuwarden" ;
    a2a:RegistryNumber "1013" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 1013, Periode: 167..., Doopboek Ev. Lutherse gem. Leeuwarden, 1013"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7" ;
  a2a:RecordGUID "{c46fe75f-7c17-42bb-9cd3-9ffc7a3ffaa7}" ;
  a2a:SourceRemarkOpmerking "De tweede getuige is Anna Christina Overhof", "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_8487_00008487.xml van FRL" .

