@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_541C11CD-B9ED-4B4E-B9F2-D0F385753270
  a a2a:Record ;
  rdfs:label "Geboorte op 4 april 1830 te Hattem" ;
  a2a:hasPerson oa:person_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Person3040150314, oa:person_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Person3040150315, oa:person_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Person3040150316 ;
  a2a:hasEvent oa:event_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_0, oa:relationep_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_1, oa:relationep_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_2 ;
  a2a:hasSource oa:source_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270 .

oa:person_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Person3040150314
  a a2a:Person ;
  rdfs:label "Gerrit Jan van der Wall" ;
  a2a:PersonName [
    rdfs:label "Gerrit Jan van der Wall" ;
    a2a:PersonNameFirstName "Gerrit Jan" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wall"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Person3040150315
  a a2a:Person ;
  rdfs:label "Gerrit van der Wall" ;
  a2a:PersonName [
    rdfs:label "Gerrit van der Wall" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wall"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Person3040150316
  a a2a:Person ;
  rdfs:label "Bartjen van Emst" ;
  a2a:PersonName [
    rdfs:label "Bartjen van Emst" ;
    a2a:PersonNameFirstName "Bartjen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Emst"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "04-04-1830" ;
    a2a:Year "1830" ;
    a2a:Month "04" ;
    a2a:Day "04" ;
    rdfs:label "1830-04-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hattem" ;
    rdfs:label "Hattem"
  ] .

oa:relationep_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Person3040150314 ;
  a2a:EventKeyRef oa:event_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Event1 .

oa:relationep_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Person3040150315 ;
  a2a:EventKeyRef oa:event_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Event1 .

oa:relationep_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Person3040150316 ;
  a2a:EventKeyRef oa:event_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270_Event1 .

oa:source_gld_541C11CD-B9ED-4B4E-B9F2-D0F385753270
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hattem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hattem, Nederland", "1830-04-05 - 1830-04-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1830-04-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1830-04-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "05-04-1830" ;
    a2a:Year "1830" ;
    a2a:Month "04" ;
    a2a:Day "05" ;
    rdfs:label "05-04-1830"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Hattem, Geboorteregister" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "4375.04" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Hattem, Geboorteregister, 16, 4375.04"
  ] ;
  a2a:SourceLastChangeDate "2022-11-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/541C11CDB9ED4B4EB9F2D0F385753270" ;
  a2a:RecordIdentifier "3040150313" ;
  a2a:RecordGUID "{541C11CD-B9ED-4B4E-B9F2-D0F385753270}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/EB559D2A3C3D475FB966A566BC690A0D" .

