@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_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1
  a a2a:Record ;
  rdfs:label "Overlijden op 4 maart 1866 te Nieuwkuijk" ;
  a2a:hasPerson oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person-eae72de4-da29-5b28-3f27-95111ddb48ae, oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person-be09e2eb-de71-aa60-344f-7e0538944622, oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person-e0e394a9-0ae1-5148-26fa-bfcbcdb36983, oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person-c2d366f6-dc39-92fa-e875-3e73c0161687 ;
  a2a:hasEvent oa:event_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_0, oa:relationep_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_1, oa:relationep_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_2, oa:relationep_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_3 ;
  a2a:hasSource oa:source_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1 .

oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person-eae72de4-da29-5b28-3f27-95111ddb48ae
  a a2a:Person ;
  rdfs:label "Johanna Schuurmans" ;
  a2a:PersonName [
    rdfs:label "Johanna Schuurmans" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Schuurmans"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person-be09e2eb-de71-aa60-344f-7e0538944622
  a a2a:Person ;
  rdfs:label "Jan van der Aa" ;
  a2a:PersonName [
    rdfs:label "Jan van der Aa" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Aa"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "53" ;
    rdfs:label "53"
  ] ;
  a2a:Profession "secretaris" .

oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person-e0e394a9-0ae1-5148-26fa-bfcbcdb36983
  a a2a:Person ;
  rdfs:label "Antonetta Brok" ;
  a2a:PersonName [
    rdfs:label "Antonetta Brok" ;
    a2a:PersonNameFirstName "Antonetta" ;
    a2a:PersonNameLastName "Brok"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "1" ;
    rdfs:label "1"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person-c2d366f6-dc39-92fa-e875-3e73c0161687
  a a2a:Person ;
  rdfs:label "Adriaan Brok" ;
  a2a:PersonName [
    rdfs:label "Adriaan Brok" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Brok"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:Profession "schoenmaker" .

oa:event_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1866" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1866-03-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk"
  ] .

oa:relationep_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person:eae72de4-da29-5b28-3f27-95111ddb48ae ;
  a2a:EventKeyRef oa:event_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Event1 .

oa:relationep_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person:be09e2eb-de71-aa60-344f-7e0538944622 ;
  a2a:EventKeyRef oa:event_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Event1 .

oa:relationep_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person:e0e394a9-0ae1-5148-26fa-bfcbcdb36983 ;
  a2a:EventKeyRef oa:event_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Event1 .

oa:relationep_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Person:c2d366f6-dc39-92fa-e875-3e73c0161687 ;
  a2a:EventKeyRef oa:event_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1_Event1 .

oa:source_sha_0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk", "1866-03-04 - 1866-03-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-03-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-03-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1866" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1866-03-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: Burgerlijke standregister, Deel: 4366, Periode: 1853-1872" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "4366" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 4366, Periode: 1853-1872, Overlijdensregister, 6, 4366"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/6f9d6833-dd6e-315b-174f-f319dd21b7f6.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/6f9d6833-dd6e-315b-174f-f319dd21b7f6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-11-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1" ;
  a2a:RecordGUID "{0a7d8aac-b232-a5dc-a3a1-e3ee3ace6df1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_6908_00006908.xml van SHA" .

