@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_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80
  a a2a:Record ;
  rdfs:label "Doop op 25 november 1756 te Lommel (Centrum)" ;
  a2a:hasPerson oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person1, oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person2, oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person3, oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person4, oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person5 ;
  a2a:hasEvent oa:event_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Event1 ;
  a2a:hasRelationEP oa:relationep_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_0, oa:relationep_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_1, oa:relationep_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_2, oa:relationep_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_3, oa:relationep_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_4 ;
  a2a:hasSource oa:source_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80 .

oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person1
  a a2a:Person ;
  rdfs:label "Maria Catharina Coninx" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Coninx" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Coninx"
  ] .

oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person2
  a a2a:Person ;
  rdfs:label "Arnoldus Coninx" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Coninx" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNameLastName "Coninx"
  ] .

oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person3
  a a2a:Person ;
  rdfs:label "Margareta Haennegreefs" ;
  a2a:PersonName [
    rdfs:label "Margareta Haennegreefs" ;
    a2a:PersonNameFirstName "Margareta" ;
    a2a:PersonNameLastName "Haennegreefs"
  ] .

oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person4
  a a2a:Person ;
  rdfs:label "Albertus vander Heyden" ;
  a2a:PersonName [
    rdfs:label "Albertus vander Heyden" ;
    a2a:PersonNameFirstName "Albertus" ;
    a2a:PersonNameLastName "vander Heyden"
  ] .

oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person5
  a a2a:Person ;
  rdfs:label "Maria Schellens" ;
  a2a:PersonName [
    rdfs:label "Maria Schellens" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Schellens"
  ] .

oa:event_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1756" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1756-11-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lommel" ;
    a2a:DescriptiveLocationIndicator "Centrum" ;
    rdfs:label "Lommel, Centrum"
  ] .

oa:relationep_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person1 ;
  a2a:EventKeyRef oa:event_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Event1 .

oa:relationep_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person2 ;
  a2a:EventKeyRef oa:event_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Event1 .

oa:relationep_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person3 ;
  a2a:EventKeyRef oa:event_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Event1 .

oa:relationep_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_3
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person4 ;
  a2a:EventKeyRef oa:event_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Event1 .

oa:relationep_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_4
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Person5 ;
  a2a:EventKeyRef oa:event_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80_Event1 .

oa:source_sla_4F11CD27-4E91-4157-82C3-8C08CD9C5C80
  a a2a:Source ;
  rdfs:label "Stad Lommel - Archiefdienst, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel", "1756-11-25 - 1756-11-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1756-11-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1756-11-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1756" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1756-11-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stad Lommel - Archiefdienst" ;
    a2a:Place "Lommel" ;
    a2a:Book "Doopregister, Sint-Pietersbanden, Lommel-Centrum, 1723-1758" ;
    a2a:Folio "247" ;
    rdfs:label "Stad Lommel - Archiefdienst, Lommel, Doopregister, Sint-Pietersbanden, Lommel-Centrum, 1723-1758, 247"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://das.familysearch.org/das/v2/TH-909-80943-62893-99/$dist" ;
    a2a:UriViewer "https://familysearch.org/pal:/MM9.3.1/TH-909-80943-62893-99" ;
    a2a:UriPreview "https://das.familysearch.org/das/v2/TH-909-80943-62893-99/thumb_16.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-22"^^xsd:date ;
  a2a:RecordGUID "{4F11CD27-4E91-4157-82C3-8C08CD9C5C80}" ;
  a2a:SourceRemarkProvenance "A2Acollection Parochieregisters dopen.xml van SLA" .

