@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_8ADE728F-619F-4EBB-B2B2-AF29D528104F
  a a2a:Record ;
  rdfs:label "Trouwen op 2 mei 1728 te Loenen" ;
  a2a:hasPerson oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person1, oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person2, oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person3, oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person4 ;
  a2a:hasEvent oa:event_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_0, oa:relationep_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_1, oa:relationep_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_2, oa:relationep_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_3 ;
  a2a:hasSource oa:source_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F .

oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person1
  a a2a:Person ;
  rdfs:label "Jan Bartels" ;
  a2a:PersonName [
    rdfs:label "Jan Bartels" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Bartels"
  ] .

oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person2
  a a2a:Person ;
  rdfs:label "Willem Bartels" ;
  a2a:PersonName [
    rdfs:label "Willem Bartels" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Bartels"
  ] .

oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person3
  a a2a:Person ;
  rdfs:label "Anna Geertruij Jongebloed" ;
  a2a:PersonName [
    rdfs:label "Anna Geertruij Jongebloed" ;
    a2a:PersonNameFirstName "Anna Geertruij" ;
    a2a:PersonNameLastName "Jongebloed"
  ] .

oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person4
  a a2a:Person ;
  rdfs:label "Arnoldus Jongebloed" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Jongebloed" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNameLastName "Jongebloed"
  ] .

oa:event_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1728" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1728-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Loenen" ;
    rdfs:label "Loenen"
  ] ;
  a2a:EventRemark29_Kerkelijke_gemeente "Loenen" .

oa:relationep_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_0
  a a2a:RelationEP ;
  rdfs:label "other:Vader bruidegom/bruid" ;
  a2a:RelationType "other:Vader bruidegom/bruid" ;
  a2a:PersonKeyRef oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person1 ;
  a2a:EventKeyRef oa:event_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Event1 .

oa:relationep_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_1
  a a2a:RelationEP ;
  rdfs:label "other:Bruidegom/bruid" ;
  a2a:RelationType "other:Bruidegom/bruid" ;
  a2a:PersonKeyRef oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person2 ;
  a2a:EventKeyRef oa:event_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Event1 .

oa:relationep_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_2
  a a2a:RelationEP ;
  rdfs:label "other:Bruidegom/bruid" ;
  a2a:RelationType "other:Bruidegom/bruid" ;
  a2a:PersonKeyRef oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person3 ;
  a2a:EventKeyRef oa:event_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Event1 .

oa:relationep_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_3
  a a2a:RelationEP ;
  rdfs:label "other:Vader bruidegom/bruid" ;
  a2a:RelationType "other:Vader bruidegom/bruid" ;
  a2a:PersonKeyRef oa:person_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Person4 ;
  a2a:EventKeyRef oa:event_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F_Event1 .

oa:source_gld_8ADE728F-619F-4EBB-B2B2-AF29D528104F
  a a2a:Source ;
  rdfs:label "Gelders Archief, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem", "1728-01-01 - 1728-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1728-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1728-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Loenen" ;
    a2a:RegistryNumber "71" ;
    a2a:Folio "27" ;
    rdfs:label "Gelders Archief, Loenen, 71, 27"
  ] ;
  a2a:SourceLastChangeDate "2021-02-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/8ADE728F619F4EBBB2B2AF29D528104F" ;
  a2a:RecordGUID "{8ADE728F-619F-4EBB-B2B2-AF29D528104F}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-AhGldA_0176_71_18_MI.xml van GLD" .

