@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_81a765a1-6f59-e2a1-a749-76dc381abce4
  a a2a:Record ;
  rdfs:label "Huwelijk op 14 oktober 1885 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887363, oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887364, oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887365, oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887366, oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887367, oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887368 ;
  a2a:hasEvent oa:event_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_0, oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_1, oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_2, oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_3, oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_4, oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_5 ;
  a2a:hasSource oa:source_srt_81a765a1-6f59-e2a1-a749-76dc381abce4 .

oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887363
  a a2a:Person ;
  rdfs:label "Simon de Jong" ;
  a2a:PersonName [
    rdfs:label "Simon de Jong" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "44" ;
    rdfs:label "44"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887364
  a a2a:Person ;
  rdfs:label "Simon de Jong" ;
  a2a:PersonName [
    rdfs:label "Simon de Jong" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] .

oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887365
  a a2a:Person ;
  rdfs:label "Catharina van Alphen" ;
  a2a:PersonName [
    rdfs:label "Catharina van Alphen" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Alphen"
  ] .

oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887366
  a a2a:Person ;
  rdfs:label "Catharina Augustina Addiks" ;
  a2a:PersonName [
    rdfs:label "Catharina Augustina Addiks" ;
    a2a:PersonNameFirstName "Catharina Augustina" ;
    a2a:PersonNameLastName "Addiks"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "58" ;
    rdfs:label "58"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887367
  a a2a:Person ;
  rdfs:label "Teunis Addiks" ;
  a2a:PersonName [
    rdfs:label "Teunis Addiks" ;
    a2a:PersonNameFirstName "Teunis" ;
    a2a:PersonNameLastName "Addiks"
  ] .

oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887368
  a a2a:Person ;
  rdfs:label "Maria Christina Bunning" ;
  a2a:PersonName [
    rdfs:label "Maria Christina Bunning" ;
    a2a:PersonNameFirstName "Maria Christina" ;
    a2a:PersonNameLastName "Bunning"
  ] .

oa:event_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "14-10-1885" ;
    a2a:Year "1885" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1885-10-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887363 ;
  a2a:EventKeyRef oa:event_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Event1 .

oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887364 ;
  a2a:EventKeyRef oa:event_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Event1 .

oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887365 ;
  a2a:EventKeyRef oa:event_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Event1 .

oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887366 ;
  a2a:EventKeyRef oa:event_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Event1 .

oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887367 ;
  a2a:EventKeyRef oa:event_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Event1 .

oa:relationep_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Person2658887368 ;
  a2a:EventKeyRef oa:event_srt_81a765a1-6f59-e2a1-a749-76dc381abce4_Event1 .

oa:source_srt_81a765a1-6f59-e2a1-a749-76dc381abce4
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1885-10-14 - 1885-10-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-10-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-10-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "14-10-1885" ;
    a2a:Year "1885" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "14-10-1885"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, huwelijksakten" ;
    a2a:Book "Nadere toegang op het huwelijksregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1885.950" ;
    a2a:RegistryNumber "1885E" ;
    a2a:Folio "e092" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1885.950, 1885E, e092"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/F2CD2FE4B7B64DB58744E0304E51CD7A" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/F2CD2FE4B7B64DB58744E0304E51CD7A" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/F2CD2FE4B7B64DB58744E0304E51CD7A"
  ] ;
  a2a:SourceLastChangeDate "2022-04-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/5553FC7EB0FE4FEEA78E3DB6A88EF811" ;
  a2a:RecordIdentifier "2658887362" ;
  a2a:RecordGUID "{81a765a1-6f59-e2a1-a749-76dc381abce4}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 5553FC7E-B0FE-4FEE-A78E-3DB6A88EF811" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061885E_54_A2A.xml van SRT" .

