@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_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2
  a a2a:Record ;
  rdfs:label "Doop op 23 februari 1791 te Megen" ;
  a2a:hasPerson oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person-2bc43e70-ed7b-814f-b674-05fca6e36e3e, oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person-2bce2e34-ed18-05a9-ca93-5d459dad2e2a, oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person-612de326-16e3-9492-c869-c1ae5804947d, oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person-a7c6db52-c36f-200f-8cff-13a479be62f3, oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person-ca14bb38-35bf-5fe1-01f4-b2276a797a8e ;
  a2a:hasEvent oa:event_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_0, oa:relationep_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_1, oa:relationep_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_2, oa:relationep_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_3, oa:relationep_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_4 ;
  a2a:hasSource oa:source_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2 .

oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person-2bc43e70-ed7b-814f-b674-05fca6e36e3e
  a a2a:Person ;
  rdfs:label "Joannes Pussens" ;
  a2a:PersonName [
    rdfs:label "Joannes Pussens" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Pussens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person-2bce2e34-ed18-05a9-ca93-5d459dad2e2a
  a a2a:Person ;
  rdfs:label "Johanna Beekmans" ;
  a2a:PersonName [
    rdfs:label "Johanna Beekmans" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Beekmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person-612de326-16e3-9492-c869-c1ae5804947d
  a a2a:Person ;
  rdfs:label "Anna Maria Pussens" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Pussens" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Pussens"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person-a7c6db52-c36f-200f-8cff-13a479be62f3
  a a2a:Person ;
  rdfs:label "Anna Catharina Lindenberg" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Lindenberg" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Lindenberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person-ca14bb38-35bf-5fe1-01f4-b2276a797a8e
  a a2a:Person ;
  rdfs:label "Stephanus Pussens" ;
  a2a:PersonName [
    rdfs:label "Stephanus Pussens" ;
    a2a:PersonNameFirstName "Stephanus" ;
    a2a:PersonNameLastName "Pussens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1791-02-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Megen" ;
    rdfs:label "Megen"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person:2bc43e70-ed7b-814f-b674-05fca6e36e3e ;
  a2a:EventKeyRef oa:event_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Event1 .

oa:relationep_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person:2bce2e34-ed18-05a9-ca93-5d459dad2e2a ;
  a2a:EventKeyRef oa:event_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Event1 .

oa:relationep_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person:612de326-16e3-9492-c869-c1ae5804947d ;
  a2a:EventKeyRef oa:event_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Event1 .

oa:relationep_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person:a7c6db52-c36f-200f-8cff-13a479be62f3 ;
  a2a:EventKeyRef oa:event_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Event1 .

oa:relationep_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Person:ca14bb38-35bf-5fe1-01f4-b2276a797a8e ;
  a2a:EventKeyRef oa:event_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2_Event1 .

oa:source_bhi_01fbc481-28c2-8a47-dc4f-9f49fc30d3e2
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Megen, Haren en Macharen" ;
    rdfs:label "Megen, Haren en Macharen", "1791-02-23 - 1791-02-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1791-02-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1791-02-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1791" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1791-02-23"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: BHIC, Bron: boek, Deel: 35, Periode: 1748-1791" ;
    a2a:Book "Megen RK Dopen en trouwen 1748-1791" ;
    a2a:RegistryNumber "35" ;
    a2a:Folio "104L06" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: boek, Deel: 35, Periode: 1748-1791, Megen RK Dopen en trouwen 1748-1791, 35, 104L06"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5a992f13-e310-2638-0145-58fda1ca40cb.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5a992f13-e310-2638-0145-58fda1ca40cb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-08-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/01fbc481-28c2-8a47-dc4f-9f49fc30d3e2" ;
  a2a:RecordGUID "{01fbc481-28c2-8a47-dc4f-9f49fc30d3e2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_40164_00040164.xml van BHI" .

