@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_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781
  a a2a:Record ;
  rdfs:label "Doop op 30 november 1813 te Lommel (Centrum)" ;
  a2a:hasPerson oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person1, oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person2, oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person3, oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person4, oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person5 ;
  a2a:hasEvent oa:event_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Event1 ;
  a2a:hasRelationEP oa:relationep_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_0, oa:relationep_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_1, oa:relationep_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_2, oa:relationep_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_3, oa:relationep_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_4 ;
  a2a:hasSource oa:source_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781 .

oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person1
  a a2a:Person ;
  rdfs:label "Anna Catharina Merkelbagh" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Merkelbagh" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Merkelbagh"
  ] .

oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person2
  a a2a:Person ;
  rdfs:label "Gregorius Merkelbagh" ;
  a2a:PersonName [
    rdfs:label "Gregorius Merkelbagh" ;
    a2a:PersonNameFirstName "Gregorius" ;
    a2a:PersonNameLastName "Merkelbagh"
  ] .

oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person3
  a a2a:Person ;
  rdfs:label "Helena Compens" ;
  a2a:PersonName [
    rdfs:label "Helena Compens" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNameLastName "Compens"
  ] .

oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person4
  a a2a:Person ;
  rdfs:label "Nicolaus Ooms" ;
  a2a:PersonName [
    rdfs:label "Nicolaus Ooms" ;
    a2a:PersonNameFirstName "Nicolaus" ;
    a2a:PersonNameLastName "Ooms"
  ] .

oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person5
  a a2a:Person ;
  rdfs:label "Anna Catharina Merkelbagh" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Merkelbagh" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Merkelbagh"
  ] .

oa:event_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "11" ;
    a2a:Day "30" ;
    rdfs:label "1813-11-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lommel" ;
    a2a:DescriptiveLocationIndicator "Centrum" ;
    rdfs:label "Lommel, Centrum"
  ] .

oa:relationep_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person1 ;
  a2a:EventKeyRef oa:event_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Event1 .

oa:relationep_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person2 ;
  a2a:EventKeyRef oa:event_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Event1 .

oa:relationep_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person3 ;
  a2a:EventKeyRef oa:event_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Event1 .

oa:relationep_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_3
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person4 ;
  a2a:EventKeyRef oa:event_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Event1 .

oa:relationep_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_4
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Person5 ;
  a2a:EventKeyRef oa:event_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781_Event1 .

oa:source_abh_8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781
  a a2a:Source ;
  rdfs:label "Rijksarchief België (Hasselt), DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel", "1813-11-30 - 1813-11-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-11-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-11-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1813" ;
    a2a:Month "11" ;
    a2a:Day "30" ;
    rdfs:label "1813-11-30"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Rijksarchief België (Hasselt)" ;
    a2a:Place "Hasselt" ;
    a2a:Book "Doopregister, Sint-Pietersbanden, Lommel-Centrum, 1759-1859" ;
    a2a:RegistryNumber "10" ;
    a2a:Folio "243" ;
    rdfs:label "Rijksarchief België (Hasselt), Hasselt, Doopregister, Sint-Pietersbanden, Lommel-Centrum, 1759-1859, 10, 243"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://das.familysearch.org/das/v2/TH-909-80945-32779-1/$dist" ;
    a2a:UriViewer "https://familysearch.org/pal:/MM9.3.1/TH-909-80945-32779-1" ;
    a2a:UriPreview "https://das.familysearch.org/das/v2/TH-909-80945-32779-1/thumb_16.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-22"^^xsd:date ;
  a2a:RecordGUID "{8F2EB5BA-29E2-4383-97FF-8B9DA8EDD781}" ;
  a2a:SourceRemarkProvenance "A2Acollection Parochieregisters dopen.xml van SLA" .

