@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_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 1 augustus 1914 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Person-7ed4ed5d-df44-1f7c-facb-e293041b36cf, oa:person_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Person-552df0d3-a06c-f596-6cf6-e51ddf8a1b86, oa:person_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Person-cb2a9bfa-b859-772a-b4c5-d761280f4eaa ;
  a2a:hasEvent oa:event_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_0, oa:relationep_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_1, oa:relationep_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_2 ;
  a2a:hasSource oa:source_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7 .

oa:person_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Person-7ed4ed5d-df44-1f7c-facb-e293041b36cf
  a a2a:Person ;
  rdfs:label "Geertje Dijkstra" ;
  a2a:PersonName [
    rdfs:label "Geertje Dijkstra" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Dijkstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1914" ;
    a2a:Month "8" ;
    a2a:Day "1" ;
    rdfs:label "1914-08-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Person-552df0d3-a06c-f596-6cf6-e51ddf8a1b86
  a a2a:Person ;
  rdfs:label "Dominicus Douwe Dijkstra" ;
  a2a:PersonName [
    rdfs:label "Dominicus Douwe Dijkstra" ;
    a2a:PersonNameFirstName "Dominicus Douwe" ;
    a2a:PersonNameLastName "Dijkstra"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Person-cb2a9bfa-b859-772a-b4c5-d761280f4eaa
  a a2a:Person ;
  rdfs:label "Geertje Oost" ;
  a2a:PersonName [
    rdfs:label "Geertje Oost" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Oost"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:event_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "8" ;
    a2a:Day "1" ;
    rdfs:label "1914-08-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Person:7ed4ed5d-df44-1f7c-facb-e293041b36cf ;
  a2a:EventKeyRef oa:event_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Event1 .

oa:relationep_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Person:552df0d3-a06c-f596-6cf6-e51ddf8a1b86 ;
  a2a:EventKeyRef oa:event_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Event1 .

oa:relationep_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Person:cb2a9bfa-b859-772a-b4c5-d761280f4eaa ;
  a2a:EventKeyRef oa:event_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7_Event1 .

oa:source_frl_030bca38-1f04-e0b6-2f3e-6bcbfb855ce7
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1914-08-03 - 1914-08-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-08-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-08-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "8" ;
    a2a:Day "3" ;
    rdfs:label "1914-08-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..." ;
    a2a:Book "Geboorteregister 1914" ;
    a2a:DocumentNumber "0549" ;
    a2a:RegistryNumber "133" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Geboorteregister 1914, 0549, 133"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/9bd226db-5982-ab7f-01aa-c29f61bd45f5.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/030bca38-1f04-e0b6-2f3e-6bcbfb855ce7" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/9bd226db-5982-ab7f-01aa-c29f61bd45f5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-09-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/030bca38-1f04-e0b6-2f3e-6bcbfb855ce7" ;
  a2a:RecordGUID "{030bca38-1f04-e0b6-2f3e-6bcbfb855ce7}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "133" ;
  a2a:SourceRemarkregister_periode "1914" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_73331_00073331.xml van FRL" .

[] a2a:PersonRemarkdiversen "Overleden te Franeker op 10 november 1913." .
