@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_9bf14580-7703-9159-1bc4-5e31fc4bf692
  a a2a:Record ;
  rdfs:label "Huwelijk op 25 maart 1908 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251853, oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251854, oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251855, oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251856, oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251857, oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251858 ;
  a2a:hasEvent oa:event_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_0, oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_1, oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_2, oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_3, oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_4, oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_5 ;
  a2a:hasSource oa:source_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692 .

oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251853
  a a2a:Person ;
  rdfs:label "Emanuel de Groot" ;
  a2a:PersonName [
    rdfs:label "Emanuel de Groot" ;
    a2a:PersonNameFirstName "Emanuel" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] .

oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251854
  a a2a:Person ;
  rdfs:label "Meijer de Groot" ;
  a2a:PersonName [
    rdfs:label "Meijer de Groot" ;
    a2a:PersonNameFirstName "Meijer" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] .

oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251855
  a a2a:Person ;
  rdfs:label "Ida Wijnberg" ;
  a2a:PersonName [
    rdfs:label "Ida Wijnberg" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNameLastName "Wijnberg"
  ] .

oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251856
  a a2a:Person ;
  rdfs:label "Barbera Horstmann" ;
  a2a:PersonName [
    rdfs:label "Barbera Horstmann" ;
    a2a:PersonNameFirstName "Barbera" ;
    a2a:PersonNameLastName "Horstmann"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251857
  a a2a:Person ;
  rdfs:label "Johannes Hendrikus Horstmann" ;
  a2a:PersonName [
    rdfs:label "Johannes Hendrikus Horstmann" ;
    a2a:PersonNameFirstName "Johannes Hendrikus" ;
    a2a:PersonNameLastName "Horstmann"
  ] .

oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251858
  a a2a:Person ;
  rdfs:label "Johanna Hendrika Sophia van Vliet" ;
  a2a:PersonName [
    rdfs:label "Johanna Hendrika Sophia van Vliet" ;
    a2a:PersonNameFirstName "Johanna Hendrika Sophia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vliet"
  ] .

oa:event_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "25-03-1908" ;
    a2a:Year "1908" ;
    a2a:Month "03" ;
    a2a:Day "25" ;
    rdfs:label "1908-03-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251853 ;
  a2a:EventKeyRef oa:event_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Event1 .

oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251854 ;
  a2a:EventKeyRef oa:event_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Event1 .

oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251855 ;
  a2a:EventKeyRef oa:event_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Event1 .

oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251856 ;
  a2a:EventKeyRef oa:event_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Event1 .

oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251857 ;
  a2a:EventKeyRef oa:event_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Event1 .

oa:relationep_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Person1015251858 ;
  a2a:EventKeyRef oa:event_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692_Event1 .

oa:source_srt_9bf14580-7703-9159-1bc4-5e31fc4bf692
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1908-03-25 - 1908-03-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-03-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1908-03-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "25-03-1908" ;
    a2a:Year "1908" ;
    a2a:Month "03" ;
    a2a:Day "25" ;
    rdfs:label "25-03-1908"
  ] ;
  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 "1908C" ;
    a2a:Folio "c46v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1908C, c46v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/B96A818581014ED399EF0F87E0FDBFAA" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/B96A818581014ED399EF0F87E0FDBFAA" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/B96A818581014ED399EF0F87E0FDBFAA"
  ] ;
  a2a:SourceLastChangeDate "2017-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/999A6B2FEB7E4A51BDD9398BE53A54AC" ;
  a2a:RecordIdentifier "1015251852" ;
  a2a:RecordGUID "{9bf14580-7703-9159-1bc4-5e31fc4bf692}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 999A6B2F-EB7E-4A51-BDD9-398BE53A54AC" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061908C_54_A2A.xml van SRT" .

