@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_9bb0b26a-09ce-11e5-a2d8-e714dae31965
  a a2a:Record ;
  rdfs:label "Geboorte op 13 augustus 1903" ;
  a2a:hasPerson oa:person_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Person-82ff7116-09ce-11e5-8f43-5b5adef3d464, oa:person_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Person-905f84e0-09ce-11e5-abe9-87980636a9c3, oa:person_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Person-946ce17c-09ce-11e5-b253-971e20f2b16c ;
  a2a:hasEvent oa:event_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_0, oa:relationep_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_1, oa:relationep_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_2 ;
  a2a:hasSource oa:source_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965 .

oa:person_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Person-82ff7116-09ce-11e5-8f43-5b5adef3d464
  a a2a:Person ;
  rdfs:label "Geert Bleeker" ;
  a2a:PersonName [
    rdfs:label "Geert Bleeker" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Bleeker"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "8" ;
    a2a:Day "13" ;
    rdfs:label "1903-08-13"^^xsd:date
  ] .

oa:person_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Person-905f84e0-09ce-11e5-abe9-87980636a9c3
  a a2a:Person ;
  rdfs:label "Theunis Bleeker" ;
  a2a:PersonName [
    rdfs:label "Theunis Bleeker" ;
    a2a:PersonNameFirstName "Theunis" ;
    a2a:PersonNameLastName "Bleeker"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Person-946ce17c-09ce-11e5-b253-971e20f2b16c
  a a2a:Person ;
  rdfs:label "Ytje Douma" ;
  a2a:PersonName [
    rdfs:label "Ytje Douma" ;
    a2a:PersonNameFirstName "Ytje" ;
    a2a:PersonNameLastName "Douma"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "8" ;
    a2a:Day "13" ;
    rdfs:label "1903-08-13"^^xsd:date
  ] .

oa:relationep_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Person:82ff7116-09ce-11e5-8f43-5b5adef3d464 ;
  a2a:EventKeyRef oa:event_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Event1 .

oa:relationep_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Person:905f84e0-09ce-11e5-abe9-87980636a9c3 ;
  a2a:EventKeyRef oa:event_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Event1 .

oa:relationep_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Person:946ce17c-09ce-11e5-b253-971e20f2b16c ;
  a2a:EventKeyRef oa:event_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965_Event1 .

oa:source_frl_9bb0b26a-09ce-11e5-a2d8-e714dae31965
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wijmbritseradeel" ;
    rdfs:label "Wijmbritseradeel", "1903-08-14 - 1903-08-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-08-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-08-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1903-08-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Wijmbritseradeel - Tresoar, Deel: 1061, Periode: 1903" ;
    a2a:Book "Geboorteregister 1903" ;
    a2a:DocumentNumber "0245" ;
    a2a:RegistryNumber "1061" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Wijmbritseradeel - Tresoar, Deel: 1061, Periode: 1903, Geboorteregister 1903, 0245, 1061"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/68f90fc9-e959-a2d9-cd94-13e52334d3f8.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/9bb0b26a-09ce-11e5-a2d8-e714dae31965" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/68f90fc9-e959-a2d9-cd94-13e52334d3f8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/9bb0b26a-09ce-11e5-a2d8-e714dae31965" ;
  a2a:RecordGUID "{9bb0b26a-09ce-11e5-a2d8-e714dae31965}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230123_4894_00004894.xml van FRL" .

