@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_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b
  a a2a:Record ;
  rdfs:label "Huwelijk op 20 juni 1853 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922663, oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922664, oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922665, oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922666, oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922667, oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922668 ;
  a2a:hasEvent oa:event_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_0, oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_1, oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_2, oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_3, oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_4, oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_5 ;
  a2a:hasSource oa:source_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b .

oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922663
  a a2a:Person ;
  rdfs:label "Martinus de Raad" ;
  a2a:PersonName [
    rdfs:label "Martinus de Raad" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Raad"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922664
  a a2a:Person ;
  rdfs:label "N.n. de N.n." ;
  a2a:PersonName [
    rdfs:label "N.n. de N.n." ;
    a2a:PersonNameFirstName "N.n." ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "N.n."
  ] .

oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922665
  a a2a:Person ;
  rdfs:label "Eva de Raad" ;
  a2a:PersonName [
    rdfs:label "Eva de Raad" ;
    a2a:PersonNameFirstName "Eva" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Raad"
  ] .

oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922666
  a a2a:Person ;
  rdfs:label "Adriana Johanna Wilhelmina Boer" ;
  a2a:PersonName [
    rdfs:label "Adriana Johanna Wilhelmina Boer" ;
    a2a:PersonNameFirstName "Adriana Johanna Wilhelmina" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922667
  a a2a:Person ;
  rdfs:label "Arie Boer" ;
  a2a:PersonName [
    rdfs:label "Arie Boer" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Boer"
  ] .

oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922668
  a a2a:Person ;
  rdfs:label "Adriana Maria Waanders" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria Waanders" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNameLastName "Waanders"
  ] .

oa:event_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "20-06-1853" ;
    a2a:Year "1853" ;
    a2a:Month "06" ;
    a2a:Day "20" ;
    rdfs:label "1853-06-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922663 ;
  a2a:EventKeyRef oa:event_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Event1 .

oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922664 ;
  a2a:EventKeyRef oa:event_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Event1 .

oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922665 ;
  a2a:EventKeyRef oa:event_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Event1 .

oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922666 ;
  a2a:EventKeyRef oa:event_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Event1 .

oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922667 ;
  a2a:EventKeyRef oa:event_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Event1 .

oa:relationep_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Person2898922668 ;
  a2a:EventKeyRef oa:event_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b_Event1 .

oa:source_srt_1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1853-06-20 - 1853-06-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1853-06-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1853-06-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "20-06-1853" ;
    a2a:Year "1853" ;
    a2a:Month "06" ;
    a2a:Day "20" ;
    rdfs:label "20-06-1853"
  ] ;
  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 huwelijks- en echtscheidingsregister van de gemeente Rotterdam" ;
    a2a:RegistryNumber "1853A" ;
    a2a:Folio "a26" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1853A, a26"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/B645632D39BD4EAEBB8DF2AFDBA88D64" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/B645632D39BD4EAEBB8DF2AFDBA88D64" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/B645632D39BD4EAEBB8DF2AFDBA88D64"
  ] ;
  a2a:SourceLastChangeDate "2022-09-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/E4E6C180294C42369C15D0B66589D7B4" ;
  a2a:RecordIdentifier "2898922662" ;
  a2a:RecordGUID "{1b2982d5-1c7f-05c0-26f4-8f5061ba0a8b}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder E4E6C180-294C-4236-9C15-D0B66589D7B4" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061853A_54_A2A.xml van SRT" .

