@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_D358AF45-059D-4394-9762-27068BA286AD
  a a2a:Record ;
  rdfs:label "Trouwen op 18 maart 1781" ;
  a2a:hasPerson oa:person_gld_D358AF45-059D-4394-9762-27068BA286AD_Person1, oa:person_gld_D358AF45-059D-4394-9762-27068BA286AD_Person2, oa:person_gld_D358AF45-059D-4394-9762-27068BA286AD_Person3 ;
  a2a:hasEvent oa:event_gld_D358AF45-059D-4394-9762-27068BA286AD_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_D358AF45-059D-4394-9762-27068BA286AD_0, oa:relationep_gld_D358AF45-059D-4394-9762-27068BA286AD_1, oa:relationep_gld_D358AF45-059D-4394-9762-27068BA286AD_2 ;
  a2a:hasSource oa:source_gld_D358AF45-059D-4394-9762-27068BA286AD .

oa:person_gld_D358AF45-059D-4394-9762-27068BA286AD_Person1
  a a2a:Person ;
  rdfs:label "Marrij Biesters" ;
  a2a:PersonName [
    rdfs:label "Marrij Biesters" ;
    a2a:PersonNameFirstName "Marrij" ;
    a2a:PersonNameLastName "Biesters"
  ] .

oa:person_gld_D358AF45-059D-4394-9762-27068BA286AD_Person2
  a a2a:Person ;
  rdfs:label "Garrit Jan Elsink" ;
  a2a:PersonName [
    rdfs:label "Garrit Jan Elsink" ;
    a2a:PersonNameFirstName "Garrit Jan" ;
    a2a:PersonNameLastName "Elsink"
  ] .

oa:person_gld_D358AF45-059D-4394-9762-27068BA286AD_Person3
  a a2a:Person ;
  rdfs:label "Enneken Geurtsen" ;
  a2a:PersonName [
    rdfs:label "Enneken Geurtsen" ;
    a2a:PersonNameFirstName "Enneken" ;
    a2a:PersonNameLastName "Geurtsen"
  ] .

oa:event_gld_D358AF45-059D-4394-9762-27068BA286AD_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1781" ;
    a2a:Month "3" ;
    a2a:Day "18" ;
    rdfs:label "1781-03-18"^^xsd:date
  ] ;
  a2a:EventRemark29_Kerkelijke_gemeente "Zeddam" .

oa:relationep_gld_D358AF45-059D-4394-9762-27068BA286AD_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_gld_D358AF45-059D-4394-9762-27068BA286AD_Person1 ;
  a2a:EventKeyRef oa:event_gld_D358AF45-059D-4394-9762-27068BA286AD_Event1 .

oa:relationep_gld_D358AF45-059D-4394-9762-27068BA286AD_1
  a a2a:RelationEP ;
  rdfs:label "other:Bruidegom/bruid" ;
  a2a:RelationType "other:Bruidegom/bruid" ;
  a2a:PersonKeyRef oa:person_gld_D358AF45-059D-4394-9762-27068BA286AD_Person2 ;
  a2a:EventKeyRef oa:event_gld_D358AF45-059D-4394-9762-27068BA286AD_Event1 .

oa:relationep_gld_D358AF45-059D-4394-9762-27068BA286AD_2
  a a2a:RelationEP ;
  rdfs:label "other:Bruidegom/bruid" ;
  a2a:RelationType "other:Bruidegom/bruid" ;
  a2a:PersonKeyRef oa:person_gld_D358AF45-059D-4394-9762-27068BA286AD_Person3 ;
  a2a:EventKeyRef oa:event_gld_D358AF45-059D-4394-9762-27068BA286AD_Event1 .

oa:source_gld_D358AF45-059D-4394-9762-27068BA286AD
  a a2a:Source ;
  rdfs:label "Gelders Archief, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem", "1781-01-01 - 1781-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1781-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1781-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Zeddam" ;
    a2a:RegistryNumber "274" ;
    a2a:Folio "78" ;
    rdfs:label "Gelders Archief, Zeddam, 274, 78"
  ] ;
  a2a:SourceLastChangeDate "2021-02-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/D358AF45059D4394976227068BA286AD" ;
  a2a:RecordGUID "{D358AF45-059D-4394-9762-27068BA286AD}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-AhGldA_0176_274_54_MI.xml van GLD" .

