@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_da970e38-7d63-dfc2-5e63-ae97d7416ff1
  a a2a:Record ;
  rdfs:label "Geboorte op 3 november 1816" ;
  a2a:hasPerson oa:person_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Person-c436fdec-154f-f86e-0e11-bb9485086456, oa:person_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Person-ce43d171-e26b-e805-d3e3-be704731cf8a, oa:person_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Person-3a986b6b-85c4-1746-643d-28f550cb89bc ;
  a2a:hasEvent oa:event_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_0, oa:relationep_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_1, oa:relationep_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_2 ;
  a2a:hasSource oa:source_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1 .

oa:person_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Person-c436fdec-154f-f86e-0e11-bb9485086456
  a a2a:Person ;
  rdfs:label "Bauke de Jong" ;
  a2a:PersonName [
    rdfs:label "Bauke de Jong" ;
    a2a:PersonNameFirstName "Bauke" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1816" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1816-11-03"^^xsd:date
  ] .

oa:person_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Person-ce43d171-e26b-e805-d3e3-be704731cf8a
  a a2a:Person ;
  rdfs:label "Pietje Hayes" ;
  a2a:PersonName [
    rdfs:label "Pietje Hayes" ;
    a2a:PersonNameFirstName "Pietje" ;
    a2a:PersonNamePatronym "Hayes"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Person-3a986b6b-85c4-1746-643d-28f550cb89bc
  a a2a:Person ;
  rdfs:label "Doede Baukes de Jong" ;
  a2a:PersonName [
    rdfs:label "Doede Baukes de Jong" ;
    a2a:PersonNameFirstName "Doede" ;
    a2a:PersonNamePatronym "Baukes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1816" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1816-11-03"^^xsd:date
  ] .

oa:relationep_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Person:c436fdec-154f-f86e-0e11-bb9485086456 ;
  a2a:EventKeyRef oa:event_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Event1 .

oa:relationep_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Person:ce43d171-e26b-e805-d3e3-be704731cf8a ;
  a2a:EventKeyRef oa:event_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Event1 .

oa:relationep_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Person:3a986b6b-85c4-1746-643d-28f550cb89bc ;
  a2a:EventKeyRef oa:event_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1_Event1 .

oa:source_frl_da970e38-7d63-dfc2-5e63-ae97d7416ff1
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Barradeel" ;
    rdfs:label "Barradeel", "1816-11-05 - 1816-11-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-11-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-11-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1816" ;
    a2a:Month "11" ;
    a2a:Day "5" ;
    rdfs:label "1816-11-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Barradeel - Tresoar, Bron: boek, Deel: 1002, Periode: 1816" ;
    a2a:Book "Geboorteregister 1816 Almenum" ;
    a2a:RegistryNumber "1002" ;
    a2a:Folio "25/1-1" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Barradeel - Tresoar, Bron: boek, Deel: 1002, Periode: 1816, Geboorteregister 1816 Almenum, 1002, 25/1-1"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/0c1aff2d-c053-d3d4-8c9c-b1b5dcec7ecc.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/da970e38-7d63-dfc2-5e63-ae97d7416ff1" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/0c1aff2d-c053-d3d4-8c9c-b1b5dcec7ecc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/da970e38-7d63-dfc2-5e63-ae97d7416ff1" ;
  a2a:RecordGUID "{da970e38-7d63-dfc2-5e63-ae97d7416ff1}" ;
  a2a:SourceRemarkOpmerking "<i><b>Verkeerde akte? Gebruik toets \"Volgende\" rechtsboven op afbeeldingsscherm.</b></i>" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Barradeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1002" ;
  a2a:SourceRemarkregister_periode "1816" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_40849_00040849.xml van FRL" .

