@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_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC
  a a2a:Record ;
  rdfs:label "Ondertrouw op 14 juni 1748 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Person3920873938, oa:person_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Person3920873939 ;
  a2a:hasEvent oa:event_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Event1, oa:event_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Event2 ;
  a2a:hasRelationEP oa:relationep_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_0, oa:relationep_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_1, oa:relationep_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_2, oa:relationep_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_3 ;
  a2a:hasSource oa:source_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC .

oa:person_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Person3920873938
  a a2a:Person ;
  rdfs:label "Jacob de Beijerman Jonge" ;
  a2a:PersonName [
    rdfs:label "Jacob de Beijerman Jonge" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Beijerman Jonge"
  ] ;
  a2a:Residence [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:MaritalStatus "other:J.m." .

oa:person_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Person3920873939
  a a2a:Person ;
  rdfs:label "Johanna Boel" ;
  a2a:PersonName [
    rdfs:label "Johanna Boel" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Boel"
  ] ;
  a2a:Residence [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:MaritalStatus "other:J.d." .

oa:event_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:LiteralDate "02-07-1748" ;
    a2a:Year "1748" ;
    a2a:Month "07" ;
    a2a:Day "02" ;
    rdfs:label "1748-07-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:event_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Event2
  a a2a:Event ;
  rdfs:label "Ondertrouw" ;
  a2a:EventType "Ondertrouw" ;
  a2a:EventDate [
    a2a:LiteralDate "14-06-1748" ;
    a2a:Year "1748" ;
    a2a:Month "06" ;
    a2a:Day "14" ;
    rdfs:label "1748-06-14"^^xsd:date
  ] .

oa:relationep_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Person3920873938 ;
  a2a:EventKeyRef oa:event_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Event1 .

oa:relationep_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Person3920873939 ;
  a2a:EventKeyRef oa:event_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Event1 .

oa:relationep_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_2
  a a2a:RelationEP ;
  rdfs:label "other:bruidegom" ;
  a2a:RelationType "other:bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Person3920873938 ;
  a2a:EventKeyRef oa:event_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Event2 .

oa:relationep_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_3
  a a2a:RelationEP ;
  rdfs:label "other:bruid" ;
  a2a:RelationType "other:bruid" ;
  a2a:PersonKeyRef oa:person_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Person3920873939 ;
  a2a:EventKeyRef oa:event_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC_Event2 .

oa:source_srt_85AB3528-4B5B-4B91-B240-F18EF1C9FDEC
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1748-07-02 - 1748-07-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1748-07-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1748-07-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "02-07-1748" ;
    a2a:Year "1748" ;
    a2a:Month "07" ;
    a2a:Day "02" ;
    rdfs:label "02-07-1748"
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Collection "Oud Archief van de Stad Rotterdam (OSA)" ;
    a2a:Book "Stadstrouw" ;
    a2a:RegistryNumber "1065" ;
    rdfs:label "Stadsarchief Rotterdam, Oud Archief van de Stad Rotterdam (OSA), Stadstrouw, 1065"
  ] ;
  a2a:SourceLastChangeDate "2024-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/85AB35284B5B4B91B240F18EF1C9FDEC" ;
  a2a:RecordIdentifier "3920873937" ;
  a2a:RecordGUID "{85AB3528-4B5B-4B91-B240-F18EF1C9FDEC}" ;
  a2a:SourceRemarkOpmerking "Ten huise van de bruid aangetekend door de hr Groe" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/127B8ED6D8D3401AB42212CB4B1FD7D7" .

