@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_1d7f4e09-ef1b-3112-9956-e6f082e60503
  a a2a:Record ;
  rdfs:label "Geboorte op 26 januari 1878" ;
  a2a:hasPerson oa:person_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Person-0109cec5-793b-0dd5-35b5-fd1e2074d28f, oa:person_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Person-035ffbf5-99fe-51b8-0584-d5c9cb8530bc, oa:person_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Person-89e9bf4b-8150-53fc-277b-2b49f7f5d060 ;
  a2a:hasEvent oa:event_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_0, oa:relationep_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_1, oa:relationep_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_2 ;
  a2a:hasSource oa:source_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503 .

oa:person_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Person-0109cec5-793b-0dd5-35b5-fd1e2074d28f
  a a2a:Person ;
  rdfs:label "Johannes van Hoof" ;
  a2a:PersonName [
    rdfs:label "Johannes van Hoof" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Person-035ffbf5-99fe-51b8-0584-d5c9cb8530bc
  a a2a:Person ;
  rdfs:label "Elizabeth Maria van Hoof" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Maria van Hoof" ;
    a2a:PersonNameFirstName "Elizabeth Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoof"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1878" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1878-01-26"^^xsd:date
  ] .

oa:person_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Person-89e9bf4b-8150-53fc-277b-2b49f7f5d060
  a a2a:Person ;
  rdfs:label "Rosa Aloijsa Merkx" ;
  a2a:PersonName [
    rdfs:label "Rosa Aloijsa Merkx" ;
    a2a:PersonNameFirstName "Rosa Aloijsa" ;
    a2a:PersonNameLastName "Merkx"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1878" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1878-01-26"^^xsd:date
  ] .

oa:relationep_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Person:0109cec5-793b-0dd5-35b5-fd1e2074d28f ;
  a2a:EventKeyRef oa:event_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Event1 .

oa:relationep_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Person:035ffbf5-99fe-51b8-0584-d5c9cb8530bc ;
  a2a:EventKeyRef oa:event_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Event1 .

oa:relationep_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Person:89e9bf4b-8150-53fc-277b-2b49f7f5d060 ;
  a2a:EventKeyRef oa:event_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503_Event1 .

oa:source_bhi_1d7f4e09-ef1b-3112-9956-e6f082e60503
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1878-01-01 - 1878-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1878-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1878-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1878" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7680, Periode: 1878" ;
    a2a:Book "Geboorteregister Tilburg 1878" ;
    a2a:DocumentNumber "69" ;
    a2a:RegistryNumber "7680" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7680, Periode: 1878, Geboorteregister Tilburg 1878, 69, 7680"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1d330326-45ac-287d-66bb-6f0f3644c435.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1d330326-45ac-287d-66bb-6f0f3644c435.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1d7f4e09-ef1b-3112-9956-e6f082e60503" ;
  a2a:RecordGUID "{1d7f4e09-ef1b-3112-9956-e6f082e60503}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2204_00002204.xml van BHI" .

