@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_wba_dd92bf4f-e2ec-0990-4641-8681843aa560
  a a2a:Record ;
  rdfs:label "Huwelijk op 20 juli 1812 te Wouw" ;
  a2a:hasPerson oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-d2c1f2d0-a73e-e7ce-2d10-773e532bdd44, oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-b9554de4-5ca5-ecf3-7282-d5e1732b5aaa, oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-93d664be-2980-fd68-eca8-5784b567e9a6, oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-284df8a6-d65c-957c-5a60-7239536e2b18, oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-c26284d5-b96f-1823-5bfa-9c5432be513e, oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-c796ee0b-d848-5dab-adc4-c54aa305b899 ;
  a2a:hasEvent oa:event_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_0, oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_1, oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_2, oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_3, oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_4, oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_5 ;
  a2a:hasSource oa:source_wba_dd92bf4f-e2ec-0990-4641-8681843aa560 .

oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-d2c1f2d0-a73e-e7ce-2d10-773e532bdd44
  a a2a:Person ;
  rdfs:label "Jeanne Verbraak" ;
  a2a:PersonName [
    rdfs:label "Jeanne Verbraak" ;
    a2a:PersonNameFirstName "Jeanne" ;
    a2a:PersonNameLastName "Verbraak"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-b9554de4-5ca5-ecf3-7282-d5e1732b5aaa
  a a2a:Person ;
  rdfs:label "Jacques Dirckx" ;
  a2a:PersonName [
    rdfs:label "Jacques Dirckx" ;
    a2a:PersonNameFirstName "Jacques" ;
    a2a:PersonNameLastName "Dirckx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-93d664be-2980-fd68-eca8-5784b567e9a6
  a a2a:Person ;
  rdfs:label "Jean Verbraak" ;
  a2a:PersonName [
    rdfs:label "Jean Verbraak" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNameLastName "Verbraak"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-284df8a6-d65c-957c-5a60-7239536e2b18
  a a2a:Person ;
  rdfs:label "Petronelle de Bakker" ;
  a2a:PersonName [
    rdfs:label "Petronelle de Bakker" ;
    a2a:PersonNameFirstName "Petronelle" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bakker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-c26284d5-b96f-1823-5bfa-9c5432be513e
  a a2a:Person ;
  rdfs:label "Leonard Dirckx" ;
  a2a:PersonName [
    rdfs:label "Leonard Dirckx" ;
    a2a:PersonNameFirstName "Leonard" ;
    a2a:PersonNameLastName "Dirckx"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person-c796ee0b-d848-5dab-adc4-c54aa305b899
  a a2a:Person ;
  rdfs:label "Petronelle de Blaaij" ;
  a2a:PersonName [
    rdfs:label "Petronelle de Blaaij" ;
    a2a:PersonNameFirstName "Petronelle" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Blaaij"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1812" ;
    a2a:Month "7" ;
    a2a:Day "20" ;
    rdfs:label "1812-07-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person:d2c1f2d0-a73e-e7ce-2d10-773e532bdd44 ;
  a2a:EventKeyRef oa:event_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Event1 .

oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person:b9554de4-5ca5-ecf3-7282-d5e1732b5aaa ;
  a2a:EventKeyRef oa:event_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Event1 .

oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person:93d664be-2980-fd68-eca8-5784b567e9a6 ;
  a2a:EventKeyRef oa:event_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Event1 .

oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person:284df8a6-d65c-957c-5a60-7239536e2b18 ;
  a2a:EventKeyRef oa:event_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Event1 .

oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_4
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person:c26284d5-b96f-1823-5bfa-9c5432be513e ;
  a2a:EventKeyRef oa:event_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Event1 .

oa:relationep_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Person:c796ee0b-d848-5dab-adc4-c54aa305b899 ;
  a2a:EventKeyRef oa:event_wba_dd92bf4f-e2ec-0990-4641-8681843aa560_Event1 .

oa:source_wba_dd92bf4f-e2ec-0990-4641-8681843aa560
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1812-07-20 - 1812-07-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-07-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-07-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1812" ;
    a2a:Month "7" ;
    a2a:Day "20" ;
    rdfs:label "1812-07-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3619, Periode: 1812" ;
    a2a:Book "Huwelijksregister Wouw 1812" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "3619" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3619, Periode: 1812, Huwelijksregister Wouw 1812, 13, 3619"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/b5cca037-3ec3-43fe-e8e5-ea0cd80a6fec.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/dd92bf4f-e2ec-0990-4641-8681843aa560" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/b5cca037-3ec3-43fe-e8e5-ea0cd80a6fec.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/90d396ea-f543-5146-d63a-36cb09a7d755.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/dd92bf4f-e2ec-0990-4641-8681843aa560" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/90d396ea-f543-5146-d63a-36cb09a7d755.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/dd92bf4f-e2ec-0990-4641-8681843aa560" ;
  a2a:RecordGUID "{dd92bf4f-e2ec-0990-4641-8681843aa560}" ;
  a2a:SourceRemarkAkteSoort "huwelijk" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_11087_00011087.xml van WBA" .

