@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_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e
  a a2a:Record ;
  rdfs:label "Doop op 24 juli 1790 te Nes" ;
  a2a:hasPerson oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person-0f470bab-b977-409b-874b-da7a30953dde, oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person-178f2ae2-4e9d-46a5-86d0-98b37324b517, oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person-9bdd4dd8-faf0-4e75-b255-fb3543fd4f79, oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person-bdf644a2-ce62-4328-8e3b-3e067600ff2c ;
  a2a:hasEvent oa:event_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_0, oa:relationep_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_1, oa:relationep_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_2, oa:relationep_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_3 ;
  a2a:hasSource oa:source_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e .

oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person-0f470bab-b977-409b-874b-da7a30953dde
  a a2a:Person ;
  rdfs:label "Jippe" ;
  a2a:PersonName [
    rdfs:label "Jippe" ;
    a2a:PersonNameFirstName "Jippe"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person-178f2ae2-4e9d-46a5-86d0-98b37324b517
  a a2a:Person ;
  rdfs:label "Tjeert Jansen" ;
  a2a:PersonName [
    rdfs:label "Tjeert Jansen" ;
    a2a:PersonNameFirstName "Tjeert" ;
    a2a:PersonNamePatronym "Jansen"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person-9bdd4dd8-faf0-4e75-b255-fb3543fd4f79
  a a2a:Person ;
  rdfs:label "Boekje Jippes" ;
  a2a:PersonName [
    rdfs:label "Boekje Jippes" ;
    a2a:PersonNameFirstName "Boekje" ;
    a2a:PersonNamePatronym "Jippes"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person-bdf644a2-ce62-4328-8e3b-3e067600ff2c
  a a2a:Person ;
  rdfs:label "Bentje Jacobs" ;
  a2a:PersonName [
    rdfs:label "Bentje Jacobs" ;
    a2a:PersonNameFirstName "Bentje" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1790" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1790-07-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nes" ;
    rdfs:label "Nes"
  ] .

oa:relationep_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person:0f470bab-b977-409b-874b-da7a30953dde ;
  a2a:EventKeyRef oa:event_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Event1 .

oa:relationep_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person:178f2ae2-4e9d-46a5-86d0-98b37324b517 ;
  a2a:EventKeyRef oa:event_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Event1 .

oa:relationep_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person:9bdd4dd8-faf0-4e75-b255-fb3543fd4f79 ;
  a2a:EventKeyRef oa:event_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Event1 .

oa:relationep_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Person:bdf644a2-ce62-4328-8e3b-3e067600ff2c ;
  a2a:EventKeyRef oa:event_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e_Event1 .

oa:source_frl_7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Ameland" ;
    rdfs:label "Ameland", "1790-07-24 - 1790-07-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1790-07-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1790-07-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1790" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1790-07-24"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0054, Periode: 169..." ;
    a2a:Book "Doopboek R.K. par. Nes" ;
    a2a:RegistryNumber "0054" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0054, Periode: 169..., Doopboek R.K. par. Nes, 0054"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e" ;
  a2a:RecordGUID "{7ab8a38c-6a7f-4d3f-9b52-a7d2682a1f4e}" ;
  a2a:SourceRemarkOpmerking "De getuige was tevens doopheffer", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Nes&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220920_14427_00014427.xml van FRL" .

