@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_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791
  a a2a:Record ;
  rdfs:label "Geboorte op 24 december 1825" ;
  a2a:hasPerson oa:person_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Person-fcdfba84-4eea-e0b0-a583-76f4362abf3a, oa:person_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Person-6f9981c4-4d43-4048-50d7-619fe56d6a97, oa:person_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Person-ac13d5d6-db6b-54af-735b-d05fadd474fe ;
  a2a:hasEvent oa:event_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_0, oa:relationep_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_1, oa:relationep_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_2 ;
  a2a:hasSource oa:source_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791 .

oa:person_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Person-fcdfba84-4eea-e0b0-a583-76f4362abf3a
  a a2a:Person ;
  rdfs:label "Johanna Petronella Verbunt" ;
  a2a:PersonName [
    rdfs:label "Johanna Petronella Verbunt" ;
    a2a:PersonNameFirstName "Johanna Petronella" ;
    a2a:PersonNameLastName "Verbunt"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1825-12-24"^^xsd:date
  ] .

oa:person_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Person-6f9981c4-4d43-4048-50d7-619fe56d6a97
  a a2a:Person ;
  rdfs:label "Anna Barbera de Kok" ;
  a2a:PersonName [
    rdfs:label "Anna Barbera de Kok" ;
    a2a:PersonNameFirstName "Anna Barbera" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kok"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Person-ac13d5d6-db6b-54af-735b-d05fadd474fe
  a a2a:Person ;
  rdfs:label "Johannes Franciscus Verbunt" ;
  a2a:PersonName [
    rdfs:label "Johannes Franciscus Verbunt" ;
    a2a:PersonNameFirstName "Johannes Franciscus" ;
    a2a:PersonNameLastName "Verbunt"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1825" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1825-12-24"^^xsd:date
  ] .

oa:relationep_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Person:fcdfba84-4eea-e0b0-a583-76f4362abf3a ;
  a2a:EventKeyRef oa:event_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Event1 .

oa:relationep_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Person:6f9981c4-4d43-4048-50d7-619fe56d6a97 ;
  a2a:EventKeyRef oa:event_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Event1 .

oa:relationep_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Person:ac13d5d6-db6b-54af-735b-d05fadd474fe ;
  a2a:EventKeyRef oa:event_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791_Event1 .

oa:source_bhi_1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1825-12-27 - 1825-12-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1825-12-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1825-12-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1825" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1825-12-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7664, Periode: 1825" ;
    a2a:Book "Geboorteregister Tilburg 1825" ;
    a2a:DocumentNumber "387" ;
    a2a:RegistryNumber "7664" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7664, Periode: 1825, Geboorteregister Tilburg 1825, 387, 7664"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d5f9601c-173c-ae4d-578b-d10ec083fba4.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d5f9601c-173c-ae4d-578b-d10ec083fba4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791" ;
  a2a:RecordGUID "{1fd0fb5d-69ab-47ba-5eee-e87dfd7c5791}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2220_00002220.xml van BHI" .

