@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_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f
  a a2a:Record ;
  rdfs:label "Huwelijk op 8 november 1848 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688397, oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688398, oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688399, oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688400, oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688401, oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688402 ;
  a2a:hasEvent oa:event_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_0, oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_1, oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_2, oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_3, oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_4, oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_5 ;
  a2a:hasSource oa:source_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f .

oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688397
  a a2a:Person ;
  rdfs:label "Bernard Heinrich Gaarmann" ;
  a2a:PersonName [
    rdfs:label "Bernard Heinrich Gaarmann" ;
    a2a:PersonNameFirstName "Bernard Heinrich" ;
    a2a:PersonNameLastName "Gaarmann"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lingen (Hanover)" ;
    rdfs:label "Lingen (Hanover)"
  ] .

oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688398
  a a2a:Person ;
  rdfs:label "Georg Heinrich Gaarmann" ;
  a2a:PersonName [
    rdfs:label "Georg Heinrich Gaarmann" ;
    a2a:PersonNameFirstName "Georg Heinrich" ;
    a2a:PersonNameLastName "Gaarmann"
  ] .

oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688399
  a a2a:Person ;
  rdfs:label "Anna Catharina Röder" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Röder" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Röder"
  ] .

oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688400
  a a2a:Person ;
  rdfs:label "Maria Anna Hoets" ;
  a2a:PersonName [
    rdfs:label "Maria Anna Hoets" ;
    a2a:PersonNameFirstName "Maria Anna" ;
    a2a:PersonNameLastName "Hoets"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688401
  a a2a:Person ;
  rdfs:label "Petrus Theodorus Hoets" ;
  a2a:PersonName [
    rdfs:label "Petrus Theodorus Hoets" ;
    a2a:PersonNameFirstName "Petrus Theodorus" ;
    a2a:PersonNameLastName "Hoets"
  ] .

oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688402
  a a2a:Person ;
  rdfs:label "Anna Maria Koster" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Koster" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Koster"
  ] .

oa:event_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "08-11-1848" ;
    a2a:Year "1848" ;
    a2a:Month "11" ;
    a2a:Day "08" ;
    rdfs:label "1848-11-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688397 ;
  a2a:EventKeyRef oa:event_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Event1 .

oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688398 ;
  a2a:EventKeyRef oa:event_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Event1 .

oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688399 ;
  a2a:EventKeyRef oa:event_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Event1 .

oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688400 ;
  a2a:EventKeyRef oa:event_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Event1 .

oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688401 ;
  a2a:EventKeyRef oa:event_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Event1 .

oa:relationep_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Person1014688402 ;
  a2a:EventKeyRef oa:event_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f_Event1 .

oa:source_srt_5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1848-11-08 - 1848-11-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1848-11-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1848-11-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "08-11-1848" ;
    a2a:Year "1848" ;
    a2a:Month "11" ;
    a2a:Day "08" ;
    rdfs:label "08-11-1848"
  ] ;
  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 "1848B" ;
    a2a:Folio "b186v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1848B, b186v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/63D6D438E9EE4A718D3A94FE0E616DFE" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/63D6D438E9EE4A718D3A94FE0E616DFE" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/63D6D438E9EE4A718D3A94FE0E616DFE"
  ] ;
  a2a:SourceLastChangeDate "2017-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/156569CD95524F8499ECDC513BE588D5" ;
  a2a:RecordIdentifier "1014688396" ;
  a2a:RecordGUID "{5ebefd7d-0f9f-fa0e-8e58-9a3cf106a90f}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 156569CD-9552-4F84-99EC-DC513BE588D5" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061848B_54_A2A.xml van SRT" .

