@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_1476e4a9-b9d3-2252-e845-c2f131ae1a9e
  a a2a:Record ;
  rdfs:label "Geboorte op 19 januari 1907 te Schiedam" ;
  a2a:hasPerson oa:person_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Person1, oa:person_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Person2, oa:person_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Person3 ;
  a2a:hasEvent oa:event_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Event1 ;
  a2a:hasRelationEP oa:relationep_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_0, oa:relationep_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_1, oa:relationep_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_2 ;
  a2a:hasSource oa:source_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e .

oa:person_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Person1
  a a2a:Person ;
  rdfs:label "Floris Meindert van Dijk" ;
  a2a:PersonName [
    rdfs:label "Floris Meindert van Dijk" ;
    a2a:PersonNameFirstName "Floris Meindert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1864" ;
    a2a:Month "11" ;
    a2a:Day "7" ;
    rdfs:label "1864-11-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:person_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Person2
  a a2a:Person ;
  rdfs:label "Jacoba Cornelia Keizerwaard" ;
  a2a:PersonName [
    rdfs:label "Jacoba Cornelia Keizerwaard" ;
    a2a:PersonNameFirstName "Jacoba Cornelia" ;
    a2a:PersonNameLastName "Keizerwaard"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1867" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1867-09-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Spijkenisse" ;
    rdfs:label "Spijkenisse"
  ] .

oa:person_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Person3
  a a2a:Person ;
  rdfs:label "Sijggie van Dijk" ;
  a2a:PersonName [
    rdfs:label "Sijggie van Dijk" ;
    a2a:PersonNameFirstName "Sijggie" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "1" ;
    a2a:Day "18" ;
    rdfs:label "1907-01-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:event_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1907-01-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:relationep_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Person1 ;
  a2a:EventKeyRef oa:event_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Event1 .

oa:relationep_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Person2 ;
  a2a:EventKeyRef oa:event_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Event1 .

oa:relationep_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Person3 ;
  a2a:EventKeyRef oa:event_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e_Event1 .

oa:source_sch_1476e4a9-b9d3-2252-e845-c2f131ae1a9e
  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 "55" ;
    rdfs:label "Gemeentearchief Schiedam, 55"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://sgen.schiedam.nl/?type=CERT&id=85705" ;
    a2a:UriPreview "https://sgen.schiedam.nl/scans/g1907/g1907-0055-a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2009-04-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://sgen.schiedam.nl/?type=CERT&amp;id=85705" ;
  a2a:RecordIdentifier "85705 / 3.1907.55" ;
  a2a:RecordGUID "{1476e4a9-b9d3-2252-e845-c2f131ae1a9e}" ;
  a2a:SourceRemarkProvenance "ExportCertificates_grid1.csv+ExportPersons_grid1.csv (16-10-2025) via combine_csv / csv2a2a" .

