@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_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96
  a a2a:Record ;
  rdfs:label "Huwelijk op 25 februari 1880 te Jette (België)" ;
  a2a:hasPerson oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person808364, oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person2194504, oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person9520974, oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person9520984 ;
  a2a:hasEvent oa:event_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Event1 ;
  a2a:hasRelationEP oa:relationep_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_0, oa:relationep_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_1, oa:relationep_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_2, oa:relationep_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_3 ;
  a2a:hasSource oa:source_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96 .

oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person808364
  a a2a:Person ;
  rdfs:label "Joseph Bonvie" ;
  a2a:PersonName [
    rdfs:label "Joseph Bonvie" ;
    a2a:PersonNameFirstName "Joseph" ;
    a2a:PersonNameLastName "Bonvie"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Jette" ;
    rdfs:label "Jette"
  ] ;
  a2a:BirthDate [
    a2a:Year "1832" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1832-02-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Country "België" ;
    a2a:Place "Laken" ;
    rdfs:label "België, Laken"
  ] ;
  a2a:Profession "colporteur en aunages" .

oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person2194504
  a a2a:Person ;
  rdfs:label "Catherine Parqui" ;
  a2a:PersonName [
    rdfs:label "Catherine Parqui" ;
    a2a:PersonNameFirstName "Catherine" ;
    a2a:PersonNameLastName "Parqui"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Jette" ;
    rdfs:label "Jette"
  ] ;
  a2a:BirthDate [
    a2a:Year "1838" ;
    a2a:Month "7" ;
    a2a:Day "30" ;
    rdfs:label "1838-07-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Country "België" ;
    a2a:Place "Berchem-Sainte-Agathe" ;
    rdfs:label "België, Berchem-Sainte-Agathe"
  ] ;
  a2a:Profession "boutiquière" .

oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person9520974
  a a2a:Person ;
  rdfs:label "Charles Mahaut" ;
  a2a:PersonName [
    rdfs:label "Charles Mahaut" ;
    a2a:PersonNameFirstName "Charles" ;
    a2a:PersonNameLastName "Mahaut"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Jette" ;
    rdfs:label "Jette"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "boucher" .

oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person9520984
  a a2a:Person ;
  rdfs:label "Jean Selleslag" ;
  a2a:PersonName [
    rdfs:label "Jean Selleslag" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNameLastName "Selleslag"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Laken" ;
    rdfs:label "Laken"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "journalier" .

oa:event_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1880" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1880-02-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Country "België" ;
    a2a:Place "Jette" ;
    rdfs:label "België, Jette"
  ] .

oa:relationep_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person808364 ;
  a2a:EventKeyRef oa:event_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Event1 .

oa:relationep_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person2194504 ;
  a2a:EventKeyRef oa:event_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Event1 .

oa:relationep_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person9520974 ;
  a2a:EventKeyRef oa:event_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Event1 .

oa:relationep_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Person9520984 ;
  a2a:EventKeyRef oa:event_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96_Event1 .

oa:source_abb_9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96
  a a2a:Source ;
  rdfs:label "Rijksarchief België (Brussel), BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Leuven" ;
    a2a:Country "België" ;
    rdfs:label "Leuven, België", "1796-01-01 - 1919-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1880" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1880-02-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Rijksarchief België (Brussel)" ;
    a2a:Place "Leuven" ;
    a2a:Collection "Burgerlijke stand Brussel" ;
    a2a:DocumentNumber "4" ;
    rdfs:label "Rijksarchief België (Brussel), Leuven, Burgerlijke stand Brussel, 4"
  ] ;
  a2a:SourceLastChangeDate "2023-06-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://search.arch.be/nl/zoeken-naar-personen/zoekresultaat/weergave/akte/id/HUBRU_00308352_0" ;
  a2a:RecordIdentifier "HUBRU_00308352_0" ;
  a2a:RecordGUID "{9c93aae3-24c6-e7ed-a5b5-c1f9ba7cfc96}" ;
  a2a:SourceRemarkOpmerking "Gescheiden op 7/08/1879 te Bruxelles. Ontbinding van het huwelijk afgesloten te Laken op 13/11/1858" ;
  a2a:SourceRemarkVrijwilliger "Demogen Vlaams-Brabant en Brussel (project hubru19b)" ;
  a2a:SourceRemarkProvenance "DemogenBrussel19b.mdb > mdb-export > abl/demogen/csv2a2a.pl" .

[] a2a:PersonRemarkOpmerking "Tribunaal 1e aanleg te Brussel : 07/08/1879 : uitspraak in het voordeel van de bruid. De bruidegom komt op 25/02/1880 niet opdagen te Jette. Cathérine Parqué zal met de tweede getuige hertrouwen : huwelijksafkondiging te Jette op 26/12/1880." .
