@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_04C5F17F-97D9-4E97-B159-69EFC9DAB77A
  a a2a:Record ;
  rdfs:label "Doop op 28 april 1811 te Kralingen" ;
  a2a:hasPerson oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858969, oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858970, oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858972, oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858971 ;
  a2a:hasEvent oa:event_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_0, oa:relationep_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_1, oa:relationep_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_2, oa:relationep_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_3 ;
  a2a:hasSource oa:source_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A .

oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858969
  a a2a:Person ;
  rdfs:label "Andries Schell" ;
  a2a:PersonName [
    rdfs:label "Andries Schell" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Schell"
  ] .

oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858970
  a a2a:Person ;
  rdfs:label "Hendrik Schell" ;
  a2a:PersonName [
    rdfs:label "Hendrik Schell" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Schell"
  ] .

oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858972
  a a2a:Person ;
  rdfs:label "Aaltje van Iterson" ;
  a2a:PersonName [
    rdfs:label "Aaltje van Iterson" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Iterson"
  ] .

oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858971
  a a2a:Person ;
  rdfs:label "Belle van Iterson" ;
  a2a:PersonName [
    rdfs:label "Belle van Iterson" ;
    a2a:PersonNameFirstName "Belle" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Iterson"
  ] .

oa:event_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "28-04-1811" ;
    a2a:Year "1811" ;
    a2a:Month "04" ;
    a2a:Day "28" ;
    rdfs:label "1811-04-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kralingen" ;
    rdfs:label "Kralingen"
  ] .

oa:relationep_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858969 ;
  a2a:EventKeyRef oa:event_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Event1 .

oa:relationep_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858970 ;
  a2a:EventKeyRef oa:event_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Event1 .

oa:relationep_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858972 ;
  a2a:EventKeyRef oa:event_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Event1 .

oa:relationep_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Person4590858971 ;
  a2a:EventKeyRef oa:event_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A_Event1 .

oa:source_srt_04C5F17F-97D9-4E97-B159-69EFC9DAB77A
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kralingen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Kralingen, Nederland", "1811-04-28 - 1811-04-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-04-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-04-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-04-1811" ;
    a2a:Year "1811" ;
    a2a:Month "04" ;
    a2a:Day "28" ;
    rdfs:label "28-04-1811"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Archieven van het ambacht en de gemeente Kralingen" ;
    a2a:Book "Doopregister van Kralingen van kinderen te Rotterdam gedoopt" ;
    a2a:RegistryNumber "733" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Archieven van het ambacht en de gemeente Kralingen, Doopregister van Kralingen van kinderen te Rotterdam gedoopt, 733"
  ] ;
  a2a:SourceLastChangeDate "2026-04-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/04C5F17F97D94E97B15969EFC9DAB77A" ;
  a2a:RecordIdentifier "4590858968" ;
  a2a:RecordGUID "{04C5F17F-97D9-4E97-B159-69EFC9DAB77A}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/EFEFF5356E0547148A58C29F290DEEC3" .

