@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_29C479D1-C615-4E19-85B5-A08F9B2DBACD
  a a2a:Record ;
  rdfs:label "Geboorte op 15 februari 1846 te Lommel" ;
  a2a:hasPerson oa:person_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Person1, oa:person_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Person2, oa:person_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Person3 ;
  a2a:hasEvent oa:event_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Event1 ;
  a2a:hasRelationEP oa:relationep_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_0, oa:relationep_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_1, oa:relationep_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_2 ;
  a2a:hasSource oa:source_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD .

oa:person_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Person1
  a a2a:Person ;
  rdfs:label "Jan Geuns" ;
  a2a:PersonName [
    rdfs:label "Jan Geuns" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Geuns"
  ] ;
  a2a:Gender "Man" .

oa:person_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Person2
  a a2a:Person ;
  rdfs:label "Pieter Andries Geuns" ;
  a2a:PersonName [
    rdfs:label "Pieter Andries Geuns" ;
    a2a:PersonNameFirstName "Pieter Andries" ;
    a2a:PersonNameLastName "Geuns"
  ] .

oa:person_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Person3
  a a2a:Person ;
  rdfs:label "Jacoba Vandenberk" ;
  a2a:PersonName [
    rdfs:label "Jacoba Vandenberk" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Vandenberk"
  ] .

oa:event_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1846" ;
    a2a:Month "02" ;
    a2a:Day "15" ;
    rdfs:label "1846-02-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel"
  ] .

oa:relationep_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Person1 ;
  a2a:EventKeyRef oa:event_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Event1 .

oa:relationep_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Person2 ;
  a2a:EventKeyRef oa:event_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Event1 .

oa:relationep_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Person3 ;
  a2a:EventKeyRef oa:event_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD_Event1 .

oa:source_aba_29C479D1-C615-4E19-85B5-A08F9B2DBACD
  a a2a:Source ;
  rdfs:label "Rijksarchief België (Antwerpen-Beveren), BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel", "1846-02-15 - 1846-02-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1846-02-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1846-02-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1846" ;
    a2a:Month "02" ;
    a2a:Day "15" ;
    rdfs:label "1846-02-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Rijksarchief België (Antwerpen-Beveren)" ;
    a2a:Place "Beveren" ;
    a2a:Book "Geboorteregister Lommel 1846" ;
    a2a:DocumentNumber "10" ;
    a2a:RegistryNumber "653" ;
    rdfs:label "Rijksarchief België (Antwerpen-Beveren), Beveren, Geboorteregister Lommel 1846, 10, 653"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://das.familysearch.org/das/v2/TH-1-159383-179028-17/$dist" ;
    a2a:UriViewer "https://familysearch.org/pal:/MM9.3.1/TH-1-159383-179028-17" ;
    a2a:UriPreview "https://das.familysearch.org/das/v2/TH-1-159383-179028-17/thumb_16.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-29"^^xsd:date ;
  a2a:RecordGUID "{29C479D1-C615-4E19-85B5-A08F9B2DBACD}" ;
  a2a:SourceRemarkProvenance "A2Acollection Burgerlijke stand geboorte rijksarchief.xml van ABA" .

