@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_8faaa0c8-19e4-07ae-73eb-8e1d672dea24
  a a2a:Record ;
  rdfs:label "Geboorte op 1 april 1815 te Woudrichem" ;
  a2a:hasPerson oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person-a9c25802-ab88-c6bb-7866-80158067b225, oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person-d142ed8d-872a-1fe1-1397-445aef5460bb, oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person-f22c4274-e96b-bc32-bf4f-07883e9e765a, oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person-686a68d2-5bd3-5416-7bfe-cf1c390b22fb, oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person-9866cf5a-062f-a31b-6ec8-7c486709737e ;
  a2a:hasEvent oa:event_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_0, oa:relationep_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_1, oa:relationep_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_2, oa:relationep_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_3, oa:relationep_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_4 ;
  a2a:hasSource oa:source_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24 .

oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person-a9c25802-ab88-c6bb-7866-80158067b225
  a a2a:Person ;
  rdfs:label "Berend Jochems Imans" ;
  a2a:PersonName [
    rdfs:label "Berend Jochems Imans" ;
    a2a:PersonNameFirstName "Berend Jochems" ;
    a2a:PersonNameLastName "Imans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "59" ;
    rdfs:label "59"
  ] .

oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person-d142ed8d-872a-1fe1-1397-445aef5460bb
  a a2a:Person ;
  rdfs:label "Jan Verschuur" ;
  a2a:PersonName [
    rdfs:label "Jan Verschuur" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Verschuur"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "37" ;
    rdfs:label "37"
  ] .

oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person-f22c4274-e96b-bc32-bf4f-07883e9e765a
  a a2a:Person ;
  rdfs:label "Gesina Baggerman" ;
  a2a:PersonName [
    rdfs:label "Gesina Baggerman" ;
    a2a:PersonNameFirstName "Gesina" ;
    a2a:PersonNameLastName "Baggerman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1815" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1815-04-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] .

oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person-686a68d2-5bd3-5416-7bfe-cf1c390b22fb
  a a2a:Person ;
  rdfs:label "Cornelis Baggerman" ;
  a2a:PersonName [
    rdfs:label "Cornelis Baggerman" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Baggerman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] .

oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person-9866cf5a-062f-a31b-6ec8-7c486709737e
  a a2a:Person ;
  rdfs:label "Maria Jochems Imans" ;
  a2a:PersonName [
    rdfs:label "Maria Jochems Imans" ;
    a2a:PersonNameFirstName "Maria Jochems" ;
    a2a:PersonNameLastName "Imans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1815" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1815-04-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] .

oa:relationep_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person:a9c25802-ab88-c6bb-7866-80158067b225 ;
  a2a:EventKeyRef oa:event_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Event1 .

oa:relationep_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person:d142ed8d-872a-1fe1-1397-445aef5460bb ;
  a2a:EventKeyRef oa:event_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Event1 .

oa:relationep_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person:f22c4274-e96b-bc32-bf4f-07883e9e765a ;
  a2a:EventKeyRef oa:event_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Event1 .

oa:relationep_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person:686a68d2-5bd3-5416-7bfe-cf1c390b22fb ;
  a2a:EventKeyRef oa:event_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Event1 .

oa:relationep_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Person:9866cf5a-062f-a31b-6ec8-7c486709737e ;
  a2a:EventKeyRef oa:event_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24_Event1 .

oa:source_sha_8faaa0c8-19e4-07ae-73eb-8e1d672dea24
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem", "1815-04-01 - 1815-04-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1815-04-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1815-04-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1815" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1815-04-01"^^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: 6204, Periode: 1815-1822" ;
    a2a:Book "Geboorteregister" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "6204" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 6204, Periode: 1815-1822, Geboorteregister, 12, 6204"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/fa2535bb-8247-9837-8d4a-af7b4a53c3e9.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/8faaa0c8-19e4-07ae-73eb-8e1d672dea24" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/fa2535bb-8247-9837-8d4a-af7b4a53c3e9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/8faaa0c8-19e4-07ae-73eb-8e1d672dea24" ;
  a2a:RecordGUID "{8faaa0c8-19e4-07ae-73eb-8e1d672dea24}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_3661_00003661.xml van SHA" .

