@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_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1
  a a2a:Record ;
  rdfs:label "Geboorte op 25 augustus 1825 te Lunteren (Ede)" ;
  a2a:hasPerson oa:person_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Person1, oa:person_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Person2, oa:person_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Person3 ;
  a2a:hasEvent oa:event_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_0, oa:relationep_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_1, oa:relationep_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_2 ;
  a2a:hasSource oa:source_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1 .

oa:person_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Person1
  a a2a:Person ;
  rdfs:label "Gerritje van Veldhuizen" ;
  a2a:PersonName [
    rdfs:label "Gerritje van Veldhuizen" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Veldhuizen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Person2
  a a2a:Person ;
  rdfs:label "Gisbert Aartsen van Veldhuizen" ;
  a2a:PersonName [
    rdfs:label "Gisbert Aartsen van Veldhuizen" ;
    a2a:PersonNameFirstName "Gisbert" ;
    a2a:PersonNamePatronym "Aartsen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Veldhuizen"
  ] ;
  a2a:Profession "-" .

oa:person_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Person3
  a a2a:Person ;
  rdfs:label "Aaltje Aartsen" ;
  a2a:PersonName [
    rdfs:label "Aaltje Aartsen" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Aartsen"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1825" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1825-08-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lunteren (Ede)" ;
    rdfs:label "Lunteren (Ede)"
  ] .

oa:relationep_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Person1 ;
  a2a:EventKeyRef oa:event_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Event1 .

oa:relationep_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Person2 ;
  a2a:EventKeyRef oa:event_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Event1 .

oa:relationep_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Person3 ;
  a2a:EventKeyRef oa:event_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1_Event1 .

oa:source_gld_afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem", "1825-01-01 - 1825-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1825-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1825-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Ede" ;
    a2a:Collection "Ede" ;
    a2a:DocumentNumber "176" ;
    a2a:RegistryNumber "5318" ;
    rdfs:label "Gelders Archief, Ede, Ede, 176, 5318"
  ] ;
  a2a:SourceLastChangeDate "2016-04-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.geldersarchief.nl/zoeken/?mivast=37&miadt=37&miaet=18&micode=0207_G_5318&minr=23935342&miview=ldt" ;
  a2a:RecordGUID "{afbcf0f0-afe4-7fff-5fc4-288bf7cc0cf1}" .

