@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_AEE7189B-AEAF-425C-A4D0-059F44FA970D
  a a2a:Record ;
  rdfs:label "Ondertrouw op 20 april 1732 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Person4272633595, oa:person_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Person4272633596 ;
  a2a:hasEvent oa:event_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Event1, oa:event_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Event2 ;
  a2a:hasRelationEP oa:relationep_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_0, oa:relationep_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_1, oa:relationep_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_2, oa:relationep_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_3 ;
  a2a:hasSource oa:source_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D .

oa:person_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Person4272633595
  a a2a:Person ;
  rdfs:label "Johannes Hes" ;
  a2a:PersonName [
    rdfs:label "Johannes Hes" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Hes"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Uit Het Graafschap Dortmont" ;
    rdfs:label "Uit Het Graafschap Dortmont"
  ] ;
  a2a:MaritalStatus "other:J.m." .

oa:person_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Person4272633596
  a a2a:Person ;
  rdfs:label "Anna Sibilla Rademakers" ;
  a2a:PersonName [
    rdfs:label "Anna Sibilla Rademakers" ;
    a2a:PersonNameFirstName "Anna Sibilla" ;
    a2a:PersonNameLastName "Rademakers"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lunen" ;
    rdfs:label "Lunen"
  ] ;
  a2a:MaritalStatus "other:J.d." .

oa:event_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:LiteralDate "20-4-1732" ;
    a2a:Year "1732" ;
    a2a:Month "04" ;
    a2a:Day "20" ;
    rdfs:label "1732-04-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:event_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Event2
  a a2a:Event ;
  rdfs:label "Ondertrouw" ;
  a2a:EventType "Ondertrouw" ;
  a2a:EventDate [
    a2a:LiteralDate "20-4-1732" ;
    a2a:Year "1732" ;
    a2a:Month "04" ;
    a2a:Day "20" ;
    rdfs:label "1732-04-20"^^xsd:date
  ] .

oa:relationep_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Person4272633595 ;
  a2a:EventKeyRef oa:event_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Event1 .

oa:relationep_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Person4272633596 ;
  a2a:EventKeyRef oa:event_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Event1 .

oa:relationep_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_2
  a a2a:RelationEP ;
  rdfs:label "other:bruidegom" ;
  a2a:RelationType "other:bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Person4272633595 ;
  a2a:EventKeyRef oa:event_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Event2 .

oa:relationep_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_3
  a a2a:RelationEP ;
  rdfs:label "other:bruid" ;
  a2a:RelationType "other:bruid" ;
  a2a:PersonKeyRef oa:person_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Person4272633596 ;
  a2a:EventKeyRef oa:event_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D_Event2 .

oa:source_srt_AEE7189B-AEAF-425C-A4D0-059F44FA970D
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1732-04-20 - 1732-04-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1732-04-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1732-04-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "20-4-1732" ;
    a2a:Year "1732" ;
    a2a:Month "04" ;
    a2a:Day "20" ;
    rdfs:label "20-4-1732"
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB)" ;
    a2a:Book "Doop Luthers; Trouw Luthers" ;
    a2a:RegistryNumber "136" ;
    a2a:Folio "8" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop Luthers; Trouw Luthers, 136, 8"
  ] ;
  a2a:SourceLastChangeDate "2025-08-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/AEE7189BAEAF425CA4D0059F44FA970D" ;
  a2a:RecordIdentifier "4272633594" ;
  a2a:RecordGUID "{AEE7189B-AEAF-425C-A4D0-059F44FA970D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/EBCD72AC739D4639B3CB752144C5573D" .

