@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_060022D6-5575-4792-803B-FD2AB95A9B3F
  a a2a:Record ;
  rdfs:label "Huwelijk op 10 november 1932 te Deil" ;
  a2a:hasPerson oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808157, oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808159, oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808162, oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808164, oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808165, oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808168 ;
  a2a:hasEvent oa:event_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_0, oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_1, oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_2, oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_3, oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_4, oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_5 ;
  a2a:hasSource oa:source_gld_060022D6-5575-4792-803B-FD2AB95A9B3F .

oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808157
  a a2a:Person ;
  rdfs:label "Arie Pieter de Weerd" ;
  a2a:PersonName [
    rdfs:label "Arie Pieter de Weerd" ;
    a2a:PersonNameFirstName "Arie Pieter" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weerd"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Deil" ;
    rdfs:label "Deil"
  ] ;
  a2a:Profession "boekhouder" .

oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808159
  a a2a:Person ;
  rdfs:label "Gerit de Weerd" ;
  a2a:PersonName [
    rdfs:label "Gerit de Weerd" ;
    a2a:PersonNameFirstName "Gerit" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weerd"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808162
  a a2a:Person ;
  rdfs:label "Lijntje de Weerd" ;
  a2a:PersonName [
    rdfs:label "Lijntje de Weerd" ;
    a2a:PersonNameFirstName "Lijntje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weerd"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808164
  a a2a:Person ;
  rdfs:label "Neeltje Trijntje Vermeulen" ;
  a2a:PersonName [
    rdfs:label "Neeltje Trijntje Vermeulen" ;
    a2a:PersonNameFirstName "Neeltje Trijntje" ;
    a2a:PersonNameLastName "Vermeulen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Deil" ;
    rdfs:label "Deil"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808165
  a a2a:Person ;
  rdfs:label "Cornelis Adrianus Vermeulen" ;
  a2a:PersonName [
    rdfs:label "Cornelis Adrianus Vermeulen" ;
    a2a:PersonNameFirstName "Cornelis Adrianus" ;
    a2a:PersonNameLastName "Vermeulen"
  ] ;
  a2a:Profession "landman" .

oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808168
  a a2a:Person ;
  rdfs:label "Cornelia Kars" ;
  a2a:PersonName [
    rdfs:label "Cornelia Kars" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Kars"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "10-11-1932" ;
    a2a:Year "1932" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1932-11-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Deil" ;
    rdfs:label "Deil"
  ] .

oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808157 ;
  a2a:EventKeyRef oa:event_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Event1 .

oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808159 ;
  a2a:EventKeyRef oa:event_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Event1 .

oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808162 ;
  a2a:EventKeyRef oa:event_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Event1 .

oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808164 ;
  a2a:EventKeyRef oa:event_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Event1 .

oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808165 ;
  a2a:EventKeyRef oa:event_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Event1 .

oa:relationep_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Person3003808168 ;
  a2a:EventKeyRef oa:event_gld_060022D6-5575-4792-803B-FD2AB95A9B3F_Event1 .

oa:source_gld_060022D6-5575-4792-803B-FD2AB95A9B3F
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Deil" ;
    a2a:Country "Nederland" ;
    rdfs:label "Deil, Nederland", "1932-11-10 - 1932-11-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1932-11-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1932-11-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "10-11-1932" ;
    a2a:Year "1932" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "10-11-1932"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Deil, Huwelijksregister" ;
    a2a:Book "Deil, Huwelijksregister" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "12439.10" ;
    rdfs:label "Gelders Archief, Arnhem, Deil, Huwelijksregister, Deil, Huwelijksregister, 11, 12439.10"
  ] ;
  a2a:SourceLastChangeDate "2022-11-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/060022D655754792803BFD2AB95A9B3F" ;
  a2a:RecordIdentifier "3003808155" ;
  a2a:RecordGUID "{060022D6-5575-4792-803B-FD2AB95A9B3F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/31E7787035FF4CC9A3EBEF9DF04A422C" .

