@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_14e90f51-2af7-577e-c640-6e656fa2ec49
  a a2a:Record ;
  rdfs:label "Huwelijk op 8 juli 1897 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341052, oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341053, oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341054, oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341055, oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341056, oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341057 ;
  a2a:hasEvent oa:event_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_0, oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_1, oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_2, oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_3, oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_4, oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_5 ;
  a2a:hasSource oa:source_srt_14e90f51-2af7-577e-c640-6e656fa2ec49 .

oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341052
  a a2a:Person ;
  rdfs:label "Adriaan Pieter Snoep" ;
  a2a:PersonName [
    rdfs:label "Adriaan Pieter Snoep" ;
    a2a:PersonNameFirstName "Adriaan Pieter" ;
    a2a:PersonNameLastName "Snoep"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Middelburg" ;
    rdfs:label "Middelburg"
  ] .

oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341053
  a a2a:Person ;
  rdfs:label "Jozias Snoep" ;
  a2a:PersonName [
    rdfs:label "Jozias Snoep" ;
    a2a:PersonNameFirstName "Jozias" ;
    a2a:PersonNameLastName "Snoep"
  ] .

oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341054
  a a2a:Person ;
  rdfs:label "Catharina Maria Hildernisse" ;
  a2a:PersonName [
    rdfs:label "Catharina Maria Hildernisse" ;
    a2a:PersonNameFirstName "Catharina Maria" ;
    a2a:PersonNameLastName "Hildernisse"
  ] .

oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341055
  a a2a:Person ;
  rdfs:label "Johanna Elizabeth Treffers" ;
  a2a:PersonName [
    rdfs:label "Johanna Elizabeth Treffers" ;
    a2a:PersonNameFirstName "Johanna Elizabeth" ;
    a2a:PersonNameLastName "Treffers"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341056
  a a2a:Person ;
  rdfs:label "Christoffel Pieter Treffers" ;
  a2a:PersonName [
    rdfs:label "Christoffel Pieter Treffers" ;
    a2a:PersonNameFirstName "Christoffel Pieter" ;
    a2a:PersonNameLastName "Treffers"
  ] .

oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341057
  a a2a:Person ;
  rdfs:label "Maria Cornelia Reuvers" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelia Reuvers" ;
    a2a:PersonNameFirstName "Maria Cornelia" ;
    a2a:PersonNameLastName "Reuvers"
  ] .

oa:event_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "08-07-1897" ;
    a2a:Year "1897" ;
    a2a:Month "07" ;
    a2a:Day "08" ;
    rdfs:label "1897-07-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341052 ;
  a2a:EventKeyRef oa:event_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Event1 .

oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341053 ;
  a2a:EventKeyRef oa:event_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Event1 .

oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341054 ;
  a2a:EventKeyRef oa:event_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Event1 .

oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341055 ;
  a2a:EventKeyRef oa:event_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Event1 .

oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341056 ;
  a2a:EventKeyRef oa:event_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Event1 .

oa:relationep_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Person1015341057 ;
  a2a:EventKeyRef oa:event_srt_14e90f51-2af7-577e-c640-6e656fa2ec49_Event1 .

oa:source_srt_14e90f51-2af7-577e-c640-6e656fa2ec49
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1897-07-08 - 1897-07-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-07-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-07-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "08-07-1897" ;
    a2a:Year "1897" ;
    a2a:Month "07" ;
    a2a:Day "08" ;
    rdfs:label "08-07-1897"
  ] ;
  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 "1897.1208" ;
    a2a:RegistryNumber "1897H" ;
    a2a:Folio "h10" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1897.1208, 1897H, h10"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/0995E6F3E7F745B8955F61E439DAC795" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/0995E6F3E7F745B8955F61E439DAC795" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/0995E6F3E7F745B8955F61E439DAC795"
  ] ;
  a2a:SourceLastChangeDate "2019-04-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/37D255DA1D644B2AA325CF6C22C22B93" ;
  a2a:RecordIdentifier "1015341051" ;
  a2a:RecordGUID "{14e90f51-2af7-577e-c640-6e656fa2ec49}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 37D255DA-1D64-4B2A-A325-CF6C22C22B93" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061897H_54_A2A.xml van SRT" .

