@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_91d15bcd-e822-93ae-edbf-a59b10fa3518
  a a2a:Record ;
  rdfs:label "Huwelijk op 10 maart 1824 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297646, oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297647, oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297648, oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297649, oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297650, oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297651 ;
  a2a:hasEvent oa:event_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_0, oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_1, oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_2, oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_3, oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_4, oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_5 ;
  a2a:hasSource oa:source_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518 .

oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297646
  a a2a:Person ;
  rdfs:label "Cornelis Post" ;
  a2a:PersonName [
    rdfs:label "Cornelis Post" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Post"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297647
  a a2a:Person ;
  rdfs:label "Gerrit Post" ;
  a2a:PersonName [
    rdfs:label "Gerrit Post" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Post"
  ] .

oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297648
  a a2a:Person ;
  rdfs:label "Kaatje Koolsbergen" ;
  a2a:PersonName [
    rdfs:label "Kaatje Koolsbergen" ;
    a2a:PersonNameFirstName "Kaatje" ;
    a2a:PersonNameLastName "Koolsbergen"
  ] .

oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297649
  a a2a:Person ;
  rdfs:label "Maria Catrina van Lom" ;
  a2a:PersonName [
    rdfs:label "Maria Catrina van Lom" ;
    a2a:PersonNameFirstName "Maria Catrina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Lom"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297650
  a a2a:Person ;
  rdfs:label "Gerrit van Lom" ;
  a2a:PersonName [
    rdfs:label "Gerrit van Lom" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Lom"
  ] .

oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297651
  a a2a:Person ;
  rdfs:label "Cornelia Adriana Kribbe" ;
  a2a:PersonName [
    rdfs:label "Cornelia Adriana Kribbe" ;
    a2a:PersonNameFirstName "Cornelia Adriana" ;
    a2a:PersonNameLastName "Kribbe"
  ] .

oa:event_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "10-03-1824" ;
    a2a:Year "1824" ;
    a2a:Month "03" ;
    a2a:Day "10" ;
    rdfs:label "1824-03-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297646 ;
  a2a:EventKeyRef oa:event_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Event1 .

oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297647 ;
  a2a:EventKeyRef oa:event_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Event1 .

oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297648 ;
  a2a:EventKeyRef oa:event_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Event1 .

oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297649 ;
  a2a:EventKeyRef oa:event_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Event1 .

oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297650 ;
  a2a:EventKeyRef oa:event_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Event1 .

oa:relationep_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Person1014297651 ;
  a2a:EventKeyRef oa:event_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518_Event1 .

oa:source_srt_91d15bcd-e822-93ae-edbf-a59b10fa3518
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1824-03-10 - 1824-03-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-03-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-03-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "10-03-1824" ;
    a2a:Year "1824" ;
    a2a:Month "03" ;
    a2a:Day "10" ;
    rdfs:label "10-03-1824"
  ] ;
  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 "1824A" ;
    a2a:Folio "a45" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1824A, a45"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/63CCDF04211C4C6C8F0F394D7535238F" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/63CCDF04211C4C6C8F0F394D7535238F" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/63CCDF04211C4C6C8F0F394D7535238F"
  ] ;
  a2a:SourceLastChangeDate "2018-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/6F2ED85819CE469FA45469EDA6C4D656" ;
  a2a:RecordIdentifier "1014297645" ;
  a2a:RecordGUID "{91d15bcd-e822-93ae-edbf-a59b10fa3518}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 6F2ED858-19CE-469F-A454-69EDA6C4D656" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061824A_54_A2A.xml van SRT" .

