@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_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE
  a a2a:Record ;
  rdfs:label "Geboorte op 4 april 1898 te Holk" ;
  a2a:hasPerson oa:person_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Person3099942679, oa:person_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Person3099942680, oa:person_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Person3099942681 ;
  a2a:hasEvent oa:event_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_0, oa:relationep_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_1, oa:relationep_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_2 ;
  a2a:hasSource oa:source_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE .

oa:person_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Person3099942679
  a a2a:Person ;
  rdfs:label "Ceel van de Pol" ;
  a2a:PersonName [
    rdfs:label "Ceel van de Pol" ;
    a2a:PersonNameFirstName "Ceel" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Person3099942680
  a a2a:Person ;
  rdfs:label "Willem van de Pol" ;
  a2a:PersonName [
    rdfs:label "Willem van de Pol" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Person3099942681
  a a2a:Person ;
  rdfs:label "Gijsbertha van de Beek" ;
  a2a:PersonName [
    rdfs:label "Gijsbertha van de Beek" ;
    a2a:PersonNameFirstName "Gijsbertha" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Beek"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "04-04-1898" ;
    a2a:Year "1898" ;
    a2a:Month "04" ;
    a2a:Day "04" ;
    rdfs:label "1898-04-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Holk" ;
    rdfs:label "Holk"
  ] .

oa:relationep_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Person3099942679 ;
  a2a:EventKeyRef oa:event_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Event1 .

oa:relationep_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Person3099942680 ;
  a2a:EventKeyRef oa:event_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Event1 .

oa:relationep_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Person3099942681 ;
  a2a:EventKeyRef oa:event_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE_Event1 .

oa:source_gld_DCCAF88D-6B29-4698-A017-F3E90AEB2ABE
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Nijkerk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nijkerk, Nederland", "1898-04-04 - 1898-04-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1898-04-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1898-04-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "04-04-1898" ;
    a2a:Year "1898" ;
    a2a:Month "04" ;
    a2a:Day "04" ;
    rdfs:label "04-04-1898"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Nijkerk, Geboorteregister" ;
    a2a:DocumentNumber "70" ;
    a2a:RegistryNumber "3566.03" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Nijkerk, Geboorteregister, 70, 3566.03"
  ] ;
  a2a:SourceLastChangeDate "2023-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/DCCAF88D6B294698A017F3E90AEB2ABE" ;
  a2a:RecordIdentifier "3099942678" ;
  a2a:RecordGUID "{DCCAF88D-6B29-4698-A017-F3E90AEB2ABE}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/68041A55BAC24D578206EA00F8F11533" .

