@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_befc49ec-d1e3-44b8-b4eb-e9d01a66586d
  a a2a:Record ;
  rdfs:label "Doop op 3 mei 1789 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person-d69f6a45-1523-431b-a851-47c2b825c31a, oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person-6f9f37c3-6ab2-418a-b78c-3785028db549, oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person-fbdbef1f-106d-4985-936a-b54e83a35f18, oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person-b3c04cd7-63a2-44bb-90e8-19cea1dd5b3f ;
  a2a:hasEvent oa:event_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_0, oa:relationep_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_1, oa:relationep_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_2, oa:relationep_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_3 ;
  a2a:hasSource oa:source_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d .

oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person-d69f6a45-1523-431b-a851-47c2b825c31a
  a a2a:Person ;
  rdfs:label "Joannes" ;
  a2a:PersonName [
    rdfs:label "Joannes" ;
    a2a:PersonNameFirstName "Joannes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person-6f9f37c3-6ab2-418a-b78c-3785028db549
  a a2a:Person ;
  rdfs:label "Gerardus Pesen" ;
  a2a:PersonName [
    rdfs:label "Gerardus Pesen" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNameLastName "Pesen"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person-fbdbef1f-106d-4985-936a-b54e83a35f18
  a a2a:Person ;
  rdfs:label "Maria Theresia Martin" ;
  a2a:PersonName [
    rdfs:label "Maria Theresia Martin" ;
    a2a:PersonNameFirstName "Maria Theresia" ;
    a2a:PersonNamePatronym "Martin"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person-b3c04cd7-63a2-44bb-90e8-19cea1dd5b3f
  a a2a:Person ;
  rdfs:label "Elisabeth Pesen" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Pesen" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePatronym "Pesen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1789" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1789-05-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person:d69f6a45-1523-431b-a851-47c2b825c31a ;
  a2a:EventKeyRef oa:event_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Event1 .

oa:relationep_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person:6f9f37c3-6ab2-418a-b78c-3785028db549 ;
  a2a:EventKeyRef oa:event_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Event1 .

oa:relationep_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person:fbdbef1f-106d-4985-936a-b54e83a35f18 ;
  a2a:EventKeyRef oa:event_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Event1 .

oa:relationep_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_3
  a a2a:RelationEP ;
  rdfs:label "other:Doopheffer" ;
  a2a:RelationType "other:Doopheffer" ;
  a2a:PersonKeyRef oa:person_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Person:b3c04cd7-63a2-44bb-90e8-19cea1dd5b3f ;
  a2a:EventKeyRef oa:event_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d_Event1 .

oa:source_frl_befc49ec-d1e3-44b8-b4eb-e9d01a66586d
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1789-05-03 - 1789-05-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1789-05-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1789-05-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1789" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1789-05-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 1017, Periode: 169..." ;
    a2a:Book "Doopboek R.K. par. Nieuwestad Leeuwarden" ;
    a2a:RegistryNumber "1017" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 1017, Periode: 169..., Doopboek R.K. par. Nieuwestad Leeuwarden, 1017"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/befc49ec-d1e3-44b8-b4eb-e9d01a66586d" ;
  a2a:RecordGUID "{befc49ec-d1e3-44b8-b4eb-e9d01a66586d}" ;
  a2a:SourceRemarkOpmerking "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_10518_00010518.xml van FRL" .

