@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_0c26dbc9-9d68-beea-80df-4a2ebfbbb729
  a a2a:Record ;
  rdfs:label "Geboorte op 6 december 1829" ;
  a2a:hasPerson oa:person_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Person-ff13daac-673b-024c-4825-fa150e872882, oa:person_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Person-8575660b-131c-0025-2f93-b7e55eb92d93, oa:person_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Person-aa3b964b-f1ad-03a7-fa6a-22a68a28ad77 ;
  a2a:hasEvent oa:event_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_0, oa:relationep_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_1, oa:relationep_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_2 ;
  a2a:hasSource oa:source_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729 .

oa:person_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Person-ff13daac-673b-024c-4825-fa150e872882
  a a2a:Person ;
  rdfs:label "Grietje Geeukes van der Wind" ;
  a2a:PersonName [
    rdfs:label "Grietje Geeukes van der Wind" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePatronym "Geeukes" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wind"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Person-8575660b-131c-0025-2f93-b7e55eb92d93
  a a2a:Person ;
  rdfs:label "Jeltje Annes Reitsma" ;
  a2a:PersonName [
    rdfs:label "Jeltje Annes Reitsma" ;
    a2a:PersonNameFirstName "Jeltje" ;
    a2a:PersonNamePatronym "Annes" ;
    a2a:PersonNameLastName "Reitsma"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1829" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1829-12-06"^^xsd:date
  ] .

oa:person_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Person-aa3b964b-f1ad-03a7-fa6a-22a68a28ad77
  a a2a:Person ;
  rdfs:label "Anne Boelens Reitsma" ;
  a2a:PersonName [
    rdfs:label "Anne Boelens Reitsma" ;
    a2a:PersonNameFirstName "Anne" ;
    a2a:PersonNamePatronym "Boelens" ;
    a2a:PersonNameLastName "Reitsma"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1829" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1829-12-06"^^xsd:date
  ] .

oa:relationep_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Person:ff13daac-673b-024c-4825-fa150e872882 ;
  a2a:EventKeyRef oa:event_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Event1 .

oa:relationep_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Person:8575660b-131c-0025-2f93-b7e55eb92d93 ;
  a2a:EventKeyRef oa:event_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Event1 .

oa:relationep_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Person:aa3b964b-f1ad-03a7-fa6a-22a68a28ad77 ;
  a2a:EventKeyRef oa:event_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729_Event1 .

oa:source_frl_0c26dbc9-9d68-beea-80df-4a2ebfbbb729
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Smallingerland" ;
    rdfs:label "Smallingerland", "1829-12-07 - 1829-12-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1829-12-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1829-12-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1829" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1829-12-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Smallingerland - Tresoar, Bron: boek, Deel: 1008, Periode: 1829" ;
    a2a:Book "Geboorteregister 1829" ;
    a2a:RegistryNumber "1008" ;
    a2a:Folio "099" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Smallingerland - Tresoar, Bron: boek, Deel: 1008, Periode: 1829, Geboorteregister 1829, 1008, 099"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/aa54a9af-f581-f122-ecd3-781a552f3d13.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0c26dbc9-9d68-beea-80df-4a2ebfbbb729" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/aa54a9af-f581-f122-ecd3-781a552f3d13.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0c26dbc9-9d68-beea-80df-4a2ebfbbb729" ;
  a2a:RecordGUID "{0c26dbc9-9d68-beea-80df-4a2ebfbbb729}" ;
  a2a:SourceRemarkOpmerking "<i><b>Verkeerde akte? Gebruik toets \"Volgende\" rechtsboven op afbeeldingsscherm.</b></i>" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Smallingerland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1008" ;
  a2a:SourceRemarkregister_periode "1829" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_72709_00072709.xml van FRL" .

