@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_41520bd2-33a7-4b38-9740-e9104e5ff460
  a a2a:Record ;
  rdfs:label "Huwelijk op 21 augustus 1940 te Ginneken en Bavel" ;
  a2a:hasPerson oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-e08216fb-fdff-4e1c-85da-f59b80b18166, oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-81feed84-dbca-0ae5-7c69-9042aab560db, oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-3cd10d08-0502-4992-82d1-2e27d0e55abe, oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-9f352362-395f-f927-de1d-c2d09a5838d8, oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-d1c48d10-37b3-a67f-6931-14d1e7f37086, oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-eadb38a5-a7ae-239f-fa6f-3e20839f574c ;
  a2a:hasEvent oa:event_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_0, oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_1, oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_2, oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_3, oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_4, oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_5 ;
  a2a:hasSource oa:source_brd_41520bd2-33a7-4b38-9740-e9104e5ff460 .

oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-e08216fb-fdff-4e1c-85da-f59b80b18166
  a a2a:Person ;
  rdfs:label "Anna Adriana Cornelia Maria van Dongen" ;
  a2a:PersonName [
    rdfs:label "Anna Adriana Cornelia Maria van Dongen" ;
    a2a:PersonNameFirstName "Anna Adriana Cornelia Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dongen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-81feed84-dbca-0ae5-7c69-9042aab560db
  a a2a:Person ;
  rdfs:label "Christina Bogers" ;
  a2a:PersonName [
    rdfs:label "Christina Bogers" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNameLastName "Bogers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-3cd10d08-0502-4992-82d1-2e27d0e55abe
  a a2a:Person ;
  rdfs:label "Josephus Poppelaars" ;
  a2a:PersonName [
    rdfs:label "Josephus Poppelaars" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Poppelaars"
  ] ;
  a2a:Gender "Man" .

oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-9f352362-395f-f927-de1d-c2d09a5838d8
  a a2a:Person ;
  rdfs:label "Jozef Antoon van Dongen" ;
  a2a:PersonName [
    rdfs:label "Jozef Antoon van Dongen" ;
    a2a:PersonNameFirstName "Jozef Antoon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dongen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-d1c48d10-37b3-a67f-6931-14d1e7f37086
  a a2a:Person ;
  rdfs:label "Franciscus Poppelaars" ;
  a2a:PersonName [
    rdfs:label "Franciscus Poppelaars" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Poppelaars"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person-eadb38a5-a7ae-239f-fa6f-3e20839f574c
  a a2a:Person ;
  rdfs:label "Elisabeth Bastaansen" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Bastaansen" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Bastaansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1940" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1940-08-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ginneken en Bavel" ;
    rdfs:label "Ginneken en Bavel"
  ] .

oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person:e08216fb-fdff-4e1c-85da-f59b80b18166 ;
  a2a:EventKeyRef oa:event_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Event1 .

oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_1
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person:81feed84-dbca-0ae5-7c69-9042aab560db ;
  a2a:EventKeyRef oa:event_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Event1 .

oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_2
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person:3cd10d08-0502-4992-82d1-2e27d0e55abe ;
  a2a:EventKeyRef oa:event_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Event1 .

oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_3
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person:9f352362-395f-f927-de1d-c2d09a5838d8 ;
  a2a:EventKeyRef oa:event_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Event1 .

oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person:d1c48d10-37b3-a67f-6931-14d1e7f37086 ;
  a2a:EventKeyRef oa:event_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Event1 .

oa:relationep_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Person:eadb38a5-a7ae-239f-fa6f-3e20839f574c ;
  a2a:EventKeyRef oa:event_brd_41520bd2-33a7-4b38-9740-e9104e5ff460_Event1 .

oa:source_brd_41520bd2-33a7-4b38-9740-e9104e5ff460
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Ginneken en Bavel" ;
    rdfs:label "Ginneken en Bavel", "1940-08-21 - 1940-08-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1940-08-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1940-08-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1940" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1940-08-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Ginneken en Bavel, Bron: boek, Periode: 1940" ;
    a2a:Book "Huwelijksregister 1940" ;
    a2a:DocumentNumber "071" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Ginneken en Bavel, Bron: boek, Periode: 1940, Huwelijksregister 1940, 071"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/c00c9145-6f5b-2dbf-5c76-bfcc805a1b80.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/41520bd2-33a7-4b38-9740-e9104e5ff460" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/c00c9145-6f5b-2dbf-5c76-bfcc805a1b80.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/7d3887f5-f232-9d3e-a5ce-e06fb234311a.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/41520bd2-33a7-4b38-9740-e9104e5ff460" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/7d3887f5-f232-9d3e-a5ce-e06fb234311a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/41520bd2-33a7-4b38-9740-e9104e5ff460" ;
  a2a:RecordGUID "{41520bd2-33a7-4b38-9740-e9104e5ff460}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Huwelijksregister+1940\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_19392_00019392.xml van BRD" .

