@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_17382d06-ae44-fa12-04ec-e2ef09f615b5
  a a2a:Record ;
  rdfs:label "Geboorte op 13 januari 1852" ;
  a2a:hasPerson oa:person_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Person-936f6168-fc97-96a3-30f3-f94a79cdde75, oa:person_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Person-7d37a98b-78fb-23d1-e096-f5adcb4d65f1, oa:person_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Person-2f9315d7-947c-b09c-74d7-c0e8fa0add16 ;
  a2a:hasEvent oa:event_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_0, oa:relationep_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_1, oa:relationep_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_2 ;
  a2a:hasSource oa:source_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5 .

oa:person_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Person-936f6168-fc97-96a3-30f3-f94a79cdde75
  a a2a:Person ;
  rdfs:label "Boene Geerts Wieringa" ;
  a2a:PersonName [
    rdfs:label "Boene Geerts Wieringa" ;
    a2a:PersonNameFirstName "Boene" ;
    a2a:PersonNamePatronym "Geerts" ;
    a2a:PersonNameLastName "Wieringa"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Person-7d37a98b-78fb-23d1-e096-f5adcb4d65f1
  a a2a:Person ;
  rdfs:label "Ybe Franzens Poortinga" ;
  a2a:PersonName [
    rdfs:label "Ybe Franzens Poortinga" ;
    a2a:PersonNameFirstName "Ybe" ;
    a2a:PersonNamePatronym "Franzens" ;
    a2a:PersonNameLastName "Poortinga"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Person-2f9315d7-947c-b09c-74d7-c0e8fa0add16
  a a2a:Person ;
  rdfs:label "Geert Poortinga" ;
  a2a:PersonName [
    rdfs:label "Geert Poortinga" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Poortinga"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1852" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1852-01-13"^^xsd:date
  ] .

oa:event_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1852-01-13"^^xsd:date
  ] .

oa:relationep_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Person:936f6168-fc97-96a3-30f3-f94a79cdde75 ;
  a2a:EventKeyRef oa:event_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Event1 .

oa:relationep_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Person:7d37a98b-78fb-23d1-e096-f5adcb4d65f1 ;
  a2a:EventKeyRef oa:event_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Event1 .

oa:relationep_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Person:2f9315d7-947c-b09c-74d7-c0e8fa0add16 ;
  a2a:EventKeyRef oa:event_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5_Event1 .

oa:source_frl_17382d06-ae44-fa12-04ec-e2ef09f615b5
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Westdongeradeel" ;
    rdfs:label "Westdongeradeel", "1852-01-14 - 1852-01-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-01-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-01-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "1" ;
    a2a:Day "14" ;
    rdfs:label "1852-01-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Bron: boek, Deel: 1021, Periode: 1852" ;
    a2a:Book "Geboorteregister 1852" ;
    a2a:RegistryNumber "1021" ;
    a2a:Folio "004" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Bron: boek, Deel: 1021, Periode: 1852, Geboorteregister 1852, 1021, 004"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/b6a61c0b-e72f-1842-7dbe-f62d2f41f76d.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/17382d06-ae44-fa12-04ec-e2ef09f615b5" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/b6a61c0b-e72f-1842-7dbe-f62d2f41f76d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/17382d06-ae44-fa12-04ec-e2ef09f615b5" ;
  a2a:RecordGUID "{17382d06-ae44-fa12-04ec-e2ef09f615b5}" ;
  a2a:SourceRemarkOpmerking "<i><b>Verkeerde akte? Gebruik toets \"Volgende\" rechtsboven op afbeeldingsscherm.</b></i>" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Westdongeradeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1021" ;
  a2a:SourceRemarkregister_periode "1852" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_69320_00069320.xml van FRL" .

[] a2a:PersonRemarkdiversen "Ouders woonachtig te Ternaard" .
