@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_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C
  a a2a:Record ;
  rdfs:label "Geboorte op 29 september 1896 te Esveld" ;
  a2a:hasPerson oa:person_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Person3049000038, oa:person_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Person3049000039, oa:person_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Person3049000040 ;
  a2a:hasEvent oa:event_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_0, oa:relationep_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_1, oa:relationep_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_2 ;
  a2a:hasSource oa:source_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C .

oa:person_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Person3049000038
  a a2a:Person ;
  rdfs:label "Andrisa Arends" ;
  a2a:PersonName [
    rdfs:label "Andrisa Arends" ;
    a2a:PersonNameFirstName "Andrisa" ;
    a2a:PersonNameLastName "Arends"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Person3049000039
  a a2a:Person ;
  rdfs:label "Johan Arends" ;
  a2a:PersonName [
    rdfs:label "Johan Arends" ;
    a2a:PersonNameFirstName "Johan" ;
    a2a:PersonNameLastName "Arends"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:Profession "dagloner" .

oa:person_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Person3049000040
  a a2a:Person ;
  rdfs:label "Evertje Schut" ;
  a2a:PersonName [
    rdfs:label "Evertje Schut" ;
    a2a:PersonNameFirstName "Evertje" ;
    a2a:PersonNameLastName "Schut"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "29-09-1896" ;
    a2a:Year "1896" ;
    a2a:Month "09" ;
    a2a:Day "29" ;
    rdfs:label "1896-09-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Esveld" ;
    rdfs:label "Esveld"
  ] .

oa:relationep_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Person3049000038 ;
  a2a:EventKeyRef oa:event_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Event1 .

oa:relationep_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Person3049000039 ;
  a2a:EventKeyRef oa:event_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Event1 .

oa:relationep_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Person3049000040 ;
  a2a:EventKeyRef oa:event_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C_Event1 .

oa:source_gld_A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Barneveld" ;
    a2a:Country "Nederland" ;
    rdfs:label "Barneveld, Nederland", "1896-09-29 - 1896-09-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1896-09-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1896-09-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "29-09-1896" ;
    a2a:Year "1896" ;
    a2a:Month "09" ;
    a2a:Day "29" ;
    rdfs:label "29-09-1896"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Barneveld, Geboorteregister" ;
    a2a:DocumentNumber "178" ;
    a2a:RegistryNumber "6432.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Barneveld, Geboorteregister, 178, 6432.01"
  ] ;
  a2a:SourceLastChangeDate "2023-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/A63DA86FCD3C4EA2B9829D184DDCAD1C" ;
  a2a:RecordIdentifier "3049000037" ;
  a2a:RecordGUID "{A63DA86F-CD3C-4EA2-B982-9D184DDCAD1C}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/2EEB42880FAA47BCB9402A89919EAE7F" .

