@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_10C992CA-19DA-428A-BD73-C1FDF94DF760
  a a2a:Record ;
  rdfs:label "Doop op 15 december 1737 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244071, oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244072, oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244073, oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244074 ;
  a2a:hasEvent oa:event_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_0, oa:relationep_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_1, oa:relationep_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_2, oa:relationep_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_3 ;
  a2a:hasSource oa:source_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760 .

oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244071
  a a2a:Person ;
  rdfs:label "Margrieta Looman" ;
  a2a:PersonName [
    rdfs:label "Margrieta Looman" ;
    a2a:PersonNameFirstName "Margrieta" ;
    a2a:PersonNameLastName "Looman"
  ] .

oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244072
  a a2a:Person ;
  rdfs:label "Coenraat Looman" ;
  a2a:PersonName [
    rdfs:label "Coenraat Looman" ;
    a2a:PersonNameFirstName "Coenraat" ;
    a2a:PersonNameLastName "Looman"
  ] .

oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244073
  a a2a:Person ;
  rdfs:label "Marija Jansz" ;
  a2a:PersonName [
    rdfs:label "Marija Jansz" ;
    a2a:PersonNameFirstName "Marija" ;
    a2a:PersonNameLastName "Jansz"
  ] .

oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244074
  a a2a:Person ;
  rdfs:label "Cebilla van Dijk" ;
  a2a:PersonName [
    rdfs:label "Cebilla van Dijk" ;
    a2a:PersonNameFirstName "Cebilla" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] .

oa:event_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "15-12-1737" ;
    a2a:Year "1737" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1737-12-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244071 ;
  a2a:EventKeyRef oa:event_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Event1 .

oa:relationep_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244072 ;
  a2a:EventKeyRef oa:event_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Event1 .

oa:relationep_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244073 ;
  a2a:EventKeyRef oa:event_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Event1 .

oa:relationep_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Person4286244074 ;
  a2a:EventKeyRef oa:event_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760_Event1 .

oa:source_srt_10C992CA-19DA-428A-BD73-C1FDF94DF760
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1737-12-15 - 1737-12-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1737-12-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1737-12-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-12-1737" ;
    a2a:Year "1737" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "15-12-1737"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB)" ;
    a2a:Book "Doop gereformeerd" ;
    a2a:RegistryNumber "27" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop gereformeerd, 27"
  ] ;
  a2a:SourceLastChangeDate "2026-03-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/10C992CA19DA428ABD73C1FDF94DF760" ;
  a2a:RecordIdentifier "4286244070" ;
  a2a:RecordGUID "{10C992CA-19DA-428A-BD73-C1FDF94DF760}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/26C1BCAD7D1D49D1812BE14F94D831F5" .

