@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_2DD33198-D878-4EB4-8EB4-332C9DA80AD1
  a a2a:Record ;
  rdfs:label "Geboorte op 28 maart 1831 te Ingen" ;
  a2a:hasPerson oa:person_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Person3034580623, oa:person_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Person3034580625, oa:person_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Person3034580627 ;
  a2a:hasEvent oa:event_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_0, oa:relationep_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_1, oa:relationep_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_2 ;
  a2a:hasSource oa:source_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1 .

oa:person_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Person3034580623
  a a2a:Person ;
  rdfs:label "Jacomina Christina van de Wal" ;
  a2a:PersonName [
    rdfs:label "Jacomina Christina van de Wal" ;
    a2a:PersonNameFirstName "Jacomina Christina" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wal"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Person3034580625
  a a2a:Person ;
  rdfs:label "Bastiaan van de Wal" ;
  a2a:PersonName [
    rdfs:label "Bastiaan van de Wal" ;
    a2a:PersonNameFirstName "Bastiaan" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wal"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "44" ;
    rdfs:label "44"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Person3034580627
  a a2a:Person ;
  rdfs:label "Christina van de Weerd" ;
  a2a:PersonName [
    rdfs:label "Christina van de Weerd" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Weerd"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "28-03-1831" ;
    a2a:Year "1831" ;
    a2a:Month "03" ;
    a2a:Day "28" ;
    rdfs:label "1831-03-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ingen" ;
    rdfs:label "Ingen"
  ] .

oa:relationep_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Person3034580623 ;
  a2a:EventKeyRef oa:event_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Event1 .

oa:relationep_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Person3034580625 ;
  a2a:EventKeyRef oa:event_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Event1 .

oa:relationep_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Person3034580627 ;
  a2a:EventKeyRef oa:event_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1_Event1 .

oa:source_gld_2DD33198-D878-4EB4-8EB4-332C9DA80AD1
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lienden" ;
    a2a:Country "Nederland" ;
    rdfs:label "Lienden, Nederland", "1831-03-29 - 1831-03-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1831-03-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1831-03-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "29-03-1831" ;
    a2a:Year "1831" ;
    a2a:Month "03" ;
    a2a:Day "29" ;
    rdfs:label "29-03-1831"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Lienden, Geboorteregister" ;
    a2a:DocumentNumber "25" ;
    a2a:RegistryNumber "3794.02" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Lienden, Geboorteregister, 25, 3794.02"
  ] ;
  a2a:SourceLastChangeDate "2022-11-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/2DD33198D8784EB48EB4332C9DA80AD1" ;
  a2a:RecordIdentifier "3034580620" ;
  a2a:RecordGUID "{2DD33198-D878-4EB4-8EB4-332C9DA80AD1}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/91BA5C9D24BB43E885960C1D3DE720BD" .

