@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_43c155b4-91c5-0bf5-e90f-6404876fb8eb
  a a2a:Record ;
  rdfs:label "Geboorte op 8 april 1856" ;
  a2a:hasPerson oa:person_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Person-3571f838-ecd1-7e40-597e-794d9255d716, oa:person_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Person-5c846997-23e3-041e-8ef8-7d6fe356e2d0, oa:person_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Person-21bab62d-ef66-3114-f9a8-c797cbb2533f ;
  a2a:hasEvent oa:event_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_0, oa:relationep_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_1, oa:relationep_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_2 ;
  a2a:hasSource oa:source_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb .

oa:person_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Person-3571f838-ecd1-7e40-597e-794d9255d716
  a a2a:Person ;
  rdfs:label "Maria Elisabeth van Pul" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth van Pul" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Pul"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Person-5c846997-23e3-041e-8ef8-7d6fe356e2d0
  a a2a:Person ;
  rdfs:label "Jan Wittenbols" ;
  a2a:PersonName [
    rdfs:label "Jan Wittenbols" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Wittenbols"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Person-21bab62d-ef66-3114-f9a8-c797cbb2533f
  a a2a:Person ;
  rdfs:label "Cornelis Wittenbols" ;
  a2a:PersonName [
    rdfs:label "Cornelis Wittenbols" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Wittenbols"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1856" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1856-04-08"^^xsd:date
  ] .

oa:event_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1856" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1856-04-08"^^xsd:date
  ] .

oa:relationep_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Person:3571f838-ecd1-7e40-597e-794d9255d716 ;
  a2a:EventKeyRef oa:event_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Event1 .

oa:relationep_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Person:5c846997-23e3-041e-8ef8-7d6fe356e2d0 ;
  a2a:EventKeyRef oa:event_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Event1 .

oa:relationep_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Person:21bab62d-ef66-3114-f9a8-c797cbb2533f ;
  a2a:EventKeyRef oa:event_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb_Event1 .

oa:source_bhi_43c155b4-91c5-0bf5-e90f-6404876fb8eb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Halsteren" ;
    rdfs:label "Halsteren", "1856-04-08 - 1856-04-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1856-04-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1856-04-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1856" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1856-04-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3292, Periode: 1856" ;
    a2a:Book "Geboorteregister Halsteren 1856" ;
    a2a:DocumentNumber "23" ;
    a2a:RegistryNumber "3292" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3292, Periode: 1856, Geboorteregister Halsteren 1856, 23, 3292"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/9bc1f64a-84aa-f376-7f23-5468be6907e3.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/9bc1f64a-84aa-f376-7f23-5468be6907e3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/43c155b4-91c5-0bf5-e90f-6404876fb8eb" ;
  a2a:RecordGUID "{43c155b4-91c5-0bf5-e90f-6404876fb8eb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3612_00003612.xml van BHI" .

