@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_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F
  a a2a:Record ;
  rdfs:label "Huwelijk op 5 september 1883 te Elburg" ;
  a2a:hasPerson oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277368, oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277369, oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277370, oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277371, oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277372, oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277373 ;
  a2a:hasEvent oa:event_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_0, oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_1, oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_2, oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_3, oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_4, oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_5 ;
  a2a:hasSource oa:source_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F .

oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277368
  a a2a:Person ;
  rdfs:label "Joël Jacob Cohen" ;
  a2a:PersonName [
    rdfs:label "Joël Jacob Cohen" ;
    a2a:PersonNameFirstName "Joël" ;
    a2a:PersonNamePatronym "Jacob" ;
    a2a:PersonNameLastName "Cohen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Elburg" ;
    rdfs:label "Elburg"
  ] ;
  a2a:Profession "vleeschhouwer" .

oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277369
  a a2a:Person ;
  rdfs:label "Jacob Cohen" ;
  a2a:PersonName [
    rdfs:label "Jacob Cohen" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Cohen"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277370
  a a2a:Person ;
  rdfs:label "Kaatje Goldstein" ;
  a2a:PersonName [
    rdfs:label "Kaatje Goldstein" ;
    a2a:PersonNameFirstName "Kaatje" ;
    a2a:PersonNameLastName "Goldstein"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277371
  a a2a:Person ;
  rdfs:label "Sara van Hamberg" ;
  a2a:PersonName [
    rdfs:label "Sara van Hamberg" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hamberg"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Elburg" ;
    rdfs:label "Elburg"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277372
  a a2a:Person ;
  rdfs:label "Jacob van Hamberg" ;
  a2a:PersonName [
    rdfs:label "Jacob van Hamberg" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hamberg"
  ] ;
  a2a:Profession "koopman" .

oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277373
  a a2a:Person ;
  rdfs:label "Betje Beem" ;
  a2a:PersonName [
    rdfs:label "Betje Beem" ;
    a2a:PersonNameFirstName "Betje" ;
    a2a:PersonNameLastName "Beem"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "05-09-1883" ;
    a2a:Year "1883" ;
    a2a:Month "09" ;
    a2a:Day "05" ;
    rdfs:label "1883-09-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Elburg" ;
    rdfs:label "Elburg"
  ] .

oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277368 ;
  a2a:EventKeyRef oa:event_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Event1 .

oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277369 ;
  a2a:EventKeyRef oa:event_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Event1 .

oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277370 ;
  a2a:EventKeyRef oa:event_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Event1 .

oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277371 ;
  a2a:EventKeyRef oa:event_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Event1 .

oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277372 ;
  a2a:EventKeyRef oa:event_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Event1 .

oa:relationep_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Person3043277373 ;
  a2a:EventKeyRef oa:event_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F_Event1 .

oa:source_gld_C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Elburg" ;
    a2a:Country "Nederland" ;
    rdfs:label "Elburg, Nederland", "1883-09-05 - 1883-09-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1883-09-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1883-09-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "05-09-1883" ;
    a2a:Year "1883" ;
    a2a:Month "09" ;
    a2a:Day "05" ;
    rdfs:label "05-09-1883"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Elburg, Huwelijksregister" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "5118.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Elburg, Huwelijksregister, 27, 5118.01"
  ] ;
  a2a:SourceLastChangeDate "2022-11-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/C2F192FC2D634E90BC809B4CBDCD3F3F" ;
  a2a:RecordIdentifier "3043277367" ;
  a2a:RecordGUID "{C2F192FC-2D63-4E90-BC80-9B4CBDCD3F3F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/A58CFA31AC164781A56D3343DAE42D00" .

