@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_E88BEBCF-5B3F-4C52-880F-A54B24611CD4
  a a2a:Record ;
  rdfs:label "Doop op 19 augustus 1804 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645971, oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645972, oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645973, oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645974 ;
  a2a:hasEvent oa:event_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_0, oa:relationep_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_1, oa:relationep_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_2, oa:relationep_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_3 ;
  a2a:hasSource oa:source_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4 .

oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645971
  a a2a:Person ;
  rdfs:label "Jannetje Sara Rouw" ;
  a2a:PersonName [
    rdfs:label "Jannetje Sara Rouw" ;
    a2a:PersonNameFirstName "Jannetje Sara" ;
    a2a:PersonNameLastName "Rouw"
  ] .

oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645972
  a a2a:Person ;
  rdfs:label "Frederik Rouw" ;
  a2a:PersonName [
    rdfs:label "Frederik Rouw" ;
    a2a:PersonNameFirstName "Frederik" ;
    a2a:PersonNameLastName "Rouw"
  ] .

oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645973
  a a2a:Person ;
  rdfs:label "Alida van der Kooren" ;
  a2a:PersonName [
    rdfs:label "Alida van der Kooren" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Kooren"
  ] .

oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645974
  a a2a:Person ;
  rdfs:label "Sara van der Kooren" ;
  a2a:PersonName [
    rdfs:label "Sara van der Kooren" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Kooren"
  ] .

oa:event_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "19-08-1804" ;
    a2a:Year "1804" ;
    a2a:Month "08" ;
    a2a:Day "19" ;
    rdfs:label "1804-08-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645971 ;
  a2a:EventKeyRef oa:event_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Event1 .

oa:relationep_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645972 ;
  a2a:EventKeyRef oa:event_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Event1 .

oa:relationep_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645973 ;
  a2a:EventKeyRef oa:event_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Event1 .

oa:relationep_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Person2660645974 ;
  a2a:EventKeyRef oa:event_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4_Event1 .

oa:source_srt_E88BEBCF-5B3F-4C52-880F-A54B24611CD4
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1804-08-19 - 1804-08-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1804-08-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1804-08-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-08-1804" ;
    a2a:Year "1804" ;
    a2a:Month "08" ;
    a2a:Day "19" ;
    rdfs:label "19-08-1804"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Doop Luthers" ;
    a2a:Book "Doop Luthers" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doop Luthers, Doop Luthers"
  ] ;
  a2a:SourceLastChangeDate "2026-03-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/E88BEBCF5B3F4C52880FA54B24611CD4" ;
  a2a:RecordIdentifier "2660645970" ;
  a2a:RecordGUID "{E88BEBCF-5B3F-4C52-880F-A54B24611CD4}" ;
  a2a:SourceRemarkOpmerking "kind geb. aan de Rotte O.Z." ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/FA09023607914E5EB9538DCFFD7BE4C9" .

