@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_sha_5aa3d359-00df-28e5-bba3-e03ab913af71
  a a2a:Record ;
  rdfs:label "Doop op 28 augustus 1810 te Heusden" ;
  a2a:hasPerson oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person-b2aee71c-4037-3bc1-2372-7f839e405b3d, oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person-4fed7825-0095-c720-582b-9b218d8bb08d, oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person-30f7f0b1-56ae-dedd-03ac-737cb46218dd, oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person-a71fc6bd-6592-28e6-52d3-c40521d57b59, oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person-84595b07-ddd0-fa86-c2f5-19ddd5c947d0 ;
  a2a:hasEvent oa:event_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_0, oa:relationep_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_1, oa:relationep_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_2, oa:relationep_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_3, oa:relationep_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_4 ;
  a2a:hasSource oa:source_sha_5aa3d359-00df-28e5-bba3-e03ab913af71 .

oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person-b2aee71c-4037-3bc1-2372-7f839e405b3d
  a a2a:Person ;
  rdfs:label "Guilielmus Pouillon" ;
  a2a:PersonName [
    rdfs:label "Guilielmus Pouillon" ;
    a2a:PersonNameFirstName "Guilielmus" ;
    a2a:PersonNameLastName "Pouillon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person-4fed7825-0095-c720-582b-9b218d8bb08d
  a a2a:Person ;
  rdfs:label "Franciscus de Bukelaer" ;
  a2a:PersonName [
    rdfs:label "Franciscus de Bukelaer" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bukelaer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person-30f7f0b1-56ae-dedd-03ac-737cb46218dd
  a a2a:Person ;
  rdfs:label "Maria Anna Scholastica Potentier" ;
  a2a:PersonName [
    rdfs:label "Maria Anna Scholastica Potentier" ;
    a2a:PersonNameFirstName "Maria Anna" ;
    a2a:PersonNameLastName "Scholastica Potentier"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person-a71fc6bd-6592-28e6-52d3-c40521d57b59
  a a2a:Person ;
  rdfs:label "Barbara Flon" ;
  a2a:PersonName [
    rdfs:label "Barbara Flon" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNameLastName "Flon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person-84595b07-ddd0-fa86-c2f5-19ddd5c947d0
  a a2a:Person ;
  rdfs:label "Franciscus Napoleon Pouillon" ;
  a2a:PersonName [
    rdfs:label "Franciscus Napoleon Pouillon" ;
    a2a:PersonNameFirstName "Franciscus Napoleon" ;
    a2a:PersonNameLastName "Pouillon"
  ] ;
  a2a:Gender "Man" .

oa:event_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1810" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1810-08-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person:b2aee71c-4037-3bc1-2372-7f839e405b3d ;
  a2a:EventKeyRef oa:event_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Event1 .

oa:relationep_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person:4fed7825-0095-c720-582b-9b218d8bb08d ;
  a2a:EventKeyRef oa:event_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Event1 .

oa:relationep_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person:30f7f0b1-56ae-dedd-03ac-737cb46218dd ;
  a2a:EventKeyRef oa:event_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Event1 .

oa:relationep_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person:a71fc6bd-6592-28e6-52d3-c40521d57b59 ;
  a2a:EventKeyRef oa:event_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Event1 .

oa:relationep_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Person:84595b07-ddd0-fa86-c2f5-19ddd5c947d0 ;
  a2a:EventKeyRef oa:event_sha_5aa3d359-00df-28e5-bba3-e03ab913af71_Event1 .

oa:source_sha_5aa3d359-00df-28e5-bba3-e03ab913af71
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden", "1810-08-28 - 1810-08-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1810-08-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1810-08-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1810" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1810-08-28"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: doop-, trouw- en begraafboek, Deel: Heusden02, Periode: 1789-1810" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Heusden02" ;
    a2a:Folio "54r" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Heusden02, Periode: 1789-1810, Dopen (rooms-katholieke parochie), Heusden02, 54r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/d5479d51-21ee-e781-cbf0-a228f30c429b.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/5aa3d359-00df-28e5-bba3-e03ab913af71" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/d5479d51-21ee-e781-cbf0-a228f30c429b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/5aa3d359-00df-28e5-bba3-e03ab913af71" ;
  a2a:RecordGUID "{5aa3d359-00df-28e5-bba3-e03ab913af71}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 28-08-1810<br />Plaats dopen: Heusden<br />Religie: RK", "Achterin is een index." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2821_00002821.xml van SHA" .

