@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_c812b4e6-660e-e142-8b68-2fd320fd84cc
  a a2a:Record ;
  rdfs:label "Huwelijk op 6 juni 1895 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237307, oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237308, oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237309, oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237310, oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237311, oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237312 ;
  a2a:hasEvent oa:event_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_0, oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_1, oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_2, oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_3, oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_4, oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_5 ;
  a2a:hasSource oa:source_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc .

oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237307
  a a2a:Person ;
  rdfs:label "Eduard van Leer" ;
  a2a:PersonName [
    rdfs:label "Eduard van Leer" ;
    a2a:PersonNameFirstName "Eduard" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237308
  a a2a:Person ;
  rdfs:label "Samson van Leer" ;
  a2a:PersonName [
    rdfs:label "Samson van Leer" ;
    a2a:PersonNameFirstName "Samson" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leer"
  ] .

oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237309
  a a2a:Person ;
  rdfs:label "Jette Visser" ;
  a2a:PersonName [
    rdfs:label "Jette Visser" ;
    a2a:PersonNameFirstName "Jette" ;
    a2a:PersonNameLastName "Visser"
  ] .

oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237310
  a a2a:Person ;
  rdfs:label "Ida van Raalte" ;
  a2a:PersonName [
    rdfs:label "Ida van Raalte" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Raalte"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237311
  a a2a:Person ;
  rdfs:label "David van Raalte" ;
  a2a:PersonName [
    rdfs:label "David van Raalte" ;
    a2a:PersonNameFirstName "David" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Raalte"
  ] .

oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237312
  a a2a:Person ;
  rdfs:label "Antje de Jongh" ;
  a2a:PersonName [
    rdfs:label "Antje de Jongh" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jongh"
  ] .

oa:event_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "06-06-1895" ;
    a2a:Year "1895" ;
    a2a:Month "06" ;
    a2a:Day "06" ;
    rdfs:label "1895-06-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237307 ;
  a2a:EventKeyRef oa:event_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Event1 .

oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237308 ;
  a2a:EventKeyRef oa:event_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Event1 .

oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237309 ;
  a2a:EventKeyRef oa:event_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Event1 .

oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237310 ;
  a2a:EventKeyRef oa:event_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Event1 .

oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237311 ;
  a2a:EventKeyRef oa:event_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Event1 .

oa:relationep_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Person1015237312 ;
  a2a:EventKeyRef oa:event_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc_Event1 .

oa:source_srt_c812b4e6-660e-e142-8b68-2fd320fd84cc
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1895-06-06 - 1895-06-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-06-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-06-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "06-06-1895" ;
    a2a:Year "1895" ;
    a2a:Month "06" ;
    a2a:Day "06" ;
    rdfs:label "06-06-1895"
  ] ;
  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 "1895.529" ;
    a2a:RegistryNumber "1895E" ;
    a2a:Folio "e075" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1895.529, 1895E, e075"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/13359FC47C5647E7B08F2AF42126E62B" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/13359FC47C5647E7B08F2AF42126E62B" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/13359FC47C5647E7B08F2AF42126E62B"
  ] ;
  a2a:SourceLastChangeDate "2017-10-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/0CFD75C55AE349F7A3F75D34786C6F43" ;
  a2a:RecordIdentifier "1015237306" ;
  a2a:RecordGUID "{c812b4e6-660e-e142-8b68-2fd320fd84cc}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 0CFD75C5-5AE3-49F7-A3F7-5D34786C6F43" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061895E_54_A2A.xml van SRT" .

