@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_brd_fbd504da-326f-8682-3a40-7fdd75292829
  a a2a:Record ;
  rdfs:label "Geboorte op 25 februari 1904 te Breda" ;
  a2a:hasPerson oa:person_brd_fbd504da-326f-8682-3a40-7fdd75292829_Person-bd511823-29f1-c636-2050-f0b89e324102, oa:person_brd_fbd504da-326f-8682-3a40-7fdd75292829_Person-3fdc555a-06e6-23fd-05aa-52f2a40bb5d5, oa:person_brd_fbd504da-326f-8682-3a40-7fdd75292829_Person-06d9c5b4-d300-ad0e-5599-6af5e4dfd05b ;
  a2a:hasEvent oa:event_brd_fbd504da-326f-8682-3a40-7fdd75292829_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_fbd504da-326f-8682-3a40-7fdd75292829_0, oa:relationep_brd_fbd504da-326f-8682-3a40-7fdd75292829_1, oa:relationep_brd_fbd504da-326f-8682-3a40-7fdd75292829_2 ;
  a2a:hasSource oa:source_brd_fbd504da-326f-8682-3a40-7fdd75292829 .

oa:person_brd_fbd504da-326f-8682-3a40-7fdd75292829_Person-bd511823-29f1-c636-2050-f0b89e324102
  a a2a:Person ;
  rdfs:label "Bernardus Leonardus Simon Posthumus" ;
  a2a:PersonName [
    rdfs:label "Bernardus Leonardus Simon Posthumus" ;
    a2a:PersonNameFirstName "Bernardus Leonardus Simon" ;
    a2a:PersonNameLastName "Posthumus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fbd504da-326f-8682-3a40-7fdd75292829_Person-3fdc555a-06e6-23fd-05aa-52f2a40bb5d5
  a a2a:Person ;
  rdfs:label "Maria Johanna Jansen" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Jansen" ;
    a2a:PersonNameFirstName "Maria Johanna" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fbd504da-326f-8682-3a40-7fdd75292829_Person-06d9c5b4-d300-ad0e-5599-6af5e4dfd05b
  a a2a:Person ;
  rdfs:label "Edo Simon Franciscus Posthumus" ;
  a2a:PersonName [
    rdfs:label "Edo Simon Franciscus Posthumus" ;
    a2a:PersonNameFirstName "Edo Simon Franciscus" ;
    a2a:PersonNameLastName "Posthumus"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1904" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1904-02-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:event_brd_fbd504da-326f-8682-3a40-7fdd75292829_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1904-02-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_fbd504da-326f-8682-3a40-7fdd75292829_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_fbd504da-326f-8682-3a40-7fdd75292829_Person:bd511823-29f1-c636-2050-f0b89e324102 ;
  a2a:EventKeyRef oa:event_brd_fbd504da-326f-8682-3a40-7fdd75292829_Event1 .

oa:relationep_brd_fbd504da-326f-8682-3a40-7fdd75292829_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_fbd504da-326f-8682-3a40-7fdd75292829_Person:3fdc555a-06e6-23fd-05aa-52f2a40bb5d5 ;
  a2a:EventKeyRef oa:event_brd_fbd504da-326f-8682-3a40-7fdd75292829_Event1 .

oa:relationep_brd_fbd504da-326f-8682-3a40-7fdd75292829_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_fbd504da-326f-8682-3a40-7fdd75292829_Person:06d9c5b4-d300-ad0e-5599-6af5e4dfd05b ;
  a2a:EventKeyRef oa:event_brd_fbd504da-326f-8682-3a40-7fdd75292829_Event1 .

oa:source_brd_fbd504da-326f-8682-3a40-7fdd75292829
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1904-02-26 - 1904-02-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-02-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-02-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1904" ;
    a2a:Month "2" ;
    a2a:Day "26" ;
    rdfs:label "1904-02-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1904" ;
    a2a:Book "Geboorteregister 1904" ;
    a2a:DocumentNumber "136" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1904, Geboorteregister 1904, 136"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/81872e74-8751-11e3-b0dd-3b7d0a95f7fd.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/fbd504da-326f-8682-3a40-7fdd75292829" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/81872e74-8751-11e3-b0dd-3b7d0a95f7fd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/fbd504da-326f-8682-3a40-7fdd75292829" ;
  a2a:RecordGUID "{fbd504da-326f-8682-3a40-7fdd75292829}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1904\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_4534_00004534.xml van BRD" .

