@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_Person1, oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person2, oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person3 ;
  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_Person1
  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_Person2
  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:PersonAgeYears "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Person3
  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:Year "1905" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1905-08-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Denekamp" ;
    rdfs:label "Denekamp"
  ] ;
  a2a:EventRemarkOpmerking "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_Person1 ;
  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_Person2 ;
  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_Person3 ;
  a2a:EventKeyRef oa:event_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB_Event1 .

oa:source_hco_B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Denekamp" ;
    rdfs:label "Denekamp", "1903-01-01 - 1912-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "8" ;
    a2a:Day "30" ;
    rdfs:label "1905-08-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Denekamp, registers van geboorten" ;
    a2a:DocumentNumber "75" ;
    a2a:RegistryNumber "2328" ;
    rdfs:label "Historisch Centrum Overijssel, Denekamp, registers van geboorten, 75, 2328"
  ] ;
  a2a:SourceLastChangeDate "2017-01-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=0&mizig=310&miadt=141&miaet=54&micode=0123.2328&minr=17558150&miview=ldt" ;
  a2a:RecordGUID "{B20AF2EB-4258-44BF-BC2F-5D2D4CE7C5EB}" .

