@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_bcbc4c77-541c-885e-281b-04e4de4d49fe
  a a2a:Record ;
  rdfs:label "Huwelijk op 15 mei 1935 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036145, oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036146, oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036147, oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036148, oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036149, oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036150 ;
  a2a:hasEvent oa:event_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_0, oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_1, oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_2, oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_3, oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_4, oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_5 ;
  a2a:hasSource oa:source_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe .

oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036145
  a a2a:Person ;
  rdfs:label "Anthonij Marks" ;
  a2a:PersonName [
    rdfs:label "Anthonij Marks" ;
    a2a:PersonNameFirstName "Anthonij" ;
    a2a:PersonNameLastName "Marks"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036146
  a a2a:Person ;
  rdfs:label "Nicolaas Johannes Marks" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Johannes Marks" ;
    a2a:PersonNameFirstName "Nicolaas Johannes" ;
    a2a:PersonNameLastName "Marks"
  ] .

oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036147
  a a2a:Person ;
  rdfs:label "Maria van Zoomeren" ;
  a2a:PersonName [
    rdfs:label "Maria van Zoomeren" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Zoomeren"
  ] .

oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036148
  a a2a:Person ;
  rdfs:label "Melanie Emmij Engels" ;
  a2a:PersonName [
    rdfs:label "Melanie Emmij Engels" ;
    a2a:PersonNameFirstName "Melanie Emmij" ;
    a2a:PersonNameLastName "Engels"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036149
  a a2a:Person ;
  rdfs:label "Christiaan Bartholomeus Engels" ;
  a2a:PersonName [
    rdfs:label "Christiaan Bartholomeus Engels" ;
    a2a:PersonNameFirstName "Christiaan Bartholomeus" ;
    a2a:PersonNameLastName "Engels"
  ] .

oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036150
  a a2a:Person ;
  rdfs:label "Jeanette Bertha Maria Schwager" ;
  a2a:PersonName [
    rdfs:label "Jeanette Bertha Maria Schwager" ;
    a2a:PersonNameFirstName "Jeanette Bertha Maria" ;
    a2a:PersonNameLastName "Schwager"
  ] .

oa:event_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "15-05-1935" ;
    a2a:Year "1935" ;
    a2a:Month "05" ;
    a2a:Day "15" ;
    rdfs:label "1935-05-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036145 ;
  a2a:EventKeyRef oa:event_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Event1 .

oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036146 ;
  a2a:EventKeyRef oa:event_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Event1 .

oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036147 ;
  a2a:EventKeyRef oa:event_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Event1 .

oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036148 ;
  a2a:EventKeyRef oa:event_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Event1 .

oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036149 ;
  a2a:EventKeyRef oa:event_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Event1 .

oa:relationep_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Person1016036150 ;
  a2a:EventKeyRef oa:event_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe_Event1 .

oa:source_srt_bcbc4c77-541c-885e-281b-04e4de4d49fe
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1935-05-15 - 1935-05-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1935-05-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1935-05-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-05-1935" ;
    a2a:Year "1935" ;
    a2a:Month "05" ;
    a2a:Day "15" ;
    rdfs:label "15-05-1935"
  ] ;
  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:DocumentNumber "1935.1598" ;
    a2a:RegistryNumber "1935F" ;
    a2a:Folio "f084v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1935.1598, 1935F, f084v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/482821D42D194478B7E8BF9A66DA4D2D" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/482821D42D194478B7E8BF9A66DA4D2D" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/482821D42D194478B7E8BF9A66DA4D2D"
  ] ;
  a2a:SourceLastChangeDate "2020-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/A6419672602F4C1298DB6FB99D8AD60F" ;
  a2a:RecordIdentifier "1016036144" ;
  a2a:RecordGUID "{bcbc4c77-541c-885e-281b-04e4de4d49fe}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder A6419672-602F-4C12-98DB-6FB99D8AD60F" ;
  a2a:SourceRemarkOpmerking "bruidegom wonende te Schiedam" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061935F_54_A2A.xml van SRT" .

