@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_87D3E5BD-D655-41F1-9082-403BD0CE2C2D
  a a2a:Record ;
  rdfs:label "Geboorte op 31 mei 1843 te Lommel" ;
  a2a:hasPerson oa:person_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Person1, oa:person_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Person2, oa:person_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Person3 ;
  a2a:hasEvent oa:event_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Event1 ;
  a2a:hasRelationEP oa:relationep_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_0, oa:relationep_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_1, oa:relationep_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_2 ;
  a2a:hasSource oa:source_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D .

oa:person_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Person1
  a a2a:Person ;
  rdfs:label "Léonard Joseph Wils" ;
  a2a:PersonName [
    rdfs:label "Léonard Joseph Wils" ;
    a2a:PersonNameFirstName "Léonard Joseph" ;
    a2a:PersonNameLastName "Wils"
  ] ;
  a2a:Gender "Man" .

oa:person_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Person2
  a a2a:Person ;
  rdfs:label "Cornelus Wils" ;
  a2a:PersonName [
    rdfs:label "Cornelus Wils" ;
    a2a:PersonNameFirstName "Cornelus" ;
    a2a:PersonNameLastName "Wils"
  ] .

oa:person_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Person3
  a a2a:Person ;
  rdfs:label "Angelina Maria Thérèsia Vercammen" ;
  a2a:PersonName [
    rdfs:label "Angelina Maria Thérèsia Vercammen" ;
    a2a:PersonNameFirstName "Angelina Maria Thérèsia" ;
    a2a:PersonNameLastName "Vercammen"
  ] .

oa:event_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1843" ;
    a2a:Month "05" ;
    a2a:Day "31" ;
    rdfs:label "1843-05-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel"
  ] .

oa:relationep_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Person1 ;
  a2a:EventKeyRef oa:event_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Event1 .

oa:relationep_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Person2 ;
  a2a:EventKeyRef oa:event_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Event1 .

oa:relationep_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Person3 ;
  a2a:EventKeyRef oa:event_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D_Event1 .

oa:source_aba_87D3E5BD-D655-41F1-9082-403BD0CE2C2D
  a a2a:Source ;
  rdfs:label "Rijksarchief België (Antwerpen-Beveren), BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel", "1843-06-01 - 1843-06-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1843-06-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1843-06-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1843" ;
    a2a:Month "06" ;
    a2a:Day "01" ;
    rdfs:label "1843-06-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Rijksarchief België (Antwerpen-Beveren)" ;
    a2a:Place "Beveren" ;
    a2a:Book "Geboorteregister Lommel 1843" ;
    a2a:DocumentNumber "42" ;
    a2a:RegistryNumber "652" ;
    rdfs:label "Rijksarchief België (Antwerpen-Beveren), Beveren, Geboorteregister Lommel 1843, 42, 652"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://das.familysearch.org/das/v2/TH-1-159383-178843-88/$dist" ;
    a2a:UriViewer "https://familysearch.org/pal:/MM9.3.1/TH-1-159383-178843-88" ;
    a2a:UriPreview "https://das.familysearch.org/das/v2/TH-1-159383-178843-88/thumb_16.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-29"^^xsd:date ;
  a2a:RecordGUID "{87D3E5BD-D655-41F1-9082-403BD0CE2C2D}" ;
  a2a:SourceRemarkProvenance "A2Acollection Burgerlijke stand geboorte rijksarchief.xml van ABA" .

