@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_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6
  a a2a:Record ;
  rdfs:label "Geboorte op 8 januari 1922 te Hallum" ;
  a2a:hasPerson oa:person_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Person-83082dc4-09ce-11e5-a249-03207aee2849, oa:person_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Person-9067022e-09ce-11e5-bee8-933f4aa2c2fa, oa:person_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Person-947505c8-09ce-11e5-97eb-9fef7854481a ;
  a2a:hasEvent oa:event_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_0, oa:relationep_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_1, oa:relationep_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_2 ;
  a2a:hasSource oa:source_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6 .

oa:person_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Person-83082dc4-09ce-11e5-a249-03207aee2849
  a a2a:Person ;
  rdfs:label "Geertje Flokstra" ;
  a2a:PersonName [
    rdfs:label "Geertje Flokstra" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Flokstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "1" ;
    a2a:Day "8" ;
    rdfs:label "1922-01-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hallum" ;
    rdfs:label "Hallum"
  ] .

oa:person_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Person-9067022e-09ce-11e5-bee8-933f4aa2c2fa
  a a2a:Person ;
  rdfs:label "Jakob Flokstra" ;
  a2a:PersonName [
    rdfs:label "Jakob Flokstra" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Flokstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Hallum" ;
    rdfs:label "Hallum"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:Profession "bloemist" .

oa:person_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Person-947505c8-09ce-11e5-97eb-9fef7854481a
  a a2a:Person ;
  rdfs:label "Baukje Borger" ;
  a2a:PersonName [
    rdfs:label "Baukje Borger" ;
    a2a:PersonNameFirstName "Baukje" ;
    a2a:PersonNameLastName "Borger"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "1" ;
    a2a:Day "8" ;
    rdfs:label "1922-01-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hallum" ;
    rdfs:label "Hallum"
  ] .

oa:relationep_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Person:83082dc4-09ce-11e5-a249-03207aee2849 ;
  a2a:EventKeyRef oa:event_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Event1 .

oa:relationep_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Person:9067022e-09ce-11e5-bee8-933f4aa2c2fa ;
  a2a:EventKeyRef oa:event_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Event1 .

oa:relationep_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Person:947505c8-09ce-11e5-97eb-9fef7854481a ;
  a2a:EventKeyRef oa:event_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6_Event1 .

oa:source_frl_9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ferwerderadeel" ;
    rdfs:label "Ferwerderadeel", "1922-01-09 - 1922-01-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-01-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-01-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1922-01-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ferwerderadeel - Tresoar, Deel: 1070, Periode: 1922" ;
    a2a:Book "Geboorteregister 1922" ;
    a2a:DocumentNumber "0002" ;
    a2a:RegistryNumber "1070" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ferwerderadeel - Tresoar, Deel: 1070, Periode: 1922, Geboorteregister 1922, 0002, 1070"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/e3be3862-acf0-c5ca-b746-8ceb5c1a7942.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/e3be3862-acf0-c5ca-b746-8ceb5c1a7942.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-02-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6" ;
  a2a:RecordGUID "{9bb8fae2-09ce-11e5-b5d7-e7dc99099eb6}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Ferwerderadeel - Tresoar" ;
  a2a:SourceRemarkdeel "1070" ;
  a2a:SourceRemarkregister_periode "1922" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_57914_00057914.xml van FRL" .

