@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_3efcf8a6-2f8c-d2b2-140e-0f10238b6561
  a a2a:Record ;
  rdfs:label "Registratie op 4 april 1842 te Waalwijk" ;
  a2a:hasPerson oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person-d9c75521-b78a-29d5-d343-d99e399dfea4, oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person-c1aabcc8-cb9f-3eaa-eeb0-f3d8f968f3d1, oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person-1f7abf83-0b03-7290-91e3-5661ac5ff0b5, oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person-234afc98-959b-9307-4e65-f979a2665759 ;
  a2a:hasEvent oa:event_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_0, oa:relationep_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_1, oa:relationep_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_2, oa:relationep_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_3 ;
  a2a:hasSource oa:source_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561 .

oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person-d9c75521-b78a-29d5-d343-d99e399dfea4
  a a2a:Person ;
  rdfs:label "Matheus van Oudheusden" ;
  a2a:PersonName [
    rdfs:label "Matheus van Oudheusden" ;
    a2a:PersonNameFirstName "Matheus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oudheusden"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1842" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1842-04-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person-c1aabcc8-cb9f-3eaa-eeb0-f3d8f968f3d1
  a a2a:Person ;
  rdfs:label "Petronella Maria van Ree" ;
  a2a:PersonName [
    rdfs:label "Petronella Maria van Ree" ;
    a2a:PersonNameFirstName "Petronella Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ree"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1848" ;
    a2a:Month "8" ;
    a2a:Day "26" ;
    rdfs:label "1848-08-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person-1f7abf83-0b03-7290-91e3-5661ac5ff0b5
  a a2a:Person ;
  rdfs:label "Wilhelmina Maria van Oudheusden" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Maria van Oudheusden" ;
    a2a:PersonNameFirstName "Wilhelmina Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oudheusden"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1880" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1880-01-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person-234afc98-959b-9307-4e65-f979a2665759
  a a2a:Person ;
  rdfs:label "Petrus Hendrikus van Oudheusden" ;
  a2a:PersonName [
    rdfs:label "Petrus Hendrikus van Oudheusden" ;
    a2a:PersonNameFirstName "Petrus Hendrikus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oudheusden"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1887" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1887-05-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:event_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1842" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1842-04-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:relationep_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person:d9c75521-b78a-29d5-d343-d99e399dfea4 ;
  a2a:EventKeyRef oa:event_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Event1 .

oa:relationep_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person:c1aabcc8-cb9f-3eaa-eeb0-f3d8f968f3d1 ;
  a2a:EventKeyRef oa:event_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Event1 .

oa:relationep_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person:1f7abf83-0b03-7290-91e3-5661ac5ff0b5 ;
  a2a:EventKeyRef oa:event_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Event1 .

oa:relationep_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Person:234afc98-959b-9307-4e65-f979a2665759 ;
  a2a:EventKeyRef oa:event_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561_Event1 .

oa:source_sha_3efcf8a6-2f8c-d2b2-140e-0f10238b6561
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1880-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-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: 138, Periode: 1880-1900" ;
    a2a:Book "Bevolkingsregister, K-O" ;
    a2a:RegistryNumber "138" ;
    a2a:Folio "247" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Bevolkingsregister, Deel: 138, Periode: 1880-1900, Bevolkingsregister, K-O, 138, 247"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/04a5ac0b-b002-c2f1-8e4b-c20160ad6913.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/3efcf8a6-2f8c-d2b2-140e-0f10238b6561" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/04a5ac0b-b002-c2f1-8e4b-c20160ad6913.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-12-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/3efcf8a6-2f8c-d2b2-140e-0f10238b6561" ;
  a2a:RecordGUID "{3efcf8a6-2f8c-d2b2-140e-0f10238b6561}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_4635_00004635.xml van SHA" .

