@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_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2
  a a2a:Record ;
  rdfs:label "Geboorte op 17 augustus 1883 te Megchelen" ;
  a2a:hasPerson oa:person_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Person3041796009, oa:person_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Person3041796010, oa:person_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Person3041796011 ;
  a2a:hasEvent oa:event_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_0, oa:relationep_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_1, oa:relationep_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_2 ;
  a2a:hasSource oa:source_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2 .

oa:person_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Person3041796009
  a a2a:Person ;
  rdfs:label "Wilhelmus Theodorus Kolks" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Theodorus Kolks" ;
    a2a:PersonNameFirstName "Wilhelmus Theodorus" ;
    a2a:PersonNameLastName "Kolks"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Person3041796010
  a a2a:Person ;
  rdfs:label "Johannes Bernadus Kolks" ;
  a2a:PersonName [
    rdfs:label "Johannes Bernadus Kolks" ;
    a2a:PersonNameFirstName "Johannes Bernadus" ;
    a2a:PersonNameLastName "Kolks"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Person3041796011
  a a2a:Person ;
  rdfs:label "Catrina Roes" ;
  a2a:PersonName [
    rdfs:label "Catrina Roes" ;
    a2a:PersonNameFirstName "Catrina" ;
    a2a:PersonNameLastName "Roes"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "17-08-1883" ;
    a2a:Year "1883" ;
    a2a:Month "08" ;
    a2a:Day "17" ;
    rdfs:label "1883-08-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Megchelen" ;
    rdfs:label "Megchelen"
  ] .

oa:relationep_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Person3041796009 ;
  a2a:EventKeyRef oa:event_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Event1 .

oa:relationep_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Person3041796010 ;
  a2a:EventKeyRef oa:event_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Event1 .

oa:relationep_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Person3041796011 ;
  a2a:EventKeyRef oa:event_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2_Event1 .

oa:source_gld_FD8478C2-DC3B-49BC-811F-F5BDC353B4F2
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gendringen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Gendringen, Nederland", "1883-08-18 - 1883-08-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1883-08-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1883-08-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-08-1883" ;
    a2a:Year "1883" ;
    a2a:Month "08" ;
    a2a:Day "18" ;
    rdfs:label "18-08-1883"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Gendringen, Geboorteregister" ;
    a2a:DocumentNumber "123" ;
    a2a:RegistryNumber "4754.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Gendringen, Geboorteregister, 123, 4754.01"
  ] ;
  a2a:SourceLastChangeDate "2026-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/FD8478C2DC3B49BC811FF5BDC353B4F2" ;
  a2a:RecordIdentifier "3041796008" ;
  a2a:RecordGUID "{FD8478C2-DC3B-49BC-811F-F5BDC353B4F2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/0806B5D4641B45449C9B0FF10C1EFEB2" .

