@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_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8
  a a2a:Record ;
  rdfs:label "Doop op 9 januari 1611 te Delfshaven" ;
  a2a:hasPerson oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766367, oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766368, oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766369, oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766370, oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766371, oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766372, oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766373 ;
  a2a:hasEvent oa:event_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_0, oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_1, oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_2, oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_3, oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_4, oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_5, oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_6 ;
  a2a:hasSource oa:source_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8 .

oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766367
  a a2a:Person ;
  rdfs:label "Neeltgen" ;
  a2a:PersonName [
    rdfs:label "Neeltgen" ;
    a2a:PersonNameFirstName "Neeltgen"
  ] .

oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766368
  a a2a:Person ;
  rdfs:label "Jan Jacobsen" ;
  a2a:PersonName [
    rdfs:label "Jan Jacobsen" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Jacobsen"
  ] .

oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766369
  a a2a:Person ;
  rdfs:label "Pietertgen Claes" ;
  a2a:PersonName [
    rdfs:label "Pietertgen Claes" ;
    a2a:PersonNameFirstName "Pietertgen" ;
    a2a:PersonNameLastName "Claes"
  ] .

oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766370
  a a2a:Person ;
  rdfs:label "Jacop Cornelisen" ;
  a2a:PersonName [
    rdfs:label "Jacop Cornelisen" ;
    a2a:PersonNameFirstName "Jacop" ;
    a2a:PersonNameLastName "Cornelisen"
  ] .

oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766371
  a a2a:Person ;
  rdfs:label "Cornelis Jacobsen" ;
  a2a:PersonName [
    rdfs:label "Cornelis Jacobsen" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Jacobsen"
  ] .

oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766372
  a a2a:Person ;
  rdfs:label "Annitgen Jacobs" ;
  a2a:PersonName [
    rdfs:label "Annitgen Jacobs" ;
    a2a:PersonNameFirstName "Annitgen" ;
    a2a:PersonNameLastName "Jacobs"
  ] .

oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766373
  a a2a:Person ;
  rdfs:label "Trijntgen Chielen" ;
  a2a:PersonName [
    rdfs:label "Trijntgen Chielen" ;
    a2a:PersonNameFirstName "Trijntgen" ;
    a2a:PersonNameLastName "Chielen"
  ] .

oa:event_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "09-01-1611" ;
    a2a:Year "1611" ;
    a2a:Month "01" ;
    a2a:Day "09" ;
    rdfs:label "1611-01-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delfshaven" ;
    rdfs:label "Delfshaven"
  ] .

oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766367 ;
  a2a:EventKeyRef oa:event_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Event1 .

oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766368 ;
  a2a:EventKeyRef oa:event_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Event1 .

oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766369 ;
  a2a:EventKeyRef oa:event_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Event1 .

oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766370 ;
  a2a:EventKeyRef oa:event_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Event1 .

oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766371 ;
  a2a:EventKeyRef oa:event_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Event1 .

oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766372 ;
  a2a:EventKeyRef oa:event_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Event1 .

oa:relationep_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_6
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Person2041766373 ;
  a2a:EventKeyRef oa:event_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8_Event1 .

oa:source_srt_2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Delfshaven" ;
    a2a:Country "Nederland" ;
    rdfs:label "Delfshaven, Nederland", "1611-01-09 - 1611-01-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1611-01-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1611-01-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "09-01-1611" ;
    a2a:Year "1611" ;
    a2a:Month "01" ;
    a2a:Day "09" ;
    rdfs:label "09-01-1611"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Archieven van de Plaatselijke Besturen van Delfshaven en Schoonderloo" ;
    a2a:Book "Doop gereformeerd" ;
    a2a:RegistryNumber "1139" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Archieven van de Plaatselijke Besturen van Delfshaven en Schoonderloo, Doop gereformeerd, 1139"
  ] ;
  a2a:SourceLastChangeDate "2021-04-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/2C298ABEC97F4CE1B3CC1627F08A2DB8" ;
  a2a:RecordIdentifier "2041766366" ;
  a2a:RecordGUID "{2C298ABE-C97F-4CE1-B3CC-1627F08A2DB8}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/86ED111F006541F1A507062DFC65B921" .

