@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_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD
  a a2a:Record ;
  rdfs:label "Geboorte op 1 maart 1921 te Arnhem" ;
  a2a:hasPerson oa:person_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Person3433752575, oa:person_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Person3433752573, oa:person_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Person3433752574 ;
  a2a:hasEvent oa:event_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_0, oa:relationep_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_1, oa:relationep_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_2 ;
  a2a:hasSource oa:source_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD .

oa:person_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Person3433752575
  a a2a:Person ;
  rdfs:label "Adrianus Jacobus Hagens" ;
  a2a:PersonName [
    rdfs:label "Adrianus Jacobus Hagens" ;
    a2a:PersonNameFirstName "Adrianus Jacobus" ;
    a2a:PersonNameLastName "Hagens"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Person3433752573
  a a2a:Person ;
  rdfs:label "Adrianus Jacobus Hagens" ;
  a2a:PersonName [
    rdfs:label "Adrianus Jacobus Hagens" ;
    a2a:PersonNameFirstName "Adrianus Jacobus" ;
    a2a:PersonNameLastName "Hagens"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Person3433752574
  a a2a:Person ;
  rdfs:label "Antonia Willemina Geertruida Hekkers" ;
  a2a:PersonName [
    rdfs:label "Antonia Willemina Geertruida Hekkers" ;
    a2a:PersonNameFirstName "Antonia Willemina Geertruida" ;
    a2a:PersonNameLastName "Hekkers"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "01-03-1921" ;
    a2a:Year "1921" ;
    a2a:Month "03" ;
    a2a:Day "01" ;
    rdfs:label "1921-03-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] .

oa:relationep_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Person3433752575 ;
  a2a:EventKeyRef oa:event_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Event1 .

oa:relationep_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Person3433752573 ;
  a2a:EventKeyRef oa:event_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Event1 .

oa:relationep_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Person3433752574 ;
  a2a:EventKeyRef oa:event_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD_Event1 .

oa:source_gld_2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Arnhem, Nederland", "1921-03-03 - 1921-03-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-03-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-03-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-03-1921" ;
    a2a:Year "1921" ;
    a2a:Month "03" ;
    a2a:Day "03" ;
    rdfs:label "03-03-1921"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Arnhem, Geboorteregister" ;
    a2a:Book "Arnhem, Geboorteregister" ;
    a2a:DocumentNumber "301" ;
    a2a:RegistryNumber "11552.01" ;
    rdfs:label "Gelders Archief, Arnhem, Arnhem, Geboorteregister, Arnhem, Geboorteregister, 301, 11552.01"
  ] ;
  a2a:SourceLastChangeDate "2023-12-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/2DF0FB92E3BA4F46B2B26DA476AC40CD" ;
  a2a:RecordIdentifier "3433752572" ;
  a2a:RecordGUID "{2DF0FB92-E3BA-4F46-B2B2-6DA476AC40CD}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/FC2C126677C744AE842989C88A4951BF" .

