@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_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C
  a a2a:Record ;
  rdfs:label "Doop op 2 september 1685 te Delfshaven" ;
  a2a:hasPerson oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718597, oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718598, oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718599, oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718600, oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718601 ;
  a2a:hasEvent oa:event_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_0, oa:relationep_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_1, oa:relationep_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_2, oa:relationep_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_3, oa:relationep_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_4 ;
  a2a:hasSource oa:source_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C .

oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718597
  a a2a:Person ;
  rdfs:label "Dirck" ;
  a2a:PersonName [
    rdfs:label "Dirck" ;
    a2a:PersonNameFirstName "Dirck"
  ] .

oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718598
  a a2a:Person ;
  rdfs:label "Reijer de Danser" ;
  a2a:PersonName [
    rdfs:label "Reijer de Danser" ;
    a2a:PersonNameFirstName "Reijer" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Danser"
  ] .

oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718599
  a a2a:Person ;
  rdfs:label "Catarina Knuijt" ;
  a2a:PersonName [
    rdfs:label "Catarina Knuijt" ;
    a2a:PersonNameFirstName "Catarina" ;
    a2a:PersonNameLastName "Knuijt"
  ] .

oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718600
  a a2a:Person ;
  rdfs:label "Beuckel de Danser" ;
  a2a:PersonName [
    rdfs:label "Beuckel de Danser" ;
    a2a:PersonNameFirstName "Beuckel" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Danser"
  ] .

oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718601
  a a2a:Person ;
  rdfs:label "Anna Coel" ;
  a2a:PersonName [
    rdfs:label "Anna Coel" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Coel"
  ] .

oa:event_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "02-09-1685" ;
    a2a:Year "1685" ;
    a2a:Month "09" ;
    a2a:Day "02" ;
    rdfs:label "1685-09-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delfshaven" ;
    rdfs:label "Delfshaven"
  ] .

oa:relationep_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718597 ;
  a2a:EventKeyRef oa:event_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Event1 .

oa:relationep_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718598 ;
  a2a:EventKeyRef oa:event_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Event1 .

oa:relationep_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718599 ;
  a2a:EventKeyRef oa:event_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Event1 .

oa:relationep_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718600 ;
  a2a:EventKeyRef oa:event_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Event1 .

oa:relationep_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Person2027718601 ;
  a2a:EventKeyRef oa:event_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C_Event1 .

oa:source_srt_3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Delfshaven" ;
    a2a:Country "Nederland" ;
    rdfs:label "Delfshaven, Nederland", "1685-09-02 - 1685-09-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1685-09-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1685-09-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "02-09-1685" ;
    a2a:Year "1685" ;
    a2a:Month "09" ;
    a2a:Day "02" ;
    rdfs:label "02-09-1685"
  ] ;
  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 "1141" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Archieven van de Plaatselijke Besturen van Delfshaven en Schoonderloo, Doop gereformeerd, 1141"
  ] ;
  a2a:SourceLastChangeDate "2021-04-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/3C83F7FD4D2D4F1B8CFFEEE053D9020C" ;
  a2a:RecordIdentifier "2027718596" ;
  a2a:RecordGUID "{3C83F7FD-4D2D-4F1B-8CFF-EEE053D9020C}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/23E67BD01A0E412C8A5160F6886AAFD8" .

