@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_6cbca601-c10e-404c-b59b-ec38ec7c4e0c
  a a2a:Record ;
  rdfs:label "Doop op 4 oktober 1674 te Oldeholtpade" ;
  a2a:hasPerson oa:person_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Person-d9c42038-721d-4ee0-ac0a-12e1be8d0288, oa:person_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Person-85d34f41-7103-46dd-8c9a-ff20cb52891d, oa:person_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Person-d2410f82-1146-4f3a-9a01-4b6fab739996 ;
  a2a:hasEvent oa:event_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_0, oa:relationep_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_1, oa:relationep_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_2 ;
  a2a:hasSource oa:source_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c .

oa:person_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Person-d9c42038-721d-4ee0-ac0a-12e1be8d0288
  a a2a:Person ;
  rdfs:label "Anders" ;
  a2a:PersonName [
    rdfs:label "Anders" ;
    a2a:PersonNameFirstName "Anders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Person-85d34f41-7103-46dd-8c9a-ff20cb52891d
  a a2a:Person ;
  rdfs:label "Claes Anders" ;
  a2a:PersonName [
    rdfs:label "Claes Anders" ;
    a2a:PersonNameFirstName "Claes" ;
    a2a:PersonNamePatronym "Anders"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Person-d2410f82-1146-4f3a-9a01-4b6fab739996
  a a2a:Person ;
  rdfs:label "Jantie Jacobs" ;
  a2a:PersonName [
    rdfs:label "Jantie Jacobs" ;
    a2a:PersonNameFirstName "Jantie" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1674" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1674-10-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oldeholtpade" ;
    rdfs:label "Oldeholtpade"
  ] .

oa:relationep_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Person:d9c42038-721d-4ee0-ac0a-12e1be8d0288 ;
  a2a:EventKeyRef oa:event_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Event1 .

oa:relationep_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Person:85d34f41-7103-46dd-8c9a-ff20cb52891d ;
  a2a:EventKeyRef oa:event_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Event1 .

oa:relationep_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Person:d2410f82-1146-4f3a-9a01-4b6fab739996 ;
  a2a:EventKeyRef oa:event_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c_Event1 .

oa:source_frl_6cbca601-c10e-404c-b59b-ec38ec7c4e0c
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Weststellingwerf" ;
    rdfs:label "Weststellingwerf", "1674-10-04 - 1674-10-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1674-10-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1674-10-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1674" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1674-10-04"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0771, Periode: 167..." ;
    a2a:Book "Doopboek Herv. gem. Oldeholtpade, Nijeholtpade, Oldeholtwolde en Ter Idzard" ;
    a2a:RegistryNumber "0771" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0771, Periode: 167..., Doopboek Herv. gem. Oldeholtpade, Nijeholtpade, Oldeholtwolde en Ter Idzard, 0771"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/6cbca601-c10e-404c-b59b-ec38ec7c4e0c" ;
  a2a:RecordGUID "{6cbca601-c10e-404c-b59b-ec38ec7c4e0c}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Oldeholtpa&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220920_12959_00012959.xml van FRL" .

