@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_970dab6e-21fb-33b9-dbfd-baf8d4dc680f
  a a2a:Record ;
  rdfs:label "Huwelijk op 10 juli 1901 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143374, oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143375, oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143376, oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143377, oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143378, oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143379 ;
  a2a:hasEvent oa:event_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_0, oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_1, oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_2, oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_3, oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_4, oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_5 ;
  a2a:hasSource oa:source_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f .

oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143374
  a a2a:Person ;
  rdfs:label "Richard Pierre Alphonse Emmery" ;
  a2a:PersonName [
    rdfs:label "Richard Pierre Alphonse Emmery" ;
    a2a:PersonNameFirstName "Richard Pierre Alphonse" ;
    a2a:PersonNameLastName "Emmery"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Brugge (België)" ;
    rdfs:label "Brugge (België)"
  ] .

oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143375
  a a2a:Person ;
  rdfs:label "Richard Jean Emmery" ;
  a2a:PersonName [
    rdfs:label "Richard Jean Emmery" ;
    a2a:PersonNameFirstName "Richard Jean" ;
    a2a:PersonNameLastName "Emmery"
  ] .

oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143376
  a a2a:Person ;
  rdfs:label "Philomène Marie Josephe Goetinck" ;
  a2a:PersonName [
    rdfs:label "Philomène Marie Josephe Goetinck" ;
    a2a:PersonNameFirstName "Philomène Marie Josephe" ;
    a2a:PersonNameLastName "Goetinck"
  ] .

oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143377
  a a2a:Person ;
  rdfs:label "Johanna Berendina van Dijk" ;
  a2a:PersonName [
    rdfs:label "Johanna Berendina van Dijk" ;
    a2a:PersonNameFirstName "Johanna Berendina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "19" ;
    rdfs:label "19"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waddinxveen" ;
    rdfs:label "Waddinxveen"
  ] .

oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143378
  a a2a:Person ;
  rdfs:label "Matthijs van Dijk" ;
  a2a:PersonName [
    rdfs:label "Matthijs van Dijk" ;
    a2a:PersonNameFirstName "Matthijs" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] .

oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143379
  a a2a:Person ;
  rdfs:label "Johanna Berendina Leeman" ;
  a2a:PersonName [
    rdfs:label "Johanna Berendina Leeman" ;
    a2a:PersonNameFirstName "Johanna Berendina" ;
    a2a:PersonNameLastName "Leeman"
  ] .

oa:event_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "10-07-1901" ;
    a2a:Year "1901" ;
    a2a:Month "07" ;
    a2a:Day "10" ;
    rdfs:label "1901-07-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143374 ;
  a2a:EventKeyRef oa:event_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Event1 .

oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143375 ;
  a2a:EventKeyRef oa:event_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Event1 .

oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143376 ;
  a2a:EventKeyRef oa:event_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Event1 .

oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143377 ;
  a2a:EventKeyRef oa:event_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Event1 .

oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143378 ;
  a2a:EventKeyRef oa:event_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Event1 .

oa:relationep_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Person1015143379 ;
  a2a:EventKeyRef oa:event_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f_Event1 .

oa:source_srt_970dab6e-21fb-33b9-dbfd-baf8d4dc680f
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1901-07-10 - 1901-07-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-07-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1901-07-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "10-07-1901" ;
    a2a:Year "1901" ;
    a2a:Month "07" ;
    a2a:Day "10" ;
    rdfs:label "10-07-1901"
  ] ;
  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 "1901G" ;
    a2a:Folio "g34" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1901G, g34"
  ] ;
  a2a:SourceLastChangeDate "2023-03-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/393149CFB4DB41DFB77ED4B9A0E60B02" ;
  a2a:RecordIdentifier "1015143373" ;
  a2a:RecordGUID "{970dab6e-21fb-33b9-dbfd-baf8d4dc680f}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 393149CF-B4DB-41DF-B77E-D4B9A0E60B02" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061901G_54_A2A.xml van SRT" .

