@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_6bc41bcf-8ba2-1d6a-eaec-ed987295b165
  a a2a:Record ;
  rdfs:label "Huwelijk op 27 december 1882 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197096, oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197097, oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197098, oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197099, oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197100, oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197101 ;
  a2a:hasEvent oa:event_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_0, oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_1, oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_2, oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_3, oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_4, oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_5 ;
  a2a:hasSource oa:source_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165 .

oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197096
  a a2a:Person ;
  rdfs:label "Leendert Karreman" ;
  a2a:PersonName [
    rdfs:label "Leendert Karreman" ;
    a2a:PersonNameFirstName "Leendert" ;
    a2a:PersonNameLastName "Karreman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuw Lekkerland" ;
    rdfs:label "Nieuw Lekkerland"
  ] .

oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197097
  a a2a:Person ;
  rdfs:label "Jacob Karreman" ;
  a2a:PersonName [
    rdfs:label "Jacob Karreman" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Karreman"
  ] .

oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197098
  a a2a:Person ;
  rdfs:label "Elizabeth Pot" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Pot" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Pot"
  ] .

oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197099
  a a2a:Person ;
  rdfs:label "Adriana Helena Willems" ;
  a2a:PersonName [
    rdfs:label "Adriana Helena Willems" ;
    a2a:PersonNameFirstName "Adriana Helena" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] .

oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197100
  a a2a:Person ;
  rdfs:label "Johannes Willems" ;
  a2a:PersonName [
    rdfs:label "Johannes Willems" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Willems"
  ] .

oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197101
  a a2a:Person ;
  rdfs:label "Johanna Labbée of Labee" ;
  a2a:PersonName [
    rdfs:label "Johanna Labbée of Labee" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Labbée of Labee"
  ] .

oa:event_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "27-12-1882" ;
    a2a:Year "1882" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1882-12-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197096 ;
  a2a:EventKeyRef oa:event_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Event1 .

oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197097 ;
  a2a:EventKeyRef oa:event_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Event1 .

oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197098 ;
  a2a:EventKeyRef oa:event_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Event1 .

oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197099 ;
  a2a:EventKeyRef oa:event_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Event1 .

oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197100 ;
  a2a:EventKeyRef oa:event_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Event1 .

oa:relationep_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Person1014197101 ;
  a2a:EventKeyRef oa:event_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165_Event1 .

oa:source_srt_6bc41bcf-8ba2-1d6a-eaec-ed987295b165
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1882-12-27 - 1882-12-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1882-12-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1882-12-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "27-12-1882" ;
    a2a:Year "1882" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "27-12-1882"
  ] ;
  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 "1882.1241" ;
    a2a:RegistryNumber "1882G" ;
    a2a:Folio "g043" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1882.1241, 1882G, g043"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/1538FA53A04E41839B47A4C35646F82B" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/1538FA53A04E41839B47A4C35646F82B" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/1538FA53A04E41839B47A4C35646F82B"
  ] ;
  a2a:SourceLastChangeDate "2017-06-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/221B9E4DBFAA4045BC0E64C116EE7187" ;
  a2a:RecordIdentifier "1014197095" ;
  a2a:RecordGUID "{6bc41bcf-8ba2-1d6a-eaec-ed987295b165}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 221B9E4D-BFAA-4045-BC0E-64C116EE7187" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061882G_54_A2A.xml van SRT" .

