@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_bb26ba13-291e-d835-c8ed-2afff32f21e5
  a a2a:Record ;
  rdfs:label "Geboorte op 26 januari 1813 te Drunen" ;
  a2a:hasPerson oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person-55e7f2bf-cf9b-2de7-79cd-ece6bbb63eb5, oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person-5e4a0c77-04a7-75db-3eb3-a52ef694ee5c, oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person-bd2bbf11-2fcf-84e6-81a4-cdd20cab8f47, oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person-120dee04-6f44-46e9-9d9d-d3962c1481aa, oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person-e49cb62a-9c2d-37a0-3d92-12dde9034cdb ;
  a2a:hasEvent oa:event_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_0, oa:relationep_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_1, oa:relationep_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_2, oa:relationep_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_3, oa:relationep_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_4 ;
  a2a:hasSource oa:source_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5 .

oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person-55e7f2bf-cf9b-2de7-79cd-ece6bbb63eb5
  a a2a:Person ;
  rdfs:label "Arnaud Veltman" ;
  a2a:PersonName [
    rdfs:label "Arnaud Veltman" ;
    a2a:PersonNameFirstName "Arnaud" ;
    a2a:PersonNameLastName "Veltman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] ;
  a2a:Profession "garentwijnder" .

oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person-5e4a0c77-04a7-75db-3eb3-a52ef694ee5c
  a a2a:Person ;
  rdfs:label "Jean van Drunen" ;
  a2a:PersonName [
    rdfs:label "Jean van Drunen" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Drunen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person-bd2bbf11-2fcf-84e6-81a4-cdd20cab8f47
  a a2a:Person ;
  rdfs:label "Cornelie Elshout" ;
  a2a:PersonName [
    rdfs:label "Cornelie Elshout" ;
    a2a:PersonNameFirstName "Cornelie" ;
    a2a:PersonNameLastName "Elshout"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1813" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1813-01-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] .

oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person-120dee04-6f44-46e9-9d9d-d3962c1481aa
  a a2a:Person ;
  rdfs:label "Jeanne van Opstal" ;
  a2a:PersonName [
    rdfs:label "Jeanne van Opstal" ;
    a2a:PersonNameFirstName "Jeanne" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Opstal"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person-e49cb62a-9c2d-37a0-3d92-12dde9034cdb
  a a2a:Person ;
  rdfs:label "Jean Elshout" ;
  a2a:PersonName [
    rdfs:label "Jean Elshout" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNameLastName "Elshout"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] ;
  a2a:Profession "schoenmaker" .

oa:event_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1813-01-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] .

oa:relationep_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person:55e7f2bf-cf9b-2de7-79cd-ece6bbb63eb5 ;
  a2a:EventKeyRef oa:event_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Event1 .

oa:relationep_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person:5e4a0c77-04a7-75db-3eb3-a52ef694ee5c ;
  a2a:EventKeyRef oa:event_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Event1 .

oa:relationep_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person:bd2bbf11-2fcf-84e6-81a4-cdd20cab8f47 ;
  a2a:EventKeyRef oa:event_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Event1 .

oa:relationep_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person:120dee04-6f44-46e9-9d9d-d3962c1481aa ;
  a2a:EventKeyRef oa:event_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Event1 .

oa:relationep_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Person:e49cb62a-9c2d-37a0-3d92-12dde9034cdb ;
  a2a:EventKeyRef oa:event_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5_Event1 .

oa:source_sha_bb26ba13-291e-d835-c8ed-2afff32f21e5
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen", "1813-01-26 - 1813-01-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-01-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-01-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1813" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1813-01-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: Burgerlijke standregister, Deel: 3108, Periode: 1813-1820" ;
    a2a:Book "Geboorteregister" ;
    a2a:RegistryNumber "3108" ;
    a2a:Folio "3v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 3108, Periode: 1813-1820, Geboorteregister, 3108, 3v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/e8dd1c82-5e15-e313-1d14-e309cbfa1e2e.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/bb26ba13-291e-d835-c8ed-2afff32f21e5" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/e8dd1c82-5e15-e313-1d14-e309cbfa1e2e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-11-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/bb26ba13-291e-d835-c8ed-2afff32f21e5" ;
  a2a:RecordGUID "{bb26ba13-291e-d835-c8ed-2afff32f21e5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_6071_00006071.xml van SHA" .

