@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_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D
  a a2a:Record ;
  rdfs:label "Geboorte op 14 juli 1852 te Groesbeek" ;
  a2a:hasPerson oa:person_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Person3041114734, oa:person_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Person3041114735, oa:person_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Person3041114736 ;
  a2a:hasEvent oa:event_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_0, oa:relationep_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_1, oa:relationep_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_2 ;
  a2a:hasSource oa:source_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D .

oa:person_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Person3041114734
  a a2a:Person ;
  rdfs:label "Cornelis Antonius Judik Bottema" ;
  a2a:PersonName [
    rdfs:label "Cornelis Antonius Judik Bottema" ;
    a2a:PersonNameFirstName "Cornelis Antonius Judik" ;
    a2a:PersonNameLastName "Bottema"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Person3041114735
  a a2a:Person ;
  rdfs:label "Wrister Jans Bottema" ;
  a2a:PersonName [
    rdfs:label "Wrister Jans Bottema" ;
    a2a:PersonNameFirstName "Wrister Jans" ;
    a2a:PersonNameLastName "Bottema"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "-rijksambtenaar" .

oa:person_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Person3041114736
  a a2a:Person ;
  rdfs:label "Alida van Golverdinge" ;
  a2a:PersonName [
    rdfs:label "Alida van Golverdinge" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Golverdinge"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "14-07-1852" ;
    a2a:Year "1852" ;
    a2a:Month "07" ;
    a2a:Day "14" ;
    rdfs:label "1852-07-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groesbeek" ;
    rdfs:label "Groesbeek"
  ] .

oa:relationep_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Person3041114734 ;
  a2a:EventKeyRef oa:event_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Event1 .

oa:relationep_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Person3041114735 ;
  a2a:EventKeyRef oa:event_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Event1 .

oa:relationep_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Person3041114736 ;
  a2a:EventKeyRef oa:event_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D_Event1 .

oa:source_gld_09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groesbeek" ;
    a2a:Country "Nederland" ;
    rdfs:label "Groesbeek, Nederland", "1852-07-15 - 1852-07-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-07-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-07-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-07-1852" ;
    a2a:Year "1852" ;
    a2a:Month "07" ;
    a2a:Day "15" ;
    rdfs:label "15-07-1852"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Groesbeek, Geboorteregister" ;
    a2a:DocumentNumber "47" ;
    a2a:RegistryNumber "4536.08" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Groesbeek, Geboorteregister, 47, 4536.08"
  ] ;
  a2a:SourceLastChangeDate "2022-11-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/09FD83FDC0474CBC9DB5DCF3C9DDEB6D" ;
  a2a:RecordIdentifier "3041114733" ;
  a2a:RecordGUID "{09FD83FD-C047-4CBC-9DB5-DCF3C9DDEB6D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/5CD9470D51154EE7BA11AF2C639DD186" .

