@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_1d613688-d494-f4b4-6a2c-2a94de28af9e
  a a2a:Record ;
  rdfs:label "Geboorte op 25 maart 1907 te Gouda" ;
  a2a:hasPerson oa:person_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Person-d0264da3-43d2-bb69-c5d9-85ba28342e49, oa:person_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Person-f82d6ee9-59ea-c94d-d9b0-fff4d02443ad, oa:person_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Person-152a9d74-a827-bde8-9c2d-db0522b14fe1 ;
  a2a:hasEvent oa:event_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_0, oa:relationep_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_1, oa:relationep_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_2 ;
  a2a:hasSource oa:source_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e .

oa:person_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Person-d0264da3-43d2-bb69-c5d9-85ba28342e49
  a a2a:Person ;
  rdfs:label "Alida de Kruijf" ;
  a2a:PersonName [
    rdfs:label "Alida de Kruijf" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kruijf"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Person-f82d6ee9-59ea-c94d-d9b0-fff4d02443ad
  a a2a:Person ;
  rdfs:label "Alida Cornelia Roepers" ;
  a2a:PersonName [
    rdfs:label "Alida Cornelia Roepers" ;
    a2a:PersonNameFirstName "Alida Cornelia" ;
    a2a:PersonNameLastName "Roepers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1907-03-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    a2a:DescriptiveLocationIndicator "Achter de Kerk A 19" ;
    rdfs:label "Gouda, Achter de Kerk A 19"
  ] .

oa:person_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Person-152a9d74-a827-bde8-9c2d-db0522b14fe1
  a a2a:Person ;
  rdfs:label "Willem Roepers" ;
  a2a:PersonName [
    rdfs:label "Willem Roepers" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Roepers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "44" ;
    rdfs:label "44"
  ] ;
  a2a:Profession "Goudsmid" .

oa:event_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1907-03-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Person:d0264da3-43d2-bb69-c5d9-85ba28342e49 ;
  a2a:EventKeyRef oa:event_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Event1 .

oa:relationep_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Person:f82d6ee9-59ea-c94d-d9b0-fff4d02443ad ;
  a2a:EventKeyRef oa:event_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Event1 .

oa:relationep_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Person:152a9d74-a827-bde8-9c2d-db0522b14fe1 ;
  a2a:EventKeyRef oa:event_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e_Event1 .

oa:source_smh_1d613688-d494-f4b4-6a2c-2a94de28af9e
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1907-03-26 - 1907-03-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-03-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-03-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1907-03-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 97, Periode: 1907" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "154" ;
    a2a:RegistryNumber "97" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 97, Periode: 1907, BS Geboorteregister, 154, 97"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/8bac5873-6bfa-501f-5dd4-80557cada5c7.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/1d613688-d494-f4b4-6a2c-2a94de28af9e" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/8bac5873-6bfa-501f-5dd4-80557cada5c7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/1d613688-d494-f4b4-6a2c-2a94de28af9e" ;
  a2a:RecordGUID "{1d613688-d494-f4b4-6a2c-2a94de28af9e}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "97" ;
  a2a:SourceRemarkregister_periode "1907" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_1974_00001974.xml van SMH" .

