@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_F2B97265-34F2-47AD-AFAB-393D2CF256C7
  a a2a:Record ;
  rdfs:label "Geboorte op 22 oktober 1829 te Apeldoorn" ;
  a2a:hasPerson oa:person_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Person3049636388, oa:person_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Person3049636386, oa:person_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Person3049636387 ;
  a2a:hasEvent oa:event_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_0, oa:relationep_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_1, oa:relationep_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_2 ;
  a2a:hasSource oa:source_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7 .

oa:person_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Person3049636388
  a a2a:Person ;
  rdfs:label "Gerrit Jan Zweekhorst" ;
  a2a:PersonName [
    rdfs:label "Gerrit Jan Zweekhorst" ;
    a2a:PersonNameFirstName "Gerrit Jan" ;
    a2a:PersonNameLastName "Zweekhorst"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Person3049636386
  a a2a:Person ;
  rdfs:label "Jan Zweekhorst" ;
  a2a:PersonName [
    rdfs:label "Jan Zweekhorst" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Zweekhorst"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "bakker" .

oa:person_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Person3049636387
  a a2a:Person ;
  rdfs:label "Jannetjen Hanlee" ;
  a2a:PersonName [
    rdfs:label "Jannetjen Hanlee" ;
    a2a:PersonNameFirstName "Jannetjen" ;
    a2a:PersonNameLastName "Hanlee"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "22-10-1829" ;
    a2a:Year "1829" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1829-10-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:relationep_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Person3049636388 ;
  a2a:EventKeyRef oa:event_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Event1 .

oa:relationep_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Person3049636386 ;
  a2a:EventKeyRef oa:event_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Event1 .

oa:relationep_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Person3049636387 ;
  a2a:EventKeyRef oa:event_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7_Event1 .

oa:source_gld_F2B97265-34F2-47AD-AFAB-393D2CF256C7
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Apeldoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Apeldoorn, Nederland", "1829-10-22 - 1829-10-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1829-10-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1829-10-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "22-10-1829" ;
    a2a:Year "1829" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "22-10-1829"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Apeldoorn, Geboorteregister" ;
    a2a:DocumentNumber "203" ;
    a2a:RegistryNumber "6626.03" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Apeldoorn, Geboorteregister, 203, 6626.03"
  ] ;
  a2a:SourceLastChangeDate "2026-04-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/F2B9726534F247ADAFAB393D2CF256C7" ;
  a2a:RecordIdentifier "3049636385" ;
  a2a:RecordGUID "{F2B97265-34F2-47AD-AFAB-393D2CF256C7}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/853DE19739B4439F9BFAC4D752E69097" .

