@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_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF
  a a2a:Record ;
  rdfs:label "Geboorte op 19 juli 1822 te Harfsen" ;
  a2a:hasPerson oa:person_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Person3041597798, oa:person_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Person3041597799, oa:person_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Person3041597800 ;
  a2a:hasEvent oa:event_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_0, oa:relationep_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_1, oa:relationep_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_2 ;
  a2a:hasSource oa:source_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF .

oa:person_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Person3041597798
  a a2a:Person ;
  rdfs:label "Jan Beusekamp" ;
  a2a:PersonName [
    rdfs:label "Jan Beusekamp" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Beusekamp"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Person3041597799
  a a2a:Person ;
  rdfs:label "Jan Beusekamp" ;
  a2a:PersonName [
    rdfs:label "Jan Beusekamp" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Beusekamp"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Person3041597800
  a a2a:Person ;
  rdfs:label "Christina Constantia Evers" ;
  a2a:PersonName [
    rdfs:label "Christina Constantia Evers" ;
    a2a:PersonNameFirstName "Christina Constantia" ;
    a2a:PersonNameLastName "Evers"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "19-07-1822" ;
    a2a:Year "1822" ;
    a2a:Month "07" ;
    a2a:Day "19" ;
    rdfs:label "1822-07-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Harfsen" ;
    rdfs:label "Harfsen"
  ] .

oa:relationep_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Person3041597798 ;
  a2a:EventKeyRef oa:event_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Event1 .

oa:relationep_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Person3041597799 ;
  a2a:EventKeyRef oa:event_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Event1 .

oa:relationep_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Person3041597800 ;
  a2a:EventKeyRef oa:event_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF_Event1 .

oa:source_gld_81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gorssel" ;
    a2a:Country "Nederland" ;
    rdfs:label "Gorssel, Nederland", "1822-07-20 - 1822-07-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1822-07-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1822-07-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "20-07-1822" ;
    a2a:Year "1822" ;
    a2a:Month "07" ;
    a2a:Day "20" ;
    rdfs:label "20-07-1822"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Gorssel, Geboorteregister" ;
    a2a:DocumentNumber "42" ;
    a2a:RegistryNumber "4634.12" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Gorssel, Geboorteregister, 42, 4634.12"
  ] ;
  a2a:SourceLastChangeDate "2026-04-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/81DC6B37B7D24BA68AC3CFBC979357DF" ;
  a2a:RecordIdentifier "3041597797" ;
  a2a:RecordGUID "{81DC6B37-B7D2-4BA6-8AC3-CFBC979357DF}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/0A49905D1FD347A8AAA9506441C5ACD6" .

