@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_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF
  a a2a:Record ;
  rdfs:label "Geboorte op 25 augustus 1890 te Ijzendoorn" ;
  a2a:hasPerson oa:person_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Person3028466234, oa:person_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Person3028466235, oa:person_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Person3028466236 ;
  a2a:hasEvent oa:event_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_0, oa:relationep_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_1, oa:relationep_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_2 ;
  a2a:hasSource oa:source_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF .

oa:person_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Person3028466234
  a a2a:Person ;
  rdfs:label "Adriana Antonia Johanna van Mil" ;
  a2a:PersonName [
    rdfs:label "Adriana Antonia Johanna van Mil" ;
    a2a:PersonNameFirstName "Adriana Antonia Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mil"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Person3028466235
  a a2a:Person ;
  rdfs:label "Adrianus van Mil" ;
  a2a:PersonName [
    rdfs:label "Adrianus van Mil" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mil"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:Profession "wagenmaker" .

oa:person_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Person3028466236
  a a2a:Person ;
  rdfs:label "Adriana Kakebeen" ;
  a2a:PersonName [
    rdfs:label "Adriana Kakebeen" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Kakebeen"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "25-08-1890" ;
    a2a:Year "1890" ;
    a2a:Month "08" ;
    a2a:Day "25" ;
    rdfs:label "1890-08-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ijzendoorn" ;
    rdfs:label "Ijzendoorn"
  ] .

oa:relationep_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Person3028466234 ;
  a2a:EventKeyRef oa:event_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Event1 .

oa:relationep_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Person3028466235 ;
  a2a:EventKeyRef oa:event_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Event1 .

oa:relationep_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Person3028466236 ;
  a2a:EventKeyRef oa:event_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF_Event1 .

oa:source_gld_754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "IJzendoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "IJzendoorn, Nederland", "1890-08-26 - 1890-08-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-08-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-08-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "26-08-1890" ;
    a2a:Year "1890" ;
    a2a:Month "08" ;
    a2a:Day "26" ;
    rdfs:label "26-08-1890"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "IJzendoorn, Geboorteregister" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "2269.11" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, IJzendoorn, Geboorteregister, 12, 2269.11"
  ] ;
  a2a:SourceLastChangeDate "2022-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/754D6AF2AF7D47F3BEF69BFEF1265DCF" ;
  a2a:RecordIdentifier "3028466233" ;
  a2a:RecordGUID "{754D6AF2-AF7D-47F3-BEF6-9BFEF1265DCF}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/1721B14D888548E0A6593E3098AA63DC" .

