@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_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c
  a a2a:Record ;
  rdfs:label "Doop op 4 januari 1756 te Uden" ;
  a2a:hasPerson oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person-77c5d164-788b-b898-79b9-0b10d072fbd6, oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person-8b641cc2-41b7-2a83-7572-34ad750ec7dc, oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person-101ceb99-8403-6e3c-26c7-faa7c3fa1b7f, oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person-75f00f3e-0c7a-b402-3d8b-1e0d23d34a1b, oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person-e552fa5c-8385-2d42-ec90-bd613d1dde23 ;
  a2a:hasEvent oa:event_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_0, oa:relationep_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_1, oa:relationep_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_2, oa:relationep_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_3, oa:relationep_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_4 ;
  a2a:hasSource oa:source_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c .

oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person-77c5d164-788b-b898-79b9-0b10d072fbd6
  a a2a:Person ;
  rdfs:label "Mechtildis Goossens" ;
  a2a:PersonName [
    rdfs:label "Mechtildis Goossens" ;
    a2a:PersonNameFirstName "Mechtildis" ;
    a2a:PersonNameLastName "Goossens"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person-8b641cc2-41b7-2a83-7572-34ad750ec7dc
  a a2a:Person ;
  rdfs:label "Henricus van Oerssel" ;
  a2a:PersonName [
    rdfs:label "Henricus van Oerssel" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oerssel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person-101ceb99-8403-6e3c-26c7-faa7c3fa1b7f
  a a2a:Person ;
  rdfs:label "Gertrudis van Tiel" ;
  a2a:PersonName [
    rdfs:label "Gertrudis van Tiel" ;
    a2a:PersonNameFirstName "Gertrudis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tiel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person-75f00f3e-0c7a-b402-3d8b-1e0d23d34a1b
  a a2a:Person ;
  rdfs:label "Dina Goossens" ;
  a2a:PersonName [
    rdfs:label "Dina Goossens" ;
    a2a:PersonNameFirstName "Dina" ;
    a2a:PersonNameLastName "Goossens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person-e552fa5c-8385-2d42-ec90-bd613d1dde23
  a a2a:Person ;
  rdfs:label "Lambertus Derkx" ;
  a2a:PersonName [
    rdfs:label "Lambertus Derkx" ;
    a2a:PersonNameFirstName "Lambertus" ;
    a2a:PersonNameLastName "Derkx"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1756" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1756-01-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Uden" ;
    rdfs:label "Uden"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person:77c5d164-788b-b898-79b9-0b10d072fbd6 ;
  a2a:EventKeyRef oa:event_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Event1 .

oa:relationep_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person:8b641cc2-41b7-2a83-7572-34ad750ec7dc ;
  a2a:EventKeyRef oa:event_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Event1 .

oa:relationep_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person:101ceb99-8403-6e3c-26c7-faa7c3fa1b7f ;
  a2a:EventKeyRef oa:event_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Event1 .

oa:relationep_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person:75f00f3e-0c7a-b402-3d8b-1e0d23d34a1b ;
  a2a:EventKeyRef oa:event_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Event1 .

oa:relationep_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Person:e552fa5c-8385-2d42-ec90-bd613d1dde23 ;
  a2a:EventKeyRef oa:event_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c_Event1 .

oa:source_bhi_ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Uden" ;
    rdfs:label "Uden", "1756-01-04 - 1756-01-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1756-01-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1756-01-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1756" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1756-01-04"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8, Periode: 1747-1756" ;
    a2a:Book "Rooms-Katholiek doopboek 1747-1756" ;
    a2a:RegistryNumber "8" ;
    a2a:Folio "94r02" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8, Periode: 1747-1756, Rooms-Katholiek doopboek 1747-1756, 8, 94r02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/25a9efb0-df2e-a60b-27b7-74cc629d582c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/25a9efb0-df2e-a60b-27b7-74cc629d582c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c" ;
  a2a:RecordGUID "{ebc1aa0e-e0fc-a6a0-53e7-6b95c217d21c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_38890_00038890.xml van BHI" .

[] a2a:PersonRemarkdiversen "onwettig" .
[] a2a:PersonRemarkdiversen "als vader genoemd" .
