@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_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6
  a a2a:Record ;
  rdfs:label "Geboorte op 12 juni 1852 te Mathenesse" ;
  a2a:hasPerson oa:person_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Person1, oa:person_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Person2, oa:person_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Person3 ;
  a2a:hasEvent oa:event_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Event1 ;
  a2a:hasRelationEP oa:relationep_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_0, oa:relationep_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_1, oa:relationep_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_2 ;
  a2a:hasSource oa:source_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6 .

oa:person_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Person1
  a a2a:Person ;
  rdfs:label "Jacob Maltha" ;
  a2a:PersonName [
    rdfs:label "Jacob Maltha" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Maltha"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1825-02-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:person_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Person2
  a a2a:Person ;
  rdfs:label "Anna Maria Catharina Tichelkamp" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Catharina Tichelkamp" ;
    a2a:PersonNameFirstName "Anna Maria Catharina" ;
    a2a:PersonNameLastName "Tichelkamp"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1817" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1817-11-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Duisburg (Pruissen)" ;
    rdfs:label "Duisburg (Pruissen)"
  ] .

oa:person_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Person3
  a a2a:Person ;
  rdfs:label "Elisabeth Geertruida Maltha" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Geertruida Maltha" ;
    a2a:PersonNameFirstName "Elisabeth Geertruida" ;
    a2a:PersonNameLastName "Maltha"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1852" ;
    a2a:Month "6" ;
    a2a:Day "12" ;
    rdfs:label "1852-06-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oud en Nieuw Mathenesse" ;
    rdfs:label "Oud en Nieuw Mathenesse"
  ] .

oa:event_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "6" ;
    a2a:Day "12" ;
    rdfs:label "1852-06-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Mathenesse" ;
    rdfs:label "Mathenesse"
  ] .

oa:relationep_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Person1 ;
  a2a:EventKeyRef oa:event_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Event1 .

oa:relationep_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Person2 ;
  a2a:EventKeyRef oa:event_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Event1 .

oa:relationep_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Person3 ;
  a2a:EventKeyRef oa:event_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6_Event1 .

oa:source_sch_ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6
  a a2a:Source ;
  rdfs:label "Gemeentearchief Schiedam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Schiedam" ;
    a2a:Folio "29" ;
    rdfs:label "Gemeentearchief Schiedam, 29"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://sgen.schiedam.nl/?type=CERT&id=39394" ;
    a2a:UriPreview "https://sgen.schiedam.nl/scans/mathenesse/g1852/g1852-0029-a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2007-01-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://sgen.schiedam.nl/?type=CERT&amp;id=39394" ;
  a2a:RecordIdentifier "39394 / 3.1852.29" ;
  a2a:RecordGUID "{ea6231c4-5cc2-4c04-5f9e-079a89f0d8f6}" ;
  a2a:SourceRemarkProvenance "ExportCertificates_grid1.csv+ExportPersons_grid1.csv (16-10-2025) via combine_csv / csv2a2a" .

