@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_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2
  a a2a:Record ;
  rdfs:label "Geboorte op 1 september 1918 te Ermelo" ;
  a2a:hasPerson oa:person_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Person3434025057, oa:person_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Person3434025055, oa:person_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Person3434025056 ;
  a2a:hasEvent oa:event_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_0, oa:relationep_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_1, oa:relationep_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_2 ;
  a2a:hasSource oa:source_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2 .

oa:person_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Person3434025057
  a a2a:Person ;
  rdfs:label "Willij Jaques Emile van Dekeghel" ;
  a2a:PersonName [
    rdfs:label "Willij Jaques Emile van Dekeghel" ;
    a2a:PersonNameFirstName "Willij Jaques Emile" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dekeghel"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Person3434025055
  a a2a:Person ;
  rdfs:label "Julius Emilius Dekeghel" ;
  a2a:PersonName [
    rdfs:label "Julius Emilius Dekeghel" ;
    a2a:PersonNameFirstName "Julius Emilius" ;
    a2a:PersonNameLastName "Dekeghel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "reiziger" .

oa:person_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Person3434025056
  a a2a:Person ;
  rdfs:label "Maria Seraphina Cabout" ;
  a2a:PersonName [
    rdfs:label "Maria Seraphina Cabout" ;
    a2a:PersonNameFirstName "Maria Seraphina" ;
    a2a:PersonNameLastName "Cabout"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "01-09-1918" ;
    a2a:Year "1918" ;
    a2a:Month "09" ;
    a2a:Day "01" ;
    rdfs:label "1918-09-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ermelo" ;
    rdfs:label "Ermelo"
  ] .

oa:relationep_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Person3434025057 ;
  a2a:EventKeyRef oa:event_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Event1 .

oa:relationep_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Person3434025055 ;
  a2a:EventKeyRef oa:event_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Event1 .

oa:relationep_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Person3434025056 ;
  a2a:EventKeyRef oa:event_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2_Event1 .

oa:source_gld_CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ermelo" ;
    a2a:Country "Nederland" ;
    rdfs:label "Ermelo, Nederland", "1918-09-02 - 1918-09-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-09-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-09-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "02-09-1918" ;
    a2a:Year "1918" ;
    a2a:Month "09" ;
    a2a:Day "02" ;
    rdfs:label "02-09-1918"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Ermelo, kantoor Ermelo, Geboorteregister" ;
    a2a:DocumentNumber "80" ;
    a2a:RegistryNumber "11600.06" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1903-1980, Ermelo, kantoor Ermelo, Geboorteregister, 80, 11600.06"
  ] ;
  a2a:SourceLastChangeDate "2026-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/CF7BE520EC5D4EAF9CADCE62F8C515B2" ;
  a2a:RecordIdentifier "3434025054" ;
  a2a:RecordGUID "{CF7BE520-EC5D-4EAF-9CAD-CE62F8C515B2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/5BD9BA6E4ADD45599E81197D076523C4" .

