@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_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE
  a a2a:Record ;
  rdfs:label "Huwelijk op 28 december 1815 te Apeldoorn" ;
  a2a:hasPerson oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458152, oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458153, oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458154, oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458155, oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458156, oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458157 ;
  a2a:hasEvent oa:event_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_0, oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_1, oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_2, oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_3, oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_4, oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_5 ;
  a2a:hasSource oa:source_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE .

oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458152
  a a2a:Person ;
  rdfs:label "Peter Drost" ;
  a2a:PersonName [
    rdfs:label "Peter Drost" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Drost"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] ;
  a2a:Profession "boer" .

oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458153
  a a2a:Person ;
  rdfs:label "Lambert Peter Drost" ;
  a2a:PersonName [
    rdfs:label "Lambert Peter Drost" ;
    a2a:PersonNameFirstName "Lambert Peter" ;
    a2a:PersonNameLastName "Drost"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458154
  a a2a:Person ;
  rdfs:label "Reintje Mars" ;
  a2a:PersonName [
    rdfs:label "Reintje Mars" ;
    a2a:PersonNameFirstName "Reintje" ;
    a2a:PersonNameLastName "Mars"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458155
  a a2a:Person ;
  rdfs:label "Gerritje Elskamp" ;
  a2a:PersonName [
    rdfs:label "Gerritje Elskamp" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNameLastName "Elskamp"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458156
  a a2a:Person ;
  rdfs:label "Gerrit Gerrits" ;
  a2a:PersonName [
    rdfs:label "Gerrit Gerrits" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePatronym "Gerrits"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458157
  a a2a:Person ;
  rdfs:label "Annetje Gerrits" ;
  a2a:PersonName [
    rdfs:label "Annetje Gerrits" ;
    a2a:PersonNameFirstName "Annetje" ;
    a2a:PersonNameLastName "Gerrits"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "28-12-1815" ;
    a2a:Year "1815" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1815-12-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458152 ;
  a2a:EventKeyRef oa:event_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Event1 .

oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458153 ;
  a2a:EventKeyRef oa:event_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Event1 .

oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458154 ;
  a2a:EventKeyRef oa:event_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Event1 .

oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458155 ;
  a2a:EventKeyRef oa:event_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Event1 .

oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458156 ;
  a2a:EventKeyRef oa:event_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Event1 .

oa:relationep_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Person3049458157 ;
  a2a:EventKeyRef oa:event_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE_Event1 .

oa:source_gld_0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Apeldoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Apeldoorn, Nederland", "1815-12-28 - 1815-12-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1815-12-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1815-12-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-12-1815" ;
    a2a:Year "1815" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "28-12-1815"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Apeldoorn, Huwelijksregister" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "6602.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Apeldoorn, Huwelijksregister, 34, 6602.01"
  ] ;
  a2a:SourceLastChangeDate "2023-07-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/0F4CAF3067E24BD4BCF2B9C2ACFBE0CE" ;
  a2a:RecordIdentifier "3049458151" ;
  a2a:RecordGUID "{0F4CAF30-67E2-4BD4-BCF2-B9C2ACFBE0CE}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/6445ADBE25194B15ADABCF63C72020C5" .

