@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_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a
  a a2a:Record ;
  rdfs:label "Doop op 21 december 1749 te Lith" ;
  a2a:hasPerson oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person-10661caa-f4c5-3b28-3b35-bc6b2f48e39c, oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person-d80f7217-ef1c-80f3-3b03-6e06f69bb7bb, oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person-91a876be-bbd5-2984-e2f7-3c352b64099d, oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person-9b81d512-0a47-bc3d-30e8-6265e29d76a0, oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person-fcce8e1d-8a6c-b608-87be-bd634c8af205 ;
  a2a:hasEvent oa:event_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_0, oa:relationep_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_1, oa:relationep_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_2, oa:relationep_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_3, oa:relationep_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_4 ;
  a2a:hasSource oa:source_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a .

oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person-10661caa-f4c5-3b28-3b35-bc6b2f48e39c
  a a2a:Person ;
  rdfs:label "Nicolaus Koppelaers" ;
  a2a:PersonName [
    rdfs:label "Nicolaus Koppelaers" ;
    a2a:PersonNameFirstName "Nicolaus" ;
    a2a:PersonNameLastName "Koppelaers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person-d80f7217-ef1c-80f3-3b03-6e06f69bb7bb
  a a2a:Person ;
  rdfs:label "Gijsbertus Ruijs" ;
  a2a:PersonName [
    rdfs:label "Gijsbertus Ruijs" ;
    a2a:PersonNameFirstName "Gijsbertus" ;
    a2a:PersonNameLastName "Ruijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person-91a876be-bbd5-2984-e2f7-3c352b64099d
  a a2a:Person ;
  rdfs:label "Joanna Biekens" ;
  a2a:PersonName [
    rdfs:label "Joanna Biekens" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Biekens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person-9b81d512-0a47-bc3d-30e8-6265e29d76a0
  a a2a:Person ;
  rdfs:label "Josina Ruijs" ;
  a2a:PersonName [
    rdfs:label "Josina Ruijs" ;
    a2a:PersonNameFirstName "Josina" ;
    a2a:PersonNameLastName "Ruijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person-fcce8e1d-8a6c-b608-87be-bd634c8af205
  a a2a:Person ;
  rdfs:label "Joanna Maria Koppelaers" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Koppelaers" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNameLastName "Koppelaers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1749" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1749-12-21"^^xsd:date
  ] .

oa:event_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1749" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1749-12-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lith" ;
    rdfs:label "Lith"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person:10661caa-f4c5-3b28-3b35-bc6b2f48e39c ;
  a2a:EventKeyRef oa:event_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Event1 .

oa:relationep_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person:d80f7217-ef1c-80f3-3b03-6e06f69bb7bb ;
  a2a:EventKeyRef oa:event_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Event1 .

oa:relationep_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person:91a876be-bbd5-2984-e2f7-3c352b64099d ;
  a2a:EventKeyRef oa:event_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Event1 .

oa:relationep_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person:9b81d512-0a47-bc3d-30e8-6265e29d76a0 ;
  a2a:EventKeyRef oa:event_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Event1 .

oa:relationep_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Person:fcce8e1d-8a6c-b608-87be-bd634c8af205 ;
  a2a:EventKeyRef oa:event_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a_Event1 .

oa:source_bhi_9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Lith" ;
    rdfs:label "Lith", "1749-12-21 - 1749-12-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1749-12-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1749-12-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1749" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1749-12-21"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4, Periode: 1728-1787" ;
    a2a:Book "Lith doopboek 1728-1787" ;
    a2a:RegistryNumber "4" ;
    a2a:Folio "33r09" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4, Periode: 1728-1787, Lith doopboek 1728-1787, 4, 33r09"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/eb696fdd-c4e6-6977-653d-c5951e7bca22.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/eb696fdd-c4e6-6977-653d-c5951e7bca22.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a" ;
  a2a:RecordGUID "{9016dbfd-04bb-c8fa-5e3f-75beb2d5cf1a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_49623_00049623.xml van BHI" .

