@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_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8
  a a2a:Record ;
  rdfs:label "Trouwen op 14 april 1748" ;
  a2a:hasPerson oa:person_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_Person1, oa:person_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_Person2 ;
  a2a:hasEvent oa:event_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_0, oa:relationep_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_1 ;
  a2a:hasSource oa:source_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8 .

oa:person_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_Person1
  a a2a:Person ;
  rdfs:label "Hendrik Jan Croes" ;
  a2a:PersonName [
    rdfs:label "Hendrik Jan Croes" ;
    a2a:PersonNameFirstName "Hendrik Jan" ;
    a2a:PersonNameLastName "Croes"
  ] .

oa:person_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_Person2
  a a2a:Person ;
  rdfs:label "Margarit Dreijers" ;
  a2a:PersonName [
    rdfs:label "Margarit Dreijers" ;
    a2a:PersonNameFirstName "Margarit" ;
    a2a:PersonNameLastName "Dreijers"
  ] .

oa:event_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1748" ;
    a2a:Month "4" ;
    a2a:Day "14" ;
    rdfs:label "1748-04-14"^^xsd:date
  ] ;
  a2a:EventRemark30_Kerkelijke_gezindte "Nederduits Gereformeerd" ;
  a2a:EventRemark29_Kerkelijke_gemeente "Doetinchem" .

oa:relationep_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_0
  a a2a:RelationEP ;
  rdfs:label "other:Bruidegom/bruid" ;
  a2a:RelationType "other:Bruidegom/bruid" ;
  a2a:PersonKeyRef oa:person_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_Person1 ;
  a2a:EventKeyRef oa:event_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_Event1 .

oa:relationep_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_1
  a a2a:RelationEP ;
  rdfs:label "other:Bruidegom/bruid" ;
  a2a:RelationType "other:Bruidegom/bruid" ;
  a2a:PersonKeyRef oa:person_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_Person2 ;
  a2a:EventKeyRef oa:event_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8_Event1 .

oa:source_gld_8DAC5DF2-F29B-4907-AA37-E494DFDF58D8
  a a2a:Source ;
  rdfs:label "Gelders Archief, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem", "1748-01-01 - 1748-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1748-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1748-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Doetinchem" ;
    a2a:RegistryNumber "507" ;
    a2a:Folio "363" ;
    rdfs:label "Gelders Archief, Doetinchem, 507, 363"
  ] ;
  a2a:SourceLastChangeDate "2021-02-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/8DAC5DF2F29B4907AA37E494DFDF58D8" ;
  a2a:RecordGUID "{8DAC5DF2-F29B-4907-AA37-E494DFDF58D8}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-AhGldA_0176_507_54_MI.xml van GLD" .

