@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_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC
  a a2a:Record ;
  rdfs:label "Geboorte op 10 januari 1831 te Nijmegen" ;
  a2a:hasPerson oa:person_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Person3046743536, oa:person_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Person3046743533, oa:person_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Person3046743534 ;
  a2a:hasEvent oa:event_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_0, oa:relationep_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_1, oa:relationep_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_2 ;
  a2a:hasSource oa:source_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC .

oa:person_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Person3046743536
  a a2a:Person ;
  rdfs:label "Grada Rengers" ;
  a2a:PersonName [
    rdfs:label "Grada Rengers" ;
    a2a:PersonNameFirstName "Grada" ;
    a2a:PersonNameLastName "Rengers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "-" .

oa:person_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Person3046743533
  a a2a:Person ;
  rdfs:label "Jacobus Rengers" ;
  a2a:PersonName [
    rdfs:label "Jacobus Rengers" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Rengers"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:Profession "-metzelaarsopperman" .

oa:person_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Person3046743534
  a a2a:Person ;
  rdfs:label "Joanna Cornelissen" ;
  a2a:PersonName [
    rdfs:label "Joanna Cornelissen" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Cornelissen"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "10-01-1831" ;
    a2a:Year "1831" ;
    a2a:Month "01" ;
    a2a:Day "10" ;
    rdfs:label "1831-01-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] .

oa:relationep_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Person3046743536 ;
  a2a:EventKeyRef oa:event_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Event1 .

oa:relationep_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Person3046743533 ;
  a2a:EventKeyRef oa:event_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Event1 .

oa:relationep_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Person3046743534 ;
  a2a:EventKeyRef oa:event_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC_Event1 .

oa:source_gld_0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Nijmegen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nijmegen, Nederland", "1831-01-11 - 1831-01-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1831-01-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1831-01-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "11-01-1831" ;
    a2a:Year "1831" ;
    a2a:Month "01" ;
    a2a:Day "11" ;
    rdfs:label "11-01-1831"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Nijmegen, Geboorteregister" ;
    a2a:DocumentNumber "19" ;
    a2a:RegistryNumber "998.02" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Nijmegen, Geboorteregister, 19, 998.02"
  ] ;
  a2a:SourceLastChangeDate "2025-07-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/0C198EF7F71E41078ACFEBB4D4FD5ABC" ;
  a2a:RecordIdentifier "3046743531" ;
  a2a:RecordGUID "{0C198EF7-F71E-4107-8ACF-EBB4D4FD5ABC}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/F49B1CCD88B44A62ADBBE7167660F4F2" .

