@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_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0
  a a2a:Record ;
  rdfs:label "Geboorte op 25 mei 1851 te Velp" ;
  a2a:hasPerson oa:person_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Person3032291098, oa:person_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Person3032291099, oa:person_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Person3032291100 ;
  a2a:hasEvent oa:event_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_0, oa:relationep_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_1, oa:relationep_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_2 ;
  a2a:hasSource oa:source_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0 .

oa:person_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Person3032291098
  a a2a:Person ;
  rdfs:label "Henrietta van der Elst" ;
  a2a:PersonName [
    rdfs:label "Henrietta van der Elst" ;
    a2a:PersonNameFirstName "Henrietta" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Elst"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Person3032291099
  a a2a:Person ;
  rdfs:label "Mathijs van der Elst" ;
  a2a:PersonName [
    rdfs:label "Mathijs van der Elst" ;
    a2a:PersonNameFirstName "Mathijs" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Elst"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:Profession "-schrijnwerker" .

oa:person_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Person3032291100
  a a2a:Person ;
  rdfs:label "Henrietta Christina Caro" ;
  a2a:PersonName [
    rdfs:label "Henrietta Christina Caro" ;
    a2a:PersonNameFirstName "Henrietta Christina" ;
    a2a:PersonNameLastName "Caro"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "25-05-1851" ;
    a2a:Year "1851" ;
    a2a:Month "05" ;
    a2a:Day "25" ;
    rdfs:label "1851-05-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Velp" ;
    rdfs:label "Velp"
  ] .

oa:relationep_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Person3032291098 ;
  a2a:EventKeyRef oa:event_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Event1 .

oa:relationep_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Person3032291099 ;
  a2a:EventKeyRef oa:event_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Event1 .

oa:relationep_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Person3032291100 ;
  a2a:EventKeyRef oa:event_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0_Event1 .

oa:source_gld_83ABBFB6-5773-4FD0-AFAA-059BE67E16D0
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rheden" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rheden, Nederland", "1851-05-26 - 1851-05-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1851-05-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1851-05-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "26-05-1851" ;
    a2a:Year "1851" ;
    a2a:Month "05" ;
    a2a:Day "26" ;
    rdfs:label "26-05-1851"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Rheden, Geboorteregister" ;
    a2a:DocumentNumber "87" ;
    a2a:RegistryNumber "3254.04" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Rheden, Geboorteregister, 87, 3254.04"
  ] ;
  a2a:SourceLastChangeDate "2022-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/83ABBFB657734FD0AFAA059BE67E16D0" ;
  a2a:RecordIdentifier "3032291097" ;
  a2a:RecordGUID "{83ABBFB6-5773-4FD0-AFAA-059BE67E16D0}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/3EA5F1605B8346C3BDE3AE82B368161A" .

