@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_smh_9329c243-7811-e7bd-a73b-be2012ffce8c
  a a2a:Record ;
  rdfs:label "Geboorte op 22 november 1880" ;
  a2a:hasPerson oa:person_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Person-d92ff428-4c5e-c786-0411-702830988e0b, oa:person_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Person-df13a472-eb18-dbc1-e844-fa3f85f1d173, oa:person_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Person-df85ef12-99fc-a32f-ca26-cec3c4ff27d5 ;
  a2a:hasEvent oa:event_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_0, oa:relationep_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_1, oa:relationep_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_2 ;
  a2a:hasSource oa:source_smh_9329c243-7811-e7bd-a73b-be2012ffce8c .

oa:person_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Person-d92ff428-4c5e-c786-0411-702830988e0b
  a a2a:Person ;
  rdfs:label "Aaltje Maria den Hoed" ;
  a2a:PersonName [
    rdfs:label "Aaltje Maria den Hoed" ;
    a2a:PersonNameFirstName "Aaltje Maria" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Hoed"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1880" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1880-11-22"^^xsd:date
  ] .

oa:person_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Person-df13a472-eb18-dbc1-e844-fa3f85f1d173
  a a2a:Person ;
  rdfs:label "Dijonisius Cornelis den Hoed" ;
  a2a:PersonName [
    rdfs:label "Dijonisius Cornelis den Hoed" ;
    a2a:PersonNameFirstName "Dijonisius Cornelis" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Hoed"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "kastelein" .

oa:person_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Person-df85ef12-99fc-a32f-ca26-cec3c4ff27d5
  a a2a:Person ;
  rdfs:label "Jannigje Stalenburg" ;
  a2a:PersonName [
    rdfs:label "Jannigje Stalenburg" ;
    a2a:PersonNameFirstName "Jannigje" ;
    a2a:PersonNameLastName "Stalenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1880" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1880-11-22"^^xsd:date
  ] .

oa:relationep_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Person:d92ff428-4c5e-c786-0411-702830988e0b ;
  a2a:EventKeyRef oa:event_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Event1 .

oa:relationep_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Person:df13a472-eb18-dbc1-e844-fa3f85f1d173 ;
  a2a:EventKeyRef oa:event_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Event1 .

oa:relationep_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Person:df85ef12-99fc-a32f-ca26-cec3c4ff27d5 ;
  a2a:EventKeyRef oa:event_smh_9329c243-7811-e7bd-a73b-be2012ffce8c_Event1 .

oa:source_smh_9329c243-7811-e7bd-a73b-be2012ffce8c
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Schoonhoven" ;
    rdfs:label "Schoonhoven", "1880-11-23 - 1880-11-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-11-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-11-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1880" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1880-11-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 8, Periode: 1873-1882" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "144" ;
    a2a:RegistryNumber "8" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 8, Periode: 1873-1882, BS Geboorteregister, 144, 8"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/b4031073-0779-a84d-f716-1fa10875cc60.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/9329c243-7811-e7bd-a73b-be2012ffce8c" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/b4031073-0779-a84d-f716-1fa10875cc60.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/9329c243-7811-e7bd-a73b-be2012ffce8c" ;
  a2a:RecordGUID "{9329c243-7811-e7bd-a73b-be2012ffce8c}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "8" ;
  a2a:SourceRemarkregister_periode "1873-1882" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2206_00002206.xml van SMH" .

