@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_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6
  a a2a:Record ;
  rdfs:label "Huwelijk op 9 juli 1902 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351927, oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351928, oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351929, oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351930, oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351931, oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351932 ;
  a2a:hasEvent oa:event_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_0, oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_1, oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_2, oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_3, oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_4, oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_5 ;
  a2a:hasSource oa:source_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6 .

oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351927
  a a2a:Person ;
  rdfs:label "Eduardus Rougiers" ;
  a2a:PersonName [
    rdfs:label "Eduardus Rougiers" ;
    a2a:PersonNameFirstName "Eduardus" ;
    a2a:PersonNameLastName "Rougiers"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oostburg" ;
    rdfs:label "Oostburg"
  ] .

oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351928
  a a2a:Person ;
  rdfs:label "Bruno Rougiers" ;
  a2a:PersonName [
    rdfs:label "Bruno Rougiers" ;
    a2a:PersonNameFirstName "Bruno" ;
    a2a:PersonNameLastName "Rougiers"
  ] .

oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351929
  a a2a:Person ;
  rdfs:label "Sophia Bernardina Oosterlinck" ;
  a2a:PersonName [
    rdfs:label "Sophia Bernardina Oosterlinck" ;
    a2a:PersonNameFirstName "Sophia Bernardina" ;
    a2a:PersonNameLastName "Oosterlinck"
  ] .

oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351930
  a a2a:Person ;
  rdfs:label "Maria Johanna in den Bosch" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna in den Bosch" ;
    a2a:PersonNameFirstName "Maria Johanna" ;
    a2a:PersonNamePrefixLastName "in den" ;
    a2a:PersonNameLastName "Bosch"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zierikzee" ;
    rdfs:label "Zierikzee"
  ] .

oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351931
  a a2a:Person ;
  rdfs:label "Anthony in den Bosch" ;
  a2a:PersonName [
    rdfs:label "Anthony in den Bosch" ;
    a2a:PersonNameFirstName "Anthony" ;
    a2a:PersonNamePrefixLastName "in den" ;
    a2a:PersonNameLastName "Bosch"
  ] .

oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351932
  a a2a:Person ;
  rdfs:label "Elizabeth Wetting" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Wetting" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Wetting"
  ] .

oa:event_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "09-07-1902" ;
    a2a:Year "1902" ;
    a2a:Month "07" ;
    a2a:Day "09" ;
    rdfs:label "1902-07-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351927 ;
  a2a:EventKeyRef oa:event_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Event1 .

oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351928 ;
  a2a:EventKeyRef oa:event_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Event1 .

oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351929 ;
  a2a:EventKeyRef oa:event_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Event1 .

oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351930 ;
  a2a:EventKeyRef oa:event_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Event1 .

oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351931 ;
  a2a:EventKeyRef oa:event_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Event1 .

oa:relationep_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Person1015351932 ;
  a2a:EventKeyRef oa:event_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6_Event1 .

oa:source_srt_756bb0aa-0837-e6c2-d4a1-2e5202bc33e6
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1902-07-09 - 1902-07-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-07-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-07-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "09-07-1902" ;
    a2a:Year "1902" ;
    a2a:Month "07" ;
    a2a:Day "09" ;
    rdfs:label "09-07-1902"
  ] ;
  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:RegistryNumber "1902G" ;
    a2a:Folio "g36" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1902G, g36"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/B5A0448AB5EC44EBA6D319785586BF5A" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/B5A0448AB5EC44EBA6D319785586BF5A" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/B5A0448AB5EC44EBA6D319785586BF5A"
  ] ;
  a2a:SourceLastChangeDate "2017-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/929233222BAD4E76A42ACCABCF0D1033" ;
  a2a:RecordIdentifier "1015351926" ;
  a2a:RecordGUID "{756bb0aa-0837-e6c2-d4a1-2e5202bc33e6}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 92923322-2BAD-4E76-A42A-CCABCF0D1033" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061902G_54_A2A.xml van SRT" .

