@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_e2f9a524-eac6-5fb4-1bd0-6fa916759afa
  a a2a:Record ;
  rdfs:label "Registratie op 3 juli 1892 te Elshout" ;
  a2a:hasPerson oa:person_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_Person-e792f54a-5902-2416-dda0-b03badef72be, oa:person_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_Person-cddf88a7-a4ac-462a-d1db-2e6dd3f6f768 ;
  a2a:hasEvent oa:event_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_0, oa:relationep_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_1 ;
  a2a:hasSource oa:source_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa .

oa:person_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_Person-e792f54a-5902-2416-dda0-b03badef72be
  a a2a:Person ;
  rdfs:label "Cornelis Brok" ;
  a2a:PersonName [
    rdfs:label "Cornelis Brok" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Brok"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1892" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1892-07-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Elshout" ;
    rdfs:label "Elshout"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_Person-cddf88a7-a4ac-462a-d1db-2e6dd3f6f768
  a a2a:Person ;
  rdfs:label "Maria Brok" ;
  a2a:PersonName [
    rdfs:label "Maria Brok" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Brok"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1872" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1872-03-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Elshout" ;
    rdfs:label "Elshout"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1892" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1892-07-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Elshout" ;
    rdfs:label "Elshout"
  ] .

oa:relationep_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_Person:e792f54a-5902-2416-dda0-b03badef72be ;
  a2a:EventKeyRef oa:event_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_Event1 .

oa:relationep_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_Person:cddf88a7-a4ac-462a-d1db-2e6dd3f6f768 ;
  a2a:EventKeyRef oa:event_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa_Event1 .

oa:source_sha_e2f9a524-eac6-5fb4-1bd0-6fa916759afa
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Oudheusden en Elshout" ;
    rdfs:label "Oudheusden en Elshout", "1925-01-01 - 1935-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1925-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1935-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: 11, Periode: 1925-1935" ;
    a2a:Book "Bevolkingsregister" ;
    a2a:RegistryNumber "11" ;
    a2a:Folio "58" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: boek, Deel: 11, Periode: 1925-1935, Bevolkingsregister, 11, 58"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/7bad57a0-b997-666b-c03c-1dbfacf4bac2.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/e2f9a524-eac6-5fb4-1bd0-6fa916759afa" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/7bad57a0-b997-666b-c03c-1dbfacf4bac2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-06-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/e2f9a524-eac6-5fb4-1bd0-6fa916759afa" ;
  a2a:RecordGUID "{e2f9a524-eac6-5fb4-1bd0-6fa916759afa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_4219_00004219.xml van SHA" .

