@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_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097
  a a2a:Record ;
  rdfs:label "Geboorte op 26 juli 1843" ;
  a2a:hasPerson oa:person_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Person-9765b1bd-f9fc-e1c5-f660-0c07aac0bc6b, oa:person_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Person-b969a12c-0803-0d3d-aecf-421ff0305309, oa:person_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Person-0073876e-3acd-c069-e985-0bbc25fc768f ;
  a2a:hasEvent oa:event_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_0, oa:relationep_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_1, oa:relationep_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_2 ;
  a2a:hasSource oa:source_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097 .

oa:person_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Person-9765b1bd-f9fc-e1c5-f660-0c07aac0bc6b
  a a2a:Person ;
  rdfs:label "Joanna Roovers" ;
  a2a:PersonName [
    rdfs:label "Joanna Roovers" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Roovers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Person-b969a12c-0803-0d3d-aecf-421ff0305309
  a a2a:Person ;
  rdfs:label "Martien Tiberius" ;
  a2a:PersonName [
    rdfs:label "Martien Tiberius" ;
    a2a:PersonNameFirstName "Martien" ;
    a2a:PersonNameLastName "Tiberius"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Person-0073876e-3acd-c069-e985-0bbc25fc768f
  a a2a:Person ;
  rdfs:label "Jacobus Jan Tiberius" ;
  a2a:PersonName [
    rdfs:label "Jacobus Jan Tiberius" ;
    a2a:PersonNameFirstName "Jacobus Jan" ;
    a2a:PersonNameLastName "Tiberius"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1843" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1843-07-26"^^xsd:date
  ] .

oa:event_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1843" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1843-07-26"^^xsd:date
  ] .

oa:relationep_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Person:9765b1bd-f9fc-e1c5-f660-0c07aac0bc6b ;
  a2a:EventKeyRef oa:event_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Event1 .

oa:relationep_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Person:b969a12c-0803-0d3d-aecf-421ff0305309 ;
  a2a:EventKeyRef oa:event_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Event1 .

oa:relationep_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Person:0073876e-3acd-c069-e985-0bbc25fc768f ;
  a2a:EventKeyRef oa:event_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097_Event1 .

oa:source_bhi_71e3bcba-dc05-6014-e5b5-a4e532c09097
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen", "1843-07-26 - 1843-07-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1843-07-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1843-07-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1843" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1843-07-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7293, Periode: 1843" ;
    a2a:Book "Geboorteregister Steenbergen 1843" ;
    a2a:DocumentNumber "93" ;
    a2a:RegistryNumber "7293" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7293, Periode: 1843, Geboorteregister Steenbergen 1843, 93, 7293"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b86ced09-dcde-3a96-4e9d-51c0c640057e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b86ced09-dcde-3a96-4e9d-51c0c640057e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/71e3bcba-dc05-6014-e5b5-a4e532c09097" ;
  a2a:RecordGUID "{71e3bcba-dc05-6014-e5b5-a4e532c09097}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2624_00002624.xml van BHI" .

