@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_ce467179-fe23-c8b2-8d5a-91c3eb22ff48
  a a2a:Record ;
  rdfs:label "Doop op 10 januari 1683 te Oudheusden" ;
  a2a:hasPerson oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person-38c189b9-da9e-ab6a-f6c0-d44a4714a303, oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person-6d46aa83-9bb5-07f0-5f27-27e0742031b5, oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person-9c020e3d-f3d8-6baa-091a-d0579aa18d74, oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person-6be21a08-9d80-a2dd-c8fd-b586cf7ceed1, oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person-f8fbff20-729a-2a2e-9490-00b2d19f956e ;
  a2a:hasEvent oa:event_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_0, oa:relationep_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_1, oa:relationep_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_2, oa:relationep_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_3, oa:relationep_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_4 ;
  a2a:hasSource oa:source_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48 .

oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person-38c189b9-da9e-ab6a-f6c0-d44a4714a303
  a a2a:Person ;
  rdfs:label "Adrianus van Gellecom" ;
  a2a:PersonName [
    rdfs:label "Adrianus van Gellecom" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gellecom"
  ] ;
  a2a:Gender "Man" .

oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person-6d46aa83-9bb5-07f0-5f27-27e0742031b5
  a a2a:Person ;
  rdfs:label "Gualterus Johannis Kippincx" ;
  a2a:PersonName [
    rdfs:label "Gualterus Johannis Kippincx" ;
    a2a:PersonNameFirstName "Gualterus Johannis" ;
    a2a:PersonNameLastName "Kippincx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person-9c020e3d-f3d8-6baa-091a-d0579aa18d74
  a a2a:Person ;
  rdfs:label "Margareta Antonij van Gellecom" ;
  a2a:PersonName [
    rdfs:label "Margareta Antonij van Gellecom" ;
    a2a:PersonNameFirstName "Margareta Antonij" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gellecom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person-6be21a08-9d80-a2dd-c8fd-b586cf7ceed1
  a a2a:Person ;
  rdfs:label "Margareta Johannis Kippinckx" ;
  a2a:PersonName [
    rdfs:label "Margareta Johannis Kippinckx" ;
    a2a:PersonNameFirstName "Margareta Johannis" ;
    a2a:PersonNameLastName "Kippinckx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person-f8fbff20-729a-2a2e-9490-00b2d19f956e
  a a2a:Person ;
  rdfs:label "Johannes Antonij van Gellecom" ;
  a2a:PersonName [
    rdfs:label "Johannes Antonij van Gellecom" ;
    a2a:PersonNameFirstName "Johannes Antonij" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gellecom"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1683" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1683-01-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person:38c189b9-da9e-ab6a-f6c0-d44a4714a303 ;
  a2a:EventKeyRef oa:event_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Event1 .

oa:relationep_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person:6d46aa83-9bb5-07f0-5f27-27e0742031b5 ;
  a2a:EventKeyRef oa:event_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Event1 .

oa:relationep_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person:9c020e3d-f3d8-6baa-091a-d0579aa18d74 ;
  a2a:EventKeyRef oa:event_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Event1 .

oa:relationep_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person:6be21a08-9d80-a2dd-c8fd-b586cf7ceed1 ;
  a2a:EventKeyRef oa:event_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Event1 .

oa:relationep_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Person:f8fbff20-729a-2a2e-9490-00b2d19f956e ;
  a2a:EventKeyRef oa:event_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48_Event1 .

oa:source_sha_ce467179-fe23-c8b2-8d5a-91c3eb22ff48
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Elshout" ;
    rdfs:label "Elshout", "1683-01-10 - 1683-01-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1683-01-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1683-01-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1683" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1683-01-10"^^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: Elshout01, Periode: 1658-1700" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Elshout01" ;
    a2a:Folio "23r" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Elshout01, Periode: 1658-1700, Dopen (rooms-katholieke parochie), Elshout01, 23r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/4fcf4ef6-f041-b107-4fa5-0868eefb8fc1.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/ce467179-fe23-c8b2-8d5a-91c3eb22ff48" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/4fcf4ef6-f041-b107-4fa5-0868eefb8fc1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-05-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/ce467179-fe23-c8b2-8d5a-91c3eb22ff48" ;
  a2a:RecordGUID "{ce467179-fe23-c8b2-8d5a-91c3eb22ff48}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 10-01-1683<br />Plaats dopen: Oudheusden<br />Religie: RK" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_7968_00007968.xml van SHA" .

