@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_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe
  a a2a:Record ;
  rdfs:label "Geboorte op 14 september 1918 te Gouda" ;
  a2a:hasPerson oa:person_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Person-b9290089-e6c5-7629-4c84-51046214e0b6, oa:person_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Person-0600ac77-f10b-30ec-5de9-e616e08e7ed1, oa:person_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Person-b566ce47-1728-abdf-34ff-f27806ee8b46 ;
  a2a:hasEvent oa:event_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_0, oa:relationep_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_1, oa:relationep_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_2 ;
  a2a:hasSource oa:source_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe .

oa:person_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Person-b9290089-e6c5-7629-4c84-51046214e0b6
  a a2a:Person ;
  rdfs:label "Johanna Maria de Gunst" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria de Gunst" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Gunst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Person-0600ac77-f10b-30ec-5de9-e616e08e7ed1
  a a2a:Person ;
  rdfs:label "Arie van Leeuwen" ;
  a2a:PersonName [
    rdfs:label "Arie van Leeuwen" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leeuwen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:Profession "Sigarenmaker" .

oa:person_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Person-b566ce47-1728-abdf-34ff-f27806ee8b46
  a a2a:Person ;
  rdfs:label "Agatha Catharina van Leeuwen" ;
  a2a:PersonName [
    rdfs:label "Agatha Catharina van Leeuwen" ;
    a2a:PersonNameFirstName "Agatha Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leeuwen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1918-09-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    a2a:DescriptiveLocationIndicator "Boekenbergstraat 16" ;
    rdfs:label "Gouda, Boekenbergstraat 16"
  ] .

oa:event_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1918-09-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Person:b9290089-e6c5-7629-4c84-51046214e0b6 ;
  a2a:EventKeyRef oa:event_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Event1 .

oa:relationep_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Person:0600ac77-f10b-30ec-5de9-e616e08e7ed1 ;
  a2a:EventKeyRef oa:event_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Event1 .

oa:relationep_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Person:b566ce47-1728-abdf-34ff-f27806ee8b46 ;
  a2a:EventKeyRef oa:event_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe_Event1 .

oa:source_smh_92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1918-09-16 - 1918-09-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-09-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-09-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1918-09-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 108, Periode: 1918" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "421" ;
    a2a:RegistryNumber "108" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 108, Periode: 1918, BS Geboorteregister, 421, 108"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/dd2b9004-07be-e68d-dd42-eade86470974.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/dd2b9004-07be-e68d-dd42-eade86470974.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe" ;
  a2a:RecordGUID "{92e4cdc3-4a8f-ae8c-2405-e85f6392b0fe}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "108" ;
  a2a:SourceRemarkregister_periode "1918" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2204_00002204.xml van SMH" .

