@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_23FEA410-05D0-4845-8415-6411CD04EC4B
  a a2a:Record ;
  rdfs:label "Huwelijk op 22 april 1910 te Didam" ;
  a2a:hasPerson oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210187, oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210190, oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210193, oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210196, oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210200, oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210203 ;
  a2a:hasEvent oa:event_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_0, oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_1, oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_2, oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_3, oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_4, oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_5 ;
  a2a:hasSource oa:source_gld_23FEA410-05D0-4845-8415-6411CD04EC4B .

oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210187
  a a2a:Person ;
  rdfs:label "Johannes Lanters" ;
  a2a:PersonName [
    rdfs:label "Johannes Lanters" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Lanters"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Didam (Montferland)" ;
    rdfs:label "Didam (Montferland)"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210190
  a a2a:Person ;
  rdfs:label "Johannes Lanters" ;
  a2a:PersonName [
    rdfs:label "Johannes Lanters" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Lanters"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210193
  a a2a:Person ;
  rdfs:label "Leida Vels" ;
  a2a:PersonName [
    rdfs:label "Leida Vels" ;
    a2a:PersonNameFirstName "Leida" ;
    a2a:PersonNameLastName "Vels"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210196
  a a2a:Person ;
  rdfs:label "Maria Som" ;
  a2a:PersonName [
    rdfs:label "Maria Som" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Som"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Didam (Montferland)" ;
    rdfs:label "Didam (Montferland)"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210200
  a a2a:Person ;
  rdfs:label "Willem Som" ;
  a2a:PersonName [
    rdfs:label "Willem Som" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Som"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210203
  a a2a:Person ;
  rdfs:label "Johanna Lucassen" ;
  a2a:PersonName [
    rdfs:label "Johanna Lucassen" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Lucassen"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "22-04-1910" ;
    a2a:Year "1910" ;
    a2a:Month "04" ;
    a2a:Day "22" ;
    rdfs:label "1910-04-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Didam" ;
    rdfs:label "Didam"
  ] .

oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210187 ;
  a2a:EventKeyRef oa:event_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Event1 .

oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210190 ;
  a2a:EventKeyRef oa:event_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Event1 .

oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210193 ;
  a2a:EventKeyRef oa:event_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Event1 .

oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210196 ;
  a2a:EventKeyRef oa:event_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Event1 .

oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210200 ;
  a2a:EventKeyRef oa:event_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Event1 .

oa:relationep_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Person3020210203 ;
  a2a:EventKeyRef oa:event_gld_23FEA410-05D0-4845-8415-6411CD04EC4B_Event1 .

oa:source_gld_23FEA410-05D0-4845-8415-6411CD04EC4B
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Didam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Didam, Nederland", "1910-04-22 - 1910-04-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-04-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-04-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "22-04-1910" ;
    a2a:Year "1910" ;
    a2a:Month "04" ;
    a2a:Day "22" ;
    rdfs:label "22-04-1910"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Didam, Huwelijksregister" ;
    a2a:Book "Didam, Huwelijksregister" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "8179.10" ;
    rdfs:label "Gelders Archief, Arnhem, Didam, Huwelijksregister, Didam, Huwelijksregister, 5, 8179.10"
  ] ;
  a2a:SourceLastChangeDate "2022-11-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/23FEA41005D0484584156411CD04EC4B" ;
  a2a:RecordIdentifier "3020210184" ;
  a2a:RecordGUID "{23FEA410-05D0-4845-8415-6411CD04EC4B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/01B541C1FBF64AE3BD0840B0A00BA623" .

