@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_47e50a95-fd8f-8865-1bfc-b4d2f4acab97
  a a2a:Record ;
  rdfs:label "Huwelijk op 31 mei 1848 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064138, oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064139, oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064140, oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064141, oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064142, oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064143 ;
  a2a:hasEvent oa:event_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_0, oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_1, oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_2, oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_3, oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_4, oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_5 ;
  a2a:hasSource oa:source_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97 .

oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064138
  a a2a:Person ;
  rdfs:label "Gerardus Wilhelmus Koert" ;
  a2a:PersonName [
    rdfs:label "Gerardus Wilhelmus Koert" ;
    a2a:PersonNameFirstName "Gerardus Wilhelmus" ;
    a2a:PersonNameLastName "Koert"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "41" ;
    rdfs:label "41"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064139
  a a2a:Person ;
  rdfs:label "Gerrit Willem Koert" ;
  a2a:PersonName [
    rdfs:label "Gerrit Willem Koert" ;
    a2a:PersonNameFirstName "Gerrit Willem" ;
    a2a:PersonNameLastName "Koert"
  ] .

oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064140
  a a2a:Person ;
  rdfs:label "Anna Maria Linse" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Linse" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Linse"
  ] .

oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064141
  a a2a:Person ;
  rdfs:label "Lena Cornelia Verbeek" ;
  a2a:PersonName [
    rdfs:label "Lena Cornelia Verbeek" ;
    a2a:PersonNameFirstName "Lena Cornelia" ;
    a2a:PersonNameLastName "Verbeek"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "37" ;
    rdfs:label "37"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064142
  a a2a:Person ;
  rdfs:label "N.n. N.n." ;
  a2a:PersonName [
    rdfs:label "N.n. N.n." ;
    a2a:PersonNameFirstName "N.n." ;
    a2a:PersonNameLastName "N.n."
  ] .

oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064143
  a a2a:Person ;
  rdfs:label "Elizabeth Verbeek" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Verbeek" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Verbeek"
  ] .

oa:event_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "31-05-1848" ;
    a2a:Year "1848" ;
    a2a:Month "05" ;
    a2a:Day "31" ;
    rdfs:label "1848-05-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064138 ;
  a2a:EventKeyRef oa:event_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Event1 .

oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064139 ;
  a2a:EventKeyRef oa:event_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Event1 .

oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064140 ;
  a2a:EventKeyRef oa:event_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Event1 .

oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064141 ;
  a2a:EventKeyRef oa:event_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Event1 .

oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064142 ;
  a2a:EventKeyRef oa:event_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Event1 .

oa:relationep_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Person1014064143 ;
  a2a:EventKeyRef oa:event_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97_Event1 .

oa:source_srt_47e50a95-fd8f-8865-1bfc-b4d2f4acab97
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1848-05-31 - 1848-05-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1848-05-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1848-05-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "31-05-1848" ;
    a2a:Year "1848" ;
    a2a:Month "05" ;
    a2a:Day "31" ;
    rdfs:label "31-05-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 huwelijks- en echtscheidingsregister van de gemeente Rotterdam" ;
    a2a:RegistryNumber "1848A" ;
    a2a:Folio "a157" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1848A, a157"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/2C66B4814CE84E18BF586B8E97BF1840" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/2C66B4814CE84E18BF586B8E97BF1840" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/2C66B4814CE84E18BF586B8E97BF1840"
  ] ;
  a2a:SourceLastChangeDate "2017-12-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/2174C071209B49ACB3B7724066A668FF" ;
  a2a:RecordIdentifier "1014064137" ;
  a2a:RecordGUID "{47e50a95-fd8f-8865-1bfc-b4d2f4acab97}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 2174C071-209B-49AC-B3B7-724066A668FF" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061848A_54_A2A.xml van SRT" .

