@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_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5
  a a2a:Record ;
  rdfs:label "Huwelijk op 7 april 1869 te Harderwijk" ;
  a2a:hasPerson oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237736, oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237737, oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237738, oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237739, oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237740, oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237741 ;
  a2a:hasEvent oa:event_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_0, oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_1, oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_2, oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_3, oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_4, oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_5 ;
  a2a:hasSource oa:source_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5 .

oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237736
  a a2a:Person ;
  rdfs:label "Teunis Hop" ;
  a2a:PersonName [
    rdfs:label "Teunis Hop" ;
    a2a:PersonNameFirstName "Teunis" ;
    a2a:PersonNameLastName "Hop"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Harderwijk" ;
    rdfs:label "Harderwijk"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237737
  a a2a:Person ;
  rdfs:label "Gerrit Jansen Hop" ;
  a2a:PersonName [
    rdfs:label "Gerrit Jansen Hop" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePatronym "Jansen" ;
    a2a:PersonNameLastName "Hop"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237738
  a a2a:Person ;
  rdfs:label "Neeltje Jans Bos" ;
  a2a:PersonName [
    rdfs:label "Neeltje Jans Bos" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237739
  a a2a:Person ;
  rdfs:label "Aartje Oudemool" ;
  a2a:PersonName [
    rdfs:label "Aartje Oudemool" ;
    a2a:PersonNameFirstName "Aartje" ;
    a2a:PersonNameLastName "Oudemool"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Harderwijk" ;
    rdfs:label "Harderwijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237740
  a a2a:Person ;
  rdfs:label "Steven Petersen Oudemool" ;
  a2a:PersonName [
    rdfs:label "Steven Petersen Oudemool" ;
    a2a:PersonNameFirstName "Steven" ;
    a2a:PersonNamePatronym "Petersen" ;
    a2a:PersonNameLastName "Oudemool"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237741
  a a2a:Person ;
  rdfs:label "Metje Gerardussen Mulder" ;
  a2a:PersonName [
    rdfs:label "Metje Gerardussen Mulder" ;
    a2a:PersonNameFirstName "Metje" ;
    a2a:PersonNamePatronym "Gerardussen" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "07-04-1869" ;
    a2a:Year "1869" ;
    a2a:Month "04" ;
    a2a:Day "07" ;
    rdfs:label "1869-04-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Harderwijk" ;
    rdfs:label "Harderwijk"
  ] .

oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237736 ;
  a2a:EventKeyRef oa:event_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Event1 .

oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237737 ;
  a2a:EventKeyRef oa:event_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Event1 .

oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237738 ;
  a2a:EventKeyRef oa:event_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Event1 .

oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237739 ;
  a2a:EventKeyRef oa:event_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Event1 .

oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237740 ;
  a2a:EventKeyRef oa:event_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Event1 .

oa:relationep_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Person3040237741 ;
  a2a:EventKeyRef oa:event_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5_Event1 .

oa:source_gld_3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Harderwijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Harderwijk, Nederland", "1869-04-07 - 1869-04-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1869-04-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1869-04-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-04-1869" ;
    a2a:Year "1869" ;
    a2a:Month "04" ;
    a2a:Day "07" ;
    rdfs:label "07-04-1869"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Harderwijk, Huwelijksregister" ;
    a2a:DocumentNumber "8" ;
    a2a:RegistryNumber "4450.05" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Harderwijk, Huwelijksregister, 8, 4450.05"
  ] ;
  a2a:SourceLastChangeDate "2022-11-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/3A6C0EB9222B45DFBC7BEC33DC045DF5" ;
  a2a:RecordIdentifier "3040237735" ;
  a2a:RecordGUID "{3A6C0EB9-222B-45DF-BC7B-EC33DC045DF5}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/CE8E22B38BFB46F6B3403CB850357B26" .

