@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_aad68d44-e9a1-4774-b26b-024cd7f2b60a
  a a2a:Record ;
  rdfs:label "Doop op 10 april 1744 te Franeker" ;
  a2a:hasPerson oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person-0a3c8a53-580c-4477-b853-9a46fd150955, oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person-72d6945c-297b-4e41-aef3-c808796c283f, oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person-249560e6-eb82-482b-b551-f2aa195be4f0, oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person-6c2e26ab-801c-47ad-85a1-a752684b94e0 ;
  a2a:hasEvent oa:event_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_0, oa:relationep_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_1, oa:relationep_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_2, oa:relationep_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_3 ;
  a2a:hasSource oa:source_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a .

oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person-0a3c8a53-580c-4477-b853-9a46fd150955
  a a2a:Person ;
  rdfs:label "Wopke" ;
  a2a:PersonName [
    rdfs:label "Wopke" ;
    a2a:PersonNameFirstName "Wopke"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1744" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1744-04-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Spannum" ;
    rdfs:label "Spannum"
  ] .

oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person-72d6945c-297b-4e41-aef3-c808796c283f
  a a2a:Person ;
  rdfs:label "Geert Wopkes" ;
  a2a:PersonName [
    rdfs:label "Geert Wopkes" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNamePatronym "Wopkes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person-249560e6-eb82-482b-b551-f2aa195be4f0
  a a2a:Person ;
  rdfs:label "Riemke Sibbelis" ;
  a2a:PersonName [
    rdfs:label "Riemke Sibbelis" ;
    a2a:PersonNameFirstName "Riemke" ;
    a2a:PersonNamePatronym "Sibbelis"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person-6c2e26ab-801c-47ad-85a1-a752684b94e0
  a a2a:Person ;
  rdfs:label "Wopke Geerts" ;
  a2a:PersonName [
    rdfs:label "Wopke Geerts" ;
    a2a:PersonNameFirstName "Wopke" ;
    a2a:PersonNamePatronym "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1744" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1744-04-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Franeker" ;
    rdfs:label "Franeker"
  ] .

oa:relationep_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person:0a3c8a53-580c-4477-b853-9a46fd150955 ;
  a2a:EventKeyRef oa:event_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Event1 .

oa:relationep_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person:72d6945c-297b-4e41-aef3-c808796c283f ;
  a2a:EventKeyRef oa:event_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Event1 .

oa:relationep_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person:249560e6-eb82-482b-b551-f2aa195be4f0 ;
  a2a:EventKeyRef oa:event_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Event1 .

oa:relationep_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_3
  a a2a:RelationEP ;
  rdfs:label "other:Doopheffer" ;
  a2a:RelationType "other:Doopheffer" ;
  a2a:PersonKeyRef oa:person_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Person:6c2e26ab-801c-47ad-85a1-a752684b94e0 ;
  a2a:EventKeyRef oa:event_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a_Event1 .

oa:source_frl_aad68d44-e9a1-4774-b26b-024cd7f2b60a
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Franeker" ;
    rdfs:label "Franeker", "1744-04-10 - 1744-04-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1744-04-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1744-04-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1744" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1744-04-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0271, Periode: 171..." ;
    a2a:Book "Doopboek R.K. par. Franeker" ;
    a2a:RegistryNumber "0271" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0271, Periode: 171..., Doopboek R.K. par. Franeker, 0271"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/aad68d44-e9a1-4774-b26b-024cd7f2b60a" ;
  a2a:RecordGUID "{aad68d44-e9a1-4774-b26b-024cd7f2b60a}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Franeker&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220920_15656_00015656.xml van FRL" .

