@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_3703e72f-fee3-6f7a-6eea-eefacb1ab34e
  a a2a:Record ;
  rdfs:label "Huwelijk op 24 september 1856 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935683, oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935684, oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935685, oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935686, oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935687, oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935688 ;
  a2a:hasEvent oa:event_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_0, oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_1, oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_2, oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_3, oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_4, oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_5 ;
  a2a:hasSource oa:source_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e .

oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935683
  a a2a:Person ;
  rdfs:label "Johannes Cornelis van der Pol" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis van der Pol" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935684
  a a2a:Person ;
  rdfs:label "Johannes van der Pol" ;
  a2a:PersonName [
    rdfs:label "Johannes van der Pol" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Pol"
  ] .

oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935685
  a a2a:Person ;
  rdfs:label "Lijntje van 't Hof" ;
  a2a:PersonName [
    rdfs:label "Lijntje van 't Hof" ;
    a2a:PersonNameFirstName "Lijntje" ;
    a2a:PersonNamePrefixLastName "van 't" ;
    a2a:PersonNameLastName "Hof"
  ] .

oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935686
  a a2a:Person ;
  rdfs:label "Maria Ferra" ;
  a2a:PersonName [
    rdfs:label "Maria Ferra" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Ferra"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935687
  a a2a:Person ;
  rdfs:label "Hendrik Ferra of Verra" ;
  a2a:PersonName [
    rdfs:label "Hendrik Ferra of Verra" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Ferra of Verra"
  ] .

oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935688
  a a2a:Person ;
  rdfs:label "Maria Boelaars" ;
  a2a:PersonName [
    rdfs:label "Maria Boelaars" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Boelaars"
  ] .

oa:event_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "24-09-1856" ;
    a2a:Year "1856" ;
    a2a:Month "09" ;
    a2a:Day "24" ;
    rdfs:label "1856-09-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935683 ;
  a2a:EventKeyRef oa:event_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Event1 .

oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935684 ;
  a2a:EventKeyRef oa:event_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Event1 .

oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935685 ;
  a2a:EventKeyRef oa:event_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Event1 .

oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935686 ;
  a2a:EventKeyRef oa:event_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Event1 .

oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935687 ;
  a2a:EventKeyRef oa:event_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Event1 .

oa:relationep_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Person2364935688 ;
  a2a:EventKeyRef oa:event_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e_Event1 .

oa:source_srt_3703e72f-fee3-6f7a-6eea-eefacb1ab34e
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1856-09-24 - 1856-09-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1856-09-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1856-09-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-09-1856" ;
    a2a:Year "1856" ;
    a2a:Month "09" ;
    a2a:Day "24" ;
    rdfs:label "24-09-1856"
  ] ;
  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 huwelijks- en echtscheidingsregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1856.627" ;
    a2a:RegistryNumber "1856D" ;
    a2a:Folio "d26" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1856.627, 1856D, d26"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/D816AD2623B54A3E843AD1815D0C94C3" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/D816AD2623B54A3E843AD1815D0C94C3" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/D816AD2623B54A3E843AD1815D0C94C3"
  ] ;
  a2a:SourceLastChangeDate "2021-09-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/AD63B762B3524FEE9C32D693CF26A11E" ;
  a2a:RecordIdentifier "2364935682" ;
  a2a:RecordGUID "{3703e72f-fee3-6f7a-6eea-eefacb1ab34e}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder AD63B762-B352-4FEE-9C32-D693CF26A11E" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061856D_54_A2A.xml van SRT" .

