@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_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64
  a a2a:Record ;
  rdfs:label "Trouwen op 26 februari 1835 te Lommel" ;
  a2a:hasPerson oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person1, oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person2, oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person3, oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person4, oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person5, oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person6 ;
  a2a:hasEvent oa:event_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Event1 ;
  a2a:hasRelationEP oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_0, oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_1, oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_2, oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_3, oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_4, oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_5 ;
  a2a:hasSource oa:source_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64 .

oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person1
  a a2a:Person ;
  rdfs:label "Jean Claes" ;
  a2a:PersonName [
    rdfs:label "Jean Claes" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNameLastName "Claes"
  ] ;
  a2a:BirthDate [
    a2a:Year "1800" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1800-11-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel"
  ] .

oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person2
  a a2a:Person ;
  rdfs:label "Livin Claes" ;
  a2a:PersonName [
    rdfs:label "Livin Claes" ;
    a2a:PersonNameFirstName "Livin" ;
    a2a:PersonNameLastName "Claes"
  ] .

oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person3
  a a2a:Person ;
  rdfs:label "Anna Elisabeth Van Vlasmar" ;
  a2a:PersonName [
    rdfs:label "Anna Elisabeth Van Vlasmar" ;
    a2a:PersonNameFirstName "Anna Elisabeth" ;
    a2a:PersonNameLastName "Van Vlasmar"
  ] .

oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person4
  a a2a:Person ;
  rdfs:label "Digne Haenegreefs" ;
  a2a:PersonName [
    rdfs:label "Digne Haenegreefs" ;
    a2a:PersonNameFirstName "Digne" ;
    a2a:PersonNameLastName "Haenegreefs"
  ] ;
  a2a:BirthDate [
    a2a:Year "1805" ;
    a2a:Month "03" ;
    a2a:Day "29" ;
    rdfs:label "1805-03-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel"
  ] .

oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person5
  a a2a:Person ;
  rdfs:label "Andre Haenegreefs" ;
  a2a:PersonName [
    rdfs:label "Andre Haenegreefs" ;
    a2a:PersonNameFirstName "Andre" ;
    a2a:PersonNameLastName "Haenegreefs"
  ] .

oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person6
  a a2a:Person ;
  rdfs:label "Digne Schepkens" ;
  a2a:PersonName [
    rdfs:label "Digne Schepkens" ;
    a2a:PersonNameFirstName "Digne" ;
    a2a:PersonNameLastName "Schepkens"
  ] .

oa:event_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1835" ;
    a2a:Month "02" ;
    a2a:Day "26" ;
    rdfs:label "1835-02-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel"
  ] .

oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person1 ;
  a2a:EventKeyRef oa:event_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Event1 .

oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person2 ;
  a2a:EventKeyRef oa:event_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Event1 .

oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person3 ;
  a2a:EventKeyRef oa:event_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Event1 .

oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person4 ;
  a2a:EventKeyRef oa:event_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Event1 .

oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person5 ;
  a2a:EventKeyRef oa:event_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Event1 .

oa:relationep_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Person6 ;
  a2a:EventKeyRef oa:event_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64_Event1 .

oa:source_aba_247AB385-D929-4E2C-AFB5-FDF07EB6DA64
  a a2a:Source ;
  rdfs:label "Rijksarchief België (Antwerpen-Beveren), BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel", "1835-02-26 - 1835-02-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1835-02-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1835-02-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1835" ;
    a2a:Month "02" ;
    a2a:Day "26" ;
    rdfs:label "1835-02-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Rijksarchief België (Antwerpen-Beveren)" ;
    a2a:Place "Beveren" ;
    a2a:Book "Geboorte-, Huwelijks- en Overlijdensregister Lommel 1835" ;
    a2a:DocumentNumber "31" ;
    a2a:RegistryNumber "649" ;
    rdfs:label "Rijksarchief België (Antwerpen-Beveren), Beveren, Geboorte-, Huwelijks- en Overlijdensregister Lommel 1835, 31, 649"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://das.familysearch.org/das/v2/TH-1-159383-178384-94/$dist" ;
    a2a:UriViewer "https://familysearch.org/pal:/MM9.3.1/TH-1-159383-178384-94" ;
    a2a:UriPreview "https://das.familysearch.org/das/v2/TH-1-159383-178384-94/thumb_16.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://das.familysearch.org/das/v2/TH-1-159383-178379-37/$dist" ;
    a2a:UriViewer "https://familysearch.org/pal:/MM9.3.1/TH-1-159383-178379-37" ;
    a2a:UriPreview "https://das.familysearch.org/das/v2/TH-1-159383-178379-37/thumb_16.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-29"^^xsd:date ;
  a2a:RecordGUID "{247AB385-D929-4E2C-AFB5-FDF07EB6DA64}" ;
  a2a:SourceRemarkProvenance "A2Acollection Burgerlijke stand huwelijk rijksarchief.xml van ABA" .

