@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_8917f215-c633-94a3-e9c6-0f3f0a7ba120
  a a2a:Record ;
  rdfs:label "Registratie op 23 augustus 1882 te Andel" ;
  a2a:hasPerson oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person-b38bd69a-8ec9-f3ae-a7e2-eb41dc474768, oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person-234ee77c-2b6e-9988-7d56-0e5d32093f5a, oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person-a8ed96a0-751a-e756-98c5-c62c4a2e6962, oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person-0a6cf5b0-1b56-167c-529e-f0cded18278c ;
  a2a:hasEvent oa:event_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_0, oa:relationep_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_1, oa:relationep_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_2, oa:relationep_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_3 ;
  a2a:hasSource oa:source_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120 .

oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person-b38bd69a-8ec9-f3ae-a7e2-eb41dc474768
  a a2a:Person ;
  rdfs:label "Otto van Andel" ;
  a2a:PersonName [
    rdfs:label "Otto van Andel" ;
    a2a:PersonNameFirstName "Otto" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Andel"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1882" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1882-08-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Andel" ;
    rdfs:label "Andel"
  ] ;
  a2a:Profession "vrachtrijder" .

oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person-234ee77c-2b6e-9988-7d56-0e5d32093f5a
  a a2a:Person ;
  rdfs:label "Gielia Donkersloot" ;
  a2a:PersonName [
    rdfs:label "Gielia Donkersloot" ;
    a2a:PersonNameFirstName "Gielia" ;
    a2a:PersonNameLastName "Donkersloot"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1880" ;
    a2a:Month "2" ;
    a2a:Day "20" ;
    rdfs:label "1880-02-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meeuwen" ;
    rdfs:label "Meeuwen"
  ] .

oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person-a8ed96a0-751a-e756-98c5-c62c4a2e6962
  a a2a:Person ;
  rdfs:label "Peter Adriaan van Andel" ;
  a2a:PersonName [
    rdfs:label "Peter Adriaan van Andel" ;
    a2a:PersonNameFirstName "Peter Adriaan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Andel"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1911-12-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Andel" ;
    rdfs:label "Andel"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person-0a6cf5b0-1b56-167c-529e-f0cded18278c
  a a2a:Person ;
  rdfs:label "Teuna Helena van Andel" ;
  a2a:PersonName [
    rdfs:label "Teuna Helena van Andel" ;
    a2a:PersonNameFirstName "Teuna Helena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Andel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1915-08-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Andel" ;
    rdfs:label "Andel"
  ] .

oa:event_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1882" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1882-08-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Andel" ;
    rdfs:label "Andel"
  ] .

oa:relationep_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person:b38bd69a-8ec9-f3ae-a7e2-eb41dc474768 ;
  a2a:EventKeyRef oa:event_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Event1 .

oa:relationep_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person:234ee77c-2b6e-9988-7d56-0e5d32093f5a ;
  a2a:EventKeyRef oa:event_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Event1 .

oa:relationep_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person:a8ed96a0-751a-e756-98c5-c62c4a2e6962 ;
  a2a:EventKeyRef oa:event_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Event1 .

oa:relationep_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Person:0a6cf5b0-1b56-167c-529e-f0cded18278c ;
  a2a:EventKeyRef oa:event_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120_Event1 .

oa:source_sha_8917f215-c633-94a3-e9c6-0f3f0a7ba120
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Andel" ;
    rdfs:label "Andel", "1900-01-01 - 1944-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1944-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: bevolkingsregister, Deel: 13, Periode: 1900-1944" ;
    a2a:Book "Bevolkingsregister" ;
    a2a:RegistryNumber "13" ;
    a2a:Folio "13" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: bevolkingsregister, Deel: 13, Periode: 1900-1944, Bevolkingsregister, 13, 13"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/32a42389-7446-2844-fcca-9b952a36983e.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/8917f215-c633-94a3-e9c6-0f3f0a7ba120" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/32a42389-7446-2844-fcca-9b952a36983e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-05-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/8917f215-c633-94a3-e9c6-0f3f0a7ba120" ;
  a2a:RecordGUID "{8917f215-c633-94a3-e9c6-0f3f0a7ba120}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_4925_00004925.xml van SHA" .

