@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_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890
  a a2a:Record ;
  rdfs:label "Geboorte op 10 december 1857 te Zuid-Waddinxveen" ;
  a2a:hasPerson oa:person_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Person-e2cd858e-4c65-f058-873e-2ef0dbe9b1cf, oa:person_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Person-cd44b00e-be5f-c10b-f431-b0787333b498, oa:person_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Person-22be235b-4774-dce5-31ca-116330cf207b ;
  a2a:hasEvent oa:event_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_0, oa:relationep_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_1, oa:relationep_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_2 ;
  a2a:hasSource oa:source_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890 .

oa:person_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Person-e2cd858e-4c65-f058-873e-2ef0dbe9b1cf
  a a2a:Person ;
  rdfs:label "Gerardus van Lange" ;
  a2a:PersonName [
    rdfs:label "Gerardus van Lange" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Lange"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "papierfabrikant" .

oa:person_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Person-cd44b00e-be5f-c10b-f431-b0787333b498
  a a2a:Person ;
  rdfs:label "Antonia Anna Elizabeth Holsteijn" ;
  a2a:PersonName [
    rdfs:label "Antonia Anna Elizabeth Holsteijn" ;
    a2a:PersonNameFirstName "Antonia Anna Elizabeth" ;
    a2a:PersonNameLastName "Holsteijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Person-22be235b-4774-dce5-31ca-116330cf207b
  a a2a:Person ;
  rdfs:label "Antonia Anna Elizabeth van Lange" ;
  a2a:PersonName [
    rdfs:label "Antonia Anna Elizabeth van Lange" ;
    a2a:PersonNameFirstName "Antonia Anna Elizabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Lange"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1857" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1857-12-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zuid-Waddinxveen" ;
    a2a:DescriptiveLocationIndicator "Zuidkade 80" ;
    rdfs:label "Zuid-Waddinxveen, Zuidkade 80"
  ] .

oa:event_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1857" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1857-12-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zuid-Waddinxveen" ;
    rdfs:label "Zuid-Waddinxveen"
  ] .

oa:relationep_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Person:e2cd858e-4c65-f058-873e-2ef0dbe9b1cf ;
  a2a:EventKeyRef oa:event_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Event1 .

oa:relationep_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Person:cd44b00e-be5f-c10b-f431-b0787333b498 ;
  a2a:EventKeyRef oa:event_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Event1 .

oa:relationep_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Person:22be235b-4774-dce5-31ca-116330cf207b ;
  a2a:EventKeyRef oa:event_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890_Event1 .

oa:source_smh_1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zuid-Waddinxveen" ;
    rdfs:label "Zuid-Waddinxveen", "1857-12-11 - 1857-12-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1857-12-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1857-12-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1857" ;
    a2a:Month "12" ;
    a2a:Day "11" ;
    rdfs:label "1857-12-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 18, Periode: 1856-1870" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "35" ;
    a2a:RegistryNumber "18" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 18, Periode: 1856-1870, BS Geboorteregister, 35, 18"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/9f6eb3b8-b863-535a-0921-3560d9b19055.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/9f6eb3b8-b863-535a-0921-3560d9b19055.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890" ;
  a2a:RecordGUID "{1b5ca5db-a9e5-6c5a-e47e-d2dceb5cb890}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "18" ;
  a2a:SourceRemarkregister_periode "1856-1870" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_1959_00001959.xml van SMH" .

