@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_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6
  a a2a:Record ;
  rdfs:label "Doop op 11 februari 1700 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815944, oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815945, oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815946, oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815947, oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815948 ;
  a2a:hasEvent oa:event_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_0, oa:relationep_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_1, oa:relationep_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_2, oa:relationep_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_3, oa:relationep_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_4 ;
  a2a:hasSource oa:source_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6 .

oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815944
  a a2a:Person ;
  rdfs:label "Hendrick" ;
  a2a:PersonName [
    rdfs:label "Hendrick" ;
    a2a:PersonNameFirstName "Hendrick"
  ] .

oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815945
  a a2a:Person ;
  rdfs:label "Dirck Coenraads" ;
  a2a:PersonName [
    rdfs:label "Dirck Coenraads" ;
    a2a:PersonNameFirstName "Dirck" ;
    a2a:PersonNameLastName "Coenraads"
  ] .

oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815946
  a a2a:Person ;
  rdfs:label "Marijtie Gregorius" ;
  a2a:PersonName [
    rdfs:label "Marijtie Gregorius" ;
    a2a:PersonNameFirstName "Marijtie" ;
    a2a:PersonNameLastName "Gregorius"
  ] .

oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815947
  a a2a:Person ;
  rdfs:label "Hendrik Dringenberg" ;
  a2a:PersonName [
    rdfs:label "Hendrik Dringenberg" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Dringenberg"
  ] .

oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815948
  a a2a:Person ;
  rdfs:label "Catharina Elsabe Hilterman" ;
  a2a:PersonName [
    rdfs:label "Catharina Elsabe Hilterman" ;
    a2a:PersonNameFirstName "Catharina Elsabe" ;
    a2a:PersonNameLastName "Hilterman"
  ] .

oa:event_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "11-02-1700" ;
    a2a:Year "1700" ;
    a2a:Month "02" ;
    a2a:Day "11" ;
    rdfs:label "1700-02-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815944 ;
  a2a:EventKeyRef oa:event_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Event1 .

oa:relationep_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815945 ;
  a2a:EventKeyRef oa:event_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Event1 .

oa:relationep_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815946 ;
  a2a:EventKeyRef oa:event_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Event1 .

oa:relationep_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815947 ;
  a2a:EventKeyRef oa:event_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Event1 .

oa:relationep_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Person3459815948 ;
  a2a:EventKeyRef oa:event_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6_Event1 .

oa:source_srt_8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1700-02-11 - 1700-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1700-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1700-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "11-02-1700" ;
    a2a:Year "1700" ;
    a2a:Month "02" ;
    a2a:Day "11" ;
    rdfs:label "11-02-1700"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB)" ;
    a2a:Book "Doop Luthers" ;
    a2a:RegistryNumber "135" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop Luthers, 135"
  ] ;
  a2a:SourceLastChangeDate "2024-01-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/8EE5733170824A3B9DAB79BD8F2AB1B6" ;
  a2a:RecordIdentifier "3459815943" ;
  a2a:RecordGUID "{8EE57331-7082-4A3B-9DAB-79BD8F2AB1B6}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/BE626FB39C44485D804A6C312B7CE4C3" .

