@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_3B14D551-F6B6-46D0-84C0-393D564FC2C4
  a a2a:Record ;
  rdfs:label "Huwelijk op 1 september 1915 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015106999, oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107000, oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107001, oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107002, oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107003, oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107004 ;
  a2a:hasEvent oa:event_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_0, oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_1, oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_2, oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_3, oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_4, oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_5 ;
  a2a:hasSource oa:source_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4 .

oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015106999
  a a2a:Person ;
  rdfs:label "Gerrit Samsom" ;
  a2a:PersonName [
    rdfs:label "Gerrit Samsom" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Samsom"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Haarlemmermeer" ;
    rdfs:label "Haarlemmermeer"
  ] .

oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107000
  a a2a:Person ;
  rdfs:label "Arie Samsom" ;
  a2a:PersonName [
    rdfs:label "Arie Samsom" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Samsom"
  ] .

oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107001
  a a2a:Person ;
  rdfs:label "Anna van den Eijkel" ;
  a2a:PersonName [
    rdfs:label "Anna van den Eijkel" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Eijkel"
  ] .

oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107002
  a a2a:Person ;
  rdfs:label "Cornelia Swart" ;
  a2a:PersonName [
    rdfs:label "Cornelia Swart" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Swart"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zoeterwoude" ;
    rdfs:label "Zoeterwoude"
  ] .

oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107003
  a a2a:Person ;
  rdfs:label "Johannes Cornelis Swart" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis Swart" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNameLastName "Swart"
  ] .

oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107004
  a a2a:Person ;
  rdfs:label "Cornelia van Nood" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Nood" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Nood"
  ] .

oa:event_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "01-09-1915" ;
    a2a:Year "1915" ;
    a2a:Month "09" ;
    a2a:Day "01" ;
    rdfs:label "1915-09-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015106999 ;
  a2a:EventKeyRef oa:event_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Event1 .

oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107000 ;
  a2a:EventKeyRef oa:event_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Event1 .

oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107001 ;
  a2a:EventKeyRef oa:event_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Event1 .

oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107002 ;
  a2a:EventKeyRef oa:event_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Event1 .

oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107003 ;
  a2a:EventKeyRef oa:event_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Event1 .

oa:relationep_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Person1015107004 ;
  a2a:EventKeyRef oa:event_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4_Event1 .

oa:source_srt_3B14D551-F6B6-46D0-84C0-393D564FC2C4
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1915-09-01 - 1915-09-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-09-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-09-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "01-09-1915" ;
    a2a:Year "1915" ;
    a2a:Month "09" ;
    a2a:Day "01" ;
    rdfs:label "01-09-1915"
  ] ;
  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 "1915M" ;
    a2a:Folio "m74" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1915M, m74"
  ] ;
  a2a:SourceLastChangeDate "2017-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/3B14D551F6B646D084C0393D564FC2C4" ;
  a2a:RecordIdentifier "1015106998" ;
  a2a:RecordGUID "{3B14D551-F6B6-46D0-84C0-393D564FC2C4}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D560620C2B51469F8BBC0BDE357E4B4C" .

