@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_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB
  a a2a:Record ;
  rdfs:label "Geboorte op 28 augustus 1905 te Denekamp" ;
  a2a:hasPerson oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person4749722761, oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person4749722759, oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person4749722760 ;
  a2a:hasEvent oa:event_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_0, oa:relationep_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_1, oa:relationep_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_2 ;
  a2a:hasSource oa:source_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB .

oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person4749722761
  a a2a:Person ;
  rdfs:label "Bernard Lambertus Tukkers" ;
  a2a:PersonName [
    rdfs:label "Bernard Lambertus Tukkers" ;
    a2a:PersonNameFirstName "Bernard Lambertus" ;
    a2a:PersonNameLastName "Tukkers"
  ] ;
  a2a:Gender "Man" .

oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person4749722759
  a a2a:Person ;
  rdfs:label "Hendrik Johan Tukkers" ;
  a2a:PersonName [
    rdfs:label "Hendrik Johan Tukkers" ;
    a2a:PersonNameFirstName "Hendrik Johan" ;
    a2a:PersonNameLastName "Tukkers"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person4749722760
  a a2a:Person ;
  rdfs:label "Geertruida Engelina Loman" ;
  a2a:PersonName [
    rdfs:label "Geertruida Engelina Loman" ;
    a2a:PersonNameFirstName "Geertruida Engelina" ;
    a2a:PersonNameLastName "Loman"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "28-08-1905" ;
    a2a:Year "1905" ;
    a2a:Month "08" ;
    a2a:Day "28" ;
    rdfs:label "1905-08-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Denekamp" ;
    rdfs:label "Denekamp"
  ] .

oa:relationep_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person4749722761 ;
  a2a:EventKeyRef oa:event_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Event1 .

oa:relationep_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person4749722759 ;
  a2a:EventKeyRef oa:event_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Event1 .

oa:relationep_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person4749722760 ;
  a2a:EventKeyRef oa:event_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Event1 .

oa:source_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Denekamp" ;
    a2a:Country "Nederland" ;
    rdfs:label "Denekamp, Nederland", "1905-08-30 - 1905-08-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-08-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-08-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "30-08-1905" ;
    a2a:Year "1905" ;
    a2a:Month "08" ;
    a2a:Day "30" ;
    rdfs:label "30-08-1905"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel locatie Zwolle" ;
    a2a:Place "Zwolle" ;
    a2a:Collection "Burgerlijke Stand in Overijssel" ;
    a2a:Book "Registers van geboorten, Denekamp" ;
    a2a:DocumentNumber "75" ;
    a2a:RegistryNumber "2328" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, Denekamp, 75, 2328"
  ] ;
  a2a:SourceLastChangeDate "2026-06-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/B20AF2EB425844BFBC2F5D2D4CE7C5EB" ;
  a2a:RecordIdentifier "4749722758" ;
  a2a:RecordGUID "{B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/B0B034CC47454446BC230D0C6DAD1C95" .

