@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_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213
  a a2a:Record ;
  rdfs:label "Geboorte op 12 april 1897 te Apeldoorn" ;
  a2a:hasPerson oa:person_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Person3049519857, oa:person_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Person3049519855, oa:person_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Person3049519856 ;
  a2a:hasEvent oa:event_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_0, oa:relationep_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_1, oa:relationep_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_2 ;
  a2a:hasSource oa:source_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213 .

oa:person_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Person3049519857
  a a2a:Person ;
  rdfs:label "Aart Herman Huiskamp" ;
  a2a:PersonName [
    rdfs:label "Aart Herman Huiskamp" ;
    a2a:PersonNameFirstName "Aart Herman" ;
    a2a:PersonNameLastName "Huiskamp"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Person3049519855
  a a2a:Person ;
  rdfs:label "Herman Huiskamp" ;
  a2a:PersonName [
    rdfs:label "Herman Huiskamp" ;
    a2a:PersonNameFirstName "Herman" ;
    a2a:PersonNameLastName "Huiskamp"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "koopman" .

oa:person_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Person3049519856
  a a2a:Person ;
  rdfs:label "Lambertha Kleiboer" ;
  a2a:PersonName [
    rdfs:label "Lambertha Kleiboer" ;
    a2a:PersonNameFirstName "Lambertha" ;
    a2a:PersonNameLastName "Kleiboer"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "12-04-1897" ;
    a2a:Year "1897" ;
    a2a:Month "04" ;
    a2a:Day "12" ;
    rdfs:label "1897-04-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:relationep_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Person3049519857 ;
  a2a:EventKeyRef oa:event_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Event1 .

oa:relationep_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Person3049519855 ;
  a2a:EventKeyRef oa:event_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Event1 .

oa:relationep_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Person3049519856 ;
  a2a:EventKeyRef oa:event_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213_Event1 .

oa:source_gld_0B2D902F-FE00-4FD6-99AE-CF24DDFD5213
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Apeldoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Apeldoorn, Nederland", "1897-04-12 - 1897-04-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-04-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-04-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-04-1897" ;
    a2a:Year "1897" ;
    a2a:Month "04" ;
    a2a:Day "12" ;
    rdfs:label "12-04-1897"
  ] ;
  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 "267" ;
    a2a:RegistryNumber "6606.03" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Apeldoorn, Geboorteregister, 267, 6606.03"
  ] ;
  a2a:SourceLastChangeDate "2026-01-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/0B2D902FFE004FD699AECF24DDFD5213" ;
  a2a:RecordIdentifier "3049519854" ;
  a2a:RecordGUID "{0B2D902F-FE00-4FD6-99AE-CF24DDFD5213}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/BA68267DA1B3403E8EA093B2F79C5C2C" .

