@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_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F
  a a2a:Record ;
  rdfs:label "Huwelijk op 6 oktober 1927 te Heumen" ;
  a2a:hasPerson oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988578, oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988579, oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988580, oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988581, oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988582, oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988583 ;
  a2a:hasEvent oa:event_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_0, oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_1, oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_2, oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_3, oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_4, oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_5 ;
  a2a:hasSource oa:source_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F .

oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988578
  a a2a:Person ;
  rdfs:label "Pieter Corporaal" ;
  a2a:PersonName [
    rdfs:label "Pieter Corporaal" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Corporaal"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] ;
  a2a:Profession "schipper" .

oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988579
  a a2a:Person ;
  rdfs:label "Geert Corporaal" ;
  a2a:PersonName [
    rdfs:label "Geert Corporaal" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Corporaal"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988580
  a a2a:Person ;
  rdfs:label "Cornelske Doeves" ;
  a2a:PersonName [
    rdfs:label "Cornelske Doeves" ;
    a2a:PersonNameFirstName "Cornelske" ;
    a2a:PersonNameLastName "Doeves"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988581
  a a2a:Person ;
  rdfs:label "Marchien van Dijk" ;
  a2a:PersonName [
    rdfs:label "Marchien van Dijk" ;
    a2a:PersonNameFirstName "Marchien" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988582
  a a2a:Person ;
  rdfs:label "Hendrik van Dijk" ;
  a2a:PersonName [
    rdfs:label "Hendrik van Dijk" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Profession "schipper" .

oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988583
  a a2a:Person ;
  rdfs:label "Martha Smith" ;
  a2a:PersonName [
    rdfs:label "Martha Smith" ;
    a2a:PersonNameFirstName "Martha" ;
    a2a:PersonNameLastName "Smith"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "06-10-1927" ;
    a2a:Year "1927" ;
    a2a:Month "10" ;
    a2a:Day "06" ;
    rdfs:label "1927-10-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heumen" ;
    rdfs:label "Heumen"
  ] .

oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988578 ;
  a2a:EventKeyRef oa:event_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Event1 .

oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988579 ;
  a2a:EventKeyRef oa:event_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Event1 .

oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988580 ;
  a2a:EventKeyRef oa:event_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Event1 .

oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988581 ;
  a2a:EventKeyRef oa:event_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Event1 .

oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988582 ;
  a2a:EventKeyRef oa:event_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Event1 .

oa:relationep_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Person3003988583 ;
  a2a:EventKeyRef oa:event_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F_Event1 .

oa:source_gld_3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Heumen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Heumen, Nederland", "1927-10-06 - 1927-10-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1927-10-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1927-10-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "06-10-1927" ;
    a2a:Year "1927" ;
    a2a:Month "10" ;
    a2a:Day "06" ;
    rdfs:label "06-10-1927"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Heumen, Huwelijksregister" ;
    a2a:Book "Heumen, Huwelijksregister" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "12484.05" ;
    rdfs:label "Gelders Archief, Arnhem, Heumen, Huwelijksregister, Heumen, Huwelijksregister, 12, 12484.05"
  ] ;
  a2a:SourceLastChangeDate "2022-11-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/3F4FE4F5EB774FDEAF3BCC7B80FC935F" ;
  a2a:RecordIdentifier "3003988577" ;
  a2a:RecordGUID "{3F4FE4F5-EB77-4FDE-AF3B-CC7B80FC935F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/4074A928A7B24AB69EE88C4EF192A667" .

