@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_036CF1D5-518D-4635-9DF6-D3B9AB950AF2
  a a2a:Record ;
  rdfs:label "Geboorte op 10 juli 1921 te Dichteren" ;
  a2a:hasPerson oa:person_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Person3432867501, oa:person_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Person3432867499, oa:person_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Person3432867500 ;
  a2a:hasEvent oa:event_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_0, oa:relationep_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_1, oa:relationep_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_2 ;
  a2a:hasSource oa:source_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2 .

oa:person_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Person3432867501
  a a2a:Person ;
  rdfs:label "Albertus Theodorus Maria Aaldering" ;
  a2a:PersonName [
    rdfs:label "Albertus Theodorus Maria Aaldering" ;
    a2a:PersonNameFirstName "Albertus Theodorus Maria" ;
    a2a:PersonNameLastName "Aaldering"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Person3432867499
  a a2a:Person ;
  rdfs:label "Everhardus Hermanus Aaldering" ;
  a2a:PersonName [
    rdfs:label "Everhardus Hermanus Aaldering" ;
    a2a:PersonNameFirstName "Everhardus Hermanus" ;
    a2a:PersonNameLastName "Aaldering"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Person3432867500
  a a2a:Person ;
  rdfs:label "Antonia Maria Bleumer" ;
  a2a:PersonName [
    rdfs:label "Antonia Maria Bleumer" ;
    a2a:PersonNameFirstName "Antonia Maria" ;
    a2a:PersonNameLastName "Bleumer"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "10-07-1921" ;
    a2a:Year "1921" ;
    a2a:Month "07" ;
    a2a:Day "10" ;
    rdfs:label "1921-07-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dichteren" ;
    rdfs:label "Dichteren"
  ] .

oa:relationep_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Person3432867501 ;
  a2a:EventKeyRef oa:event_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Event1 .

oa:relationep_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Person3432867499 ;
  a2a:EventKeyRef oa:event_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Event1 .

oa:relationep_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Person3432867500 ;
  a2a:EventKeyRef oa:event_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2_Event1 .

oa:source_gld_036CF1D5-518D-4635-9DF6-D3B9AB950AF2
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Doetinchem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Doetinchem, Nederland", "1921-07-11 - 1921-07-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-07-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-07-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "11-07-1921" ;
    a2a:Year "1921" ;
    a2a:Month "07" ;
    a2a:Day "11" ;
    rdfs:label "11-07-1921"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Doetinchem, Geboorteregister" ;
    a2a:Book "Doetinchem, Geboorteregister" ;
    a2a:DocumentNumber "180" ;
    a2a:RegistryNumber "11583.02" ;
    rdfs:label "Gelders Archief, Arnhem, Doetinchem, Geboorteregister, Doetinchem, Geboorteregister, 180, 11583.02"
  ] ;
  a2a:SourceLastChangeDate "2023-12-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/036CF1D5518D46359DF6D3B9AB950AF2" ;
  a2a:RecordIdentifier "3432867498" ;
  a2a:RecordGUID "{036CF1D5-518D-4635-9DF6-D3B9AB950AF2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/30B33013969847B580F89FA927D9DE29" .

