@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_3cb7fba2-e9e5-380b-0dad-70201b431c7a
  a a2a:Record ;
  rdfs:label "Geboorte op 11 april 1812 te Drunen" ;
  a2a:hasPerson oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person-ba4275ee-a8ef-61d1-1e85-2941125ca828, oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person-56b988c7-ecf7-077c-bc07-48660aa01975, oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person-f77fc220-b525-0bb8-e141-13dbd2ffc552, oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person-4d191f3d-8ce8-1e6f-4e7d-752fe5f32943, oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person-62f62b1b-ba60-7512-8546-5d1313df212e ;
  a2a:hasEvent oa:event_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_0, oa:relationep_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_1, oa:relationep_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_2, oa:relationep_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_3, oa:relationep_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_4 ;
  a2a:hasSource oa:source_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a .

oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person-ba4275ee-a8ef-61d1-1e85-2941125ca828
  a a2a:Person ;
  rdfs:label "Jean van de Weetering" ;
  a2a:PersonName [
    rdfs:label "Jean van de Weetering" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Weetering"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "50" ;
    rdfs:label "50"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person-56b988c7-ecf7-077c-bc07-48660aa01975
  a a2a:Person ;
  rdfs:label "Michel van Laarhoven" ;
  a2a:PersonName [
    rdfs:label "Michel van Laarhoven" ;
    a2a:PersonNameFirstName "Michel" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Laarhoven"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "49" ;
    rdfs:label "49"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person-f77fc220-b525-0bb8-e141-13dbd2ffc552
  a a2a:Person ;
  rdfs:label "Guillaume Heessels" ;
  a2a:PersonName [
    rdfs:label "Guillaume Heessels" ;
    a2a:PersonNameFirstName "Guillaume" ;
    a2a:PersonNameLastName "Heessels"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1812" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1812-04-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] .

oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person-4d191f3d-8ce8-1e6f-4e7d-752fe5f32943
  a a2a:Person ;
  rdfs:label "Adrien Heessels" ;
  a2a:PersonName [
    rdfs:label "Adrien Heessels" ;
    a2a:PersonNameFirstName "Adrien" ;
    a2a:PersonNameLastName "Heessels"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person-62f62b1b-ba60-7512-8546-5d1313df212e
  a a2a:Person ;
  rdfs:label "Adrienne Schalke" ;
  a2a:PersonName [
    rdfs:label "Adrienne Schalke" ;
    a2a:PersonNameFirstName "Adrienne" ;
    a2a:PersonNameLastName "Schalke"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1812" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1812-04-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] .

oa:relationep_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person:ba4275ee-a8ef-61d1-1e85-2941125ca828 ;
  a2a:EventKeyRef oa:event_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Event1 .

oa:relationep_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person:56b988c7-ecf7-077c-bc07-48660aa01975 ;
  a2a:EventKeyRef oa:event_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Event1 .

oa:relationep_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person:f77fc220-b525-0bb8-e141-13dbd2ffc552 ;
  a2a:EventKeyRef oa:event_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Event1 .

oa:relationep_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person:4d191f3d-8ce8-1e6f-4e7d-752fe5f32943 ;
  a2a:EventKeyRef oa:event_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Event1 .

oa:relationep_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Person:62f62b1b-ba60-7512-8546-5d1313df212e ;
  a2a:EventKeyRef oa:event_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a_Event1 .

oa:source_sha_3cb7fba2-e9e5-380b-0dad-70201b431c7a
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen", "1812-04-11 - 1812-04-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-04-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-04-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1812" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1812-04-11"^^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: 3107, Periode: 1811-1812" ;
    a2a:Book "Geboorte-, huwelijks- en overlijdensregister" ;
    a2a:RegistryNumber "3107" ;
    a2a:Folio "23v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 3107, Periode: 1811-1812, Geboorte-, huwelijks- en overlijdensregister, 3107, 23v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/25bfb293-e106-22f3-7d9a-8484b9f17389.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/3cb7fba2-e9e5-380b-0dad-70201b431c7a" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/25bfb293-e106-22f3-7d9a-8484b9f17389.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-12-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/3cb7fba2-e9e5-380b-0dad-70201b431c7a" ;
  a2a:RecordGUID "{3cb7fba2-e9e5-380b-0dad-70201b431c7a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_4004_00004004.xml van SHA" .

