@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_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8
  a a2a:Record ;
  rdfs:label "Huwelijk op 12 april 1911 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322705, oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322706, oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322707, oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322708, oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322709, oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322710 ;
  a2a:hasEvent oa:event_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_0, oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_1, oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_2, oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_3, oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_4, oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_5 ;
  a2a:hasSource oa:source_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8 .

oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322705
  a a2a:Person ;
  rdfs:label "Corneille Muller" ;
  a2a:PersonName [
    rdfs:label "Corneille Muller" ;
    a2a:PersonNameFirstName "Corneille" ;
    a2a:PersonNameLastName "Muller"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Helder" ;
    rdfs:label "Helder"
  ] .

oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322706
  a a2a:Person ;
  rdfs:label "Cornelis Henricus Muller" ;
  a2a:PersonName [
    rdfs:label "Cornelis Henricus Muller" ;
    a2a:PersonNameFirstName "Cornelis Henricus" ;
    a2a:PersonNameLastName "Muller"
  ] .

oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322707
  a a2a:Person ;
  rdfs:label "Maria Regina Schraver" ;
  a2a:PersonName [
    rdfs:label "Maria Regina Schraver" ;
    a2a:PersonNameFirstName "Maria Regina" ;
    a2a:PersonNameLastName "Schraver"
  ] .

oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322708
  a a2a:Person ;
  rdfs:label "Hendrika Bouman" ;
  a2a:PersonName [
    rdfs:label "Hendrika Bouman" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Bouman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hillegersberg" ;
    rdfs:label "Hillegersberg"
  ] .

oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322709
  a a2a:Person ;
  rdfs:label "Johannes Bouman" ;
  a2a:PersonName [
    rdfs:label "Johannes Bouman" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Bouman"
  ] .

oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322710
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Beekink" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Beekink" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Beekink"
  ] .

oa:event_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "12-04-1911" ;
    a2a:Year "1911" ;
    a2a:Month "04" ;
    a2a:Day "12" ;
    rdfs:label "1911-04-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322705 ;
  a2a:EventKeyRef oa:event_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Event1 .

oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322706 ;
  a2a:EventKeyRef oa:event_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Event1 .

oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322707 ;
  a2a:EventKeyRef oa:event_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Event1 .

oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322708 ;
  a2a:EventKeyRef oa:event_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Event1 .

oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322709 ;
  a2a:EventKeyRef oa:event_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Event1 .

oa:relationep_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Person1015322710 ;
  a2a:EventKeyRef oa:event_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8_Event1 .

oa:source_srt_2cd4ff10-bb73-8f67-cb2b-070088d8d0a8
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1911-04-12 - 1911-04-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-04-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-04-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-04-1911" ;
    a2a:Year "1911" ;
    a2a:Month "04" ;
    a2a:Day "12" ;
    rdfs:label "12-04-1911"
  ] ;
  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 "1911C" ;
    a2a:Folio "c87" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1911C, c87"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/048D87171D1748A4BD1E1E6616BFF5EC" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/048D87171D1748A4BD1E1E6616BFF5EC" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/048D87171D1748A4BD1E1E6616BFF5EC"
  ] ;
  a2a:SourceLastChangeDate "2017-10-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/280C7EFBA0F34CA8946BACA4C8793B9E" ;
  a2a:RecordIdentifier "1015322704" ;
  a2a:RecordGUID "{2cd4ff10-bb73-8f67-cb2b-070088d8d0a8}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 280C7EFB-A0F3-4CA8-946B-ACA4C8793B9E" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061911C_54_A2A.xml van SRT" .

