@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_F5DF2F5A-0781-4492-B76D-9FC072DFEB34
  a a2a:Record ;
  rdfs:label "Geboorte op 2 mei 1911 te Reutum (Tubbergen)" ;
  a2a:hasPerson oa:person_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Person3630417066, oa:person_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Person3630417067, oa:person_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Person3630417068 ;
  a2a:hasEvent oa:event_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_0, oa:relationep_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_1, oa:relationep_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_2 ;
  a2a:hasSource oa:source_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34 .

oa:person_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Person3630417066
  a a2a:Person ;
  rdfs:label "Bernardus Johannes Hermanus Lansink" ;
  a2a:PersonName [
    rdfs:label "Bernardus Johannes Hermanus Lansink" ;
    a2a:PersonNameFirstName "Bernardus Johannes Hermanus" ;
    a2a:PersonNameLastName "Lansink"
  ] ;
  a2a:Gender "Man" .

oa:person_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Person3630417067
  a a2a:Person ;
  rdfs:label "Hermannus Lansink" ;
  a2a:PersonName [
    rdfs:label "Hermannus Lansink" ;
    a2a:PersonNameFirstName "Hermannus" ;
    a2a:PersonNameLastName "Lansink"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Person3630417068
  a a2a:Person ;
  rdfs:label "Susanna Johanna Plegt" ;
  a2a:PersonName [
    rdfs:label "Susanna Johanna Plegt" ;
    a2a:PersonNameFirstName "Susanna Johanna" ;
    a2a:PersonNameLastName "Plegt"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "02-05-1911" ;
    a2a:Year "1911" ;
    a2a:Month "05" ;
    a2a:Day "02" ;
    rdfs:label "1911-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Reutum (Tubbergen)" ;
    rdfs:label "Reutum (Tubbergen)"
  ] .

oa:relationep_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Person3630417066 ;
  a2a:EventKeyRef oa:event_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Event1 .

oa:relationep_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Person3630417067 ;
  a2a:EventKeyRef oa:event_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Event1 .

oa:relationep_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Person3630417068 ;
  a2a:EventKeyRef oa:event_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34_Event1 .

oa:source_hco_F5DF2F5A-0781-4492-B76D-9FC072DFEB34
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tubbergen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Tubbergen, Nederland", "1911-05-03 - 1911-05-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-05-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-05-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-05-1911" ;
    a2a:Year "1911" ;
    a2a:Month "05" ;
    a2a:Day "03" ;
    rdfs:label "03-05-1911"
  ] ;
  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, Tubbergen" ;
    a2a:DocumentNumber "75" ;
    a2a:RegistryNumber "12017" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, Tubbergen, 75, 12017"
  ] ;
  a2a:SourceLastChangeDate "2024-03-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/F5DF2F5A07814492B76D9FC072DFEB34" ;
  a2a:RecordIdentifier "3630417065" ;
  a2a:RecordGUID "{F5DF2F5A-0781-4492-B76D-9FC072DFEB34}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/9276850CDAB2435CB6813C31E7555986" .

