@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_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D
  a a2a:Record ;
  rdfs:label "Geboorte op 11 juli 1902 te Eimeren" ;
  a2a:hasPerson oa:person_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Person3043031099, oa:person_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Person3043031100, oa:person_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Person3043031101 ;
  a2a:hasEvent oa:event_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_0, oa:relationep_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_1, oa:relationep_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_2 ;
  a2a:hasSource oa:source_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D .

oa:person_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Person3043031099
  a a2a:Person ;
  rdfs:label "Theodorus Derksen" ;
  a2a:PersonName [
    rdfs:label "Theodorus Derksen" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNameLastName "Derksen"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Person3043031100
  a a2a:Person ;
  rdfs:label "Theodorus Derksen" ;
  a2a:PersonName [
    rdfs:label "Theodorus Derksen" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNameLastName "Derksen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Person3043031101
  a a2a:Person ;
  rdfs:label "Janna Cornelia Pluim" ;
  a2a:PersonName [
    rdfs:label "Janna Cornelia Pluim" ;
    a2a:PersonNameFirstName "Janna Cornelia" ;
    a2a:PersonNameLastName "Pluim"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "11-07-1902" ;
    a2a:Year "1902" ;
    a2a:Month "07" ;
    a2a:Day "11" ;
    rdfs:label "1902-07-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eimeren" ;
    rdfs:label "Eimeren"
  ] .

oa:relationep_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Person3043031099 ;
  a2a:EventKeyRef oa:event_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Event1 .

oa:relationep_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Person3043031100 ;
  a2a:EventKeyRef oa:event_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Event1 .

oa:relationep_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Person3043031101 ;
  a2a:EventKeyRef oa:event_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D_Event1 .

oa:source_gld_F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Elst" ;
    a2a:Country "Nederland" ;
    rdfs:label "Elst, Nederland", "1902-07-12 - 1902-07-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-07-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-07-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-07-1902" ;
    a2a:Year "1902" ;
    a2a:Month "07" ;
    a2a:Day "12" ;
    rdfs:label "12-07-1902"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Elst, Geboorteregister" ;
    a2a:DocumentNumber "108" ;
    a2a:RegistryNumber "5076.08" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Elst, Geboorteregister, 108, 5076.08"
  ] ;
  a2a:SourceLastChangeDate "2026-02-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/F0ADA34F89064ED0941BB31BDFB2DB1D" ;
  a2a:RecordIdentifier "3043031098" ;
  a2a:RecordGUID "{F0ADA34F-8906-4ED0-941B-B31BDFB2DB1D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/BCFE535047CF4828AC81744D9DBE99F7" .

