@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_f06a1f04-9a4e-e606-96b4-3f3feec636e7
  a a2a:Record ;
  rdfs:label "Registratie op 14 juli 1822 te Woudrichem" ;
  a2a:hasPerson oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person-b2d5aa62-5c7d-fc52-862e-f24f45a384d5, oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person-eb463498-84bd-3f90-895f-53bcc67a8c8b, oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person-e00f538b-7244-1a74-ca07-e2c12ab9b8d7, oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person-575c9b76-4009-6fb1-4574-5904024eb33a ;
  a2a:hasEvent oa:event_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_0, oa:relationep_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_1, oa:relationep_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_2, oa:relationep_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_3 ;
  a2a:hasSource oa:source_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7 .

oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person-b2d5aa62-5c7d-fc52-862e-f24f45a384d5
  a a2a:Person ;
  rdfs:label "Laurens Hanedoes" ;
  a2a:PersonName [
    rdfs:label "Laurens Hanedoes" ;
    a2a:PersonNameFirstName "Laurens" ;
    a2a:PersonNameLastName "Hanedoes"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1822" ;
    a2a:Month "7" ;
    a2a:Day "14" ;
    rdfs:label "1822-07-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] ;
  a2a:Profession "kunstschilder" .

oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person-eb463498-84bd-3f90-895f-53bcc67a8c8b
  a a2a:Person ;
  rdfs:label "Johanna van Alenburg" ;
  a2a:PersonName [
    rdfs:label "Johanna van Alenburg" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Alenburg"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1839" ;
    a2a:Month "4" ;
    a2a:Day "27" ;
    rdfs:label "1839-04-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gorinchem" ;
    rdfs:label "Gorinchem"
  ] ;
  a2a:Profession "dienstbode" .

oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person-e00f538b-7244-1a74-ca07-e2c12ab9b8d7
  a a2a:Person ;
  rdfs:label "Geertruida Antonia Goudriaan" ;
  a2a:PersonName [
    rdfs:label "Geertruida Antonia Goudriaan" ;
    a2a:PersonNameFirstName "Geertruida Antonia" ;
    a2a:PersonNameLastName "Goudriaan"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1834" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1834-02-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht"
  ] ;
  a2a:Profession "dienstbode" .

oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person-575c9b76-4009-6fb1-4574-5904024eb33a
  a a2a:Person ;
  rdfs:label "Maria Johanna Wilhelm" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Wilhelm" ;
    a2a:PersonNameFirstName "Maria Johanna" ;
    a2a:PersonNameLastName "Wilhelm"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "3" ;
    a2a:Day "16" ;
    rdfs:label "1876-03-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Brakel" ;
    rdfs:label "Brakel"
  ] ;
  a2a:Profession "dienstbode" .

oa:event_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1822" ;
    a2a:Month "7" ;
    a2a:Day "14" ;
    rdfs:label "1822-07-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] .

oa:relationep_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person:b2d5aa62-5c7d-fc52-862e-f24f45a384d5 ;
  a2a:EventKeyRef oa:event_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Event1 .

oa:relationep_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person:eb463498-84bd-3f90-895f-53bcc67a8c8b ;
  a2a:EventKeyRef oa:event_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Event1 .

oa:relationep_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person:e00f538b-7244-1a74-ca07-e2c12ab9b8d7 ;
  a2a:EventKeyRef oa:event_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Event1 .

oa:relationep_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Person:575c9b76-4009-6fb1-4574-5904024eb33a ;
  a2a:EventKeyRef oa:event_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7_Event1 .

oa:source_sha_f06a1f04-9a4e-e606-96b4-3f3feec636e7
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem", "1860-01-01 - 1890-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: boek, Deel: 7, Periode: 1860-1890" ;
    a2a:Book "Bevolkingsregister" ;
    a2a:RegistryNumber "7" ;
    a2a:Folio "48" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: boek, Deel: 7, Periode: 1860-1890, Bevolkingsregister, 7, 48"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/fe7142e0-82de-a992-644f-a4e3ad957966.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/f06a1f04-9a4e-e606-96b4-3f3feec636e7" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/fe7142e0-82de-a992-644f-a4e3ad957966.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-03-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/f06a1f04-9a4e-e606-96b4-3f3feec636e7" ;
  a2a:RecordGUID "{f06a1f04-9a4e-e606-96b4-3f3feec636e7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_4270_00004270.xml van SHA" .

