@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_f195d09c-0d41-86d6-775f-e1a7ee5f024c
  a a2a:Record ;
  rdfs:label "Geboorte op 26 januari 1852 te Gouda" ;
  a2a:hasPerson oa:person_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Person-904e4b01-814f-ac6a-78c7-fd016ae437c1, oa:person_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Person-127172d1-a3eb-7f82-3503-6f0dc72e67e4, oa:person_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Person-7a474692-4e35-5673-858d-4bc97deed1db ;
  a2a:hasEvent oa:event_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_0, oa:relationep_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_1, oa:relationep_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_2 ;
  a2a:hasSource oa:source_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c .

oa:person_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Person-904e4b01-814f-ac6a-78c7-fd016ae437c1
  a a2a:Person ;
  rdfs:label "Anne Gertrude Hoogers" ;
  a2a:PersonName [
    rdfs:label "Anne Gertrude Hoogers" ;
    a2a:PersonNameFirstName "Anne Gertrude" ;
    a2a:PersonNameLastName "Hoogers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Person-127172d1-a3eb-7f82-3503-6f0dc72e67e4
  a a2a:Person ;
  rdfs:label "Hendricus Johannes Waard" ;
  a2a:PersonName [
    rdfs:label "Hendricus Johannes Waard" ;
    a2a:PersonNameFirstName "Hendricus Johannes" ;
    a2a:PersonNameLastName "Waard"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1852" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1852-01-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    a2a:DescriptiveLocationIndicator "Groeneweg L 86" ;
    rdfs:label "Gouda, Groeneweg L 86"
  ] .

oa:person_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Person-7a474692-4e35-5673-858d-4bc97deed1db
  a a2a:Person ;
  rdfs:label "Gerrit Waard" ;
  a2a:PersonName [
    rdfs:label "Gerrit Waard" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Waard"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "Tuinman" .

oa:event_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1852-01-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Person:904e4b01-814f-ac6a-78c7-fd016ae437c1 ;
  a2a:EventKeyRef oa:event_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Event1 .

oa:relationep_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Person:127172d1-a3eb-7f82-3503-6f0dc72e67e4 ;
  a2a:EventKeyRef oa:event_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Event1 .

oa:relationep_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Person:7a474692-4e35-5673-858d-4bc97deed1db ;
  a2a:EventKeyRef oa:event_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c_Event1 .

oa:source_smh_f195d09c-0d41-86d6-775f-e1a7ee5f024c
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1852-01-27 - 1852-01-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-01-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-01-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1852-01-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 42, Periode: 1852" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "48" ;
    a2a:RegistryNumber "42" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 42, Periode: 1852, BS Geboorteregister, 48, 42"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/58b6d59e-c28b-618e-ad1f-dd75f361e3f3.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/f195d09c-0d41-86d6-775f-e1a7ee5f024c" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/58b6d59e-c28b-618e-ad1f-dd75f361e3f3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/f195d09c-0d41-86d6-775f-e1a7ee5f024c" ;
  a2a:RecordGUID "{f195d09c-0d41-86d6-775f-e1a7ee5f024c}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "42" ;
  a2a:SourceRemarkregister_periode "1852" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2896_00002896.xml van SMH" .

