@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_3D57F71B-9C2B-4DAD-861F-C26FBE20393D
  a a2a:Record ;
  rdfs:label "Huwelijk op 18 juni 1946 te Winterswijk" ;
  a2a:hasPerson oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651607, oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651608, oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651609, oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651610, oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651611, oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651612 ;
  a2a:hasEvent oa:event_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_0, oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_1, oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_2, oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_3, oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_4, oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_5 ;
  a2a:hasSource oa:source_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D .

oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651607
  a a2a:Person ;
  rdfs:label "Jan Willem Roelof Tenkink" ;
  a2a:PersonName [
    rdfs:label "Jan Willem Roelof Tenkink" ;
    a2a:PersonNameFirstName "Jan Willem Roelof" ;
    a2a:PersonNameLastName "Tenkink"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Winterswijk" ;
    rdfs:label "Winterswijk"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651608
  a a2a:Person ;
  rdfs:label "Abraham Gerrit Tenkink" ;
  a2a:PersonName [
    rdfs:label "Abraham Gerrit Tenkink" ;
    a2a:PersonNameFirstName "Abraham Gerrit" ;
    a2a:PersonNameLastName "Tenkink"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651609
  a a2a:Person ;
  rdfs:label "Harmina Engelbarta Roerdink" ;
  a2a:PersonName [
    rdfs:label "Harmina Engelbarta Roerdink" ;
    a2a:PersonNameFirstName "Harmina Engelbarta" ;
    a2a:PersonNameLastName "Roerdink"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651610
  a a2a:Person ;
  rdfs:label "Nelly Donker" ;
  a2a:PersonName [
    rdfs:label "Nelly Donker" ;
    a2a:PersonNameFirstName "Nelly" ;
    a2a:PersonNameLastName "Donker"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651611
  a a2a:Person ;
  rdfs:label "Pieter Gerard Donker" ;
  a2a:PersonName [
    rdfs:label "Pieter Gerard Donker" ;
    a2a:PersonNameFirstName "Pieter Gerard" ;
    a2a:PersonNameLastName "Donker"
  ] ;
  a2a:Profession "techniker" .

oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651612
  a a2a:Person ;
  rdfs:label "Cornelia van Nood" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Nood" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Nood"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "18-06-1946" ;
    a2a:Year "1946" ;
    a2a:Month "06" ;
    a2a:Day "18" ;
    rdfs:label "1946-06-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winterswijk" ;
    rdfs:label "Winterswijk"
  ] .

oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651607 ;
  a2a:EventKeyRef oa:event_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Event1 .

oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651608 ;
  a2a:EventKeyRef oa:event_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Event1 .

oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651609 ;
  a2a:EventKeyRef oa:event_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Event1 .

oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651610 ;
  a2a:EventKeyRef oa:event_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Event1 .

oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651611 ;
  a2a:EventKeyRef oa:event_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Event1 .

oa:relationep_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Person3612651612 ;
  a2a:EventKeyRef oa:event_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D_Event1 .

oa:source_gld_3D57F71B-9C2B-4DAD-861F-C26FBE20393D
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Winterswijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Winterswijk, Nederland", "1946-06-18 - 1946-06-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1946-06-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1946-06-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-06-1946" ;
    a2a:Year "1946" ;
    a2a:Month "06" ;
    a2a:Day "18" ;
    rdfs:label "18-06-1946"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Winterswijk, Huwelijksregister" ;
    a2a:Book "Winterswijk, Huwelijksregister" ;
    a2a:DocumentNumber "105" ;
    a2a:RegistryNumber "32205" ;
    rdfs:label "Gelders Archief, Arnhem, Winterswijk, Huwelijksregister, Winterswijk, Huwelijksregister, 105, 32205"
  ] ;
  a2a:SourceLastChangeDate "2024-02-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/3D57F71B9C2B4DAD861FC26FBE20393D" ;
  a2a:RecordIdentifier "3612651606" ;
  a2a:RecordGUID "{3D57F71B-9C2B-4DAD-861F-C26FBE20393D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/618FE312B1A94E359FF000C9B1178CCE" .

