@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_eeaa4574-85e6-775c-b69a-c6f098cb3cd3
  a a2a:Record ;
  rdfs:label "Geboorte op 4 mei 1874" ;
  a2a:hasPerson oa:person_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Person-2ae85cb5-db71-a743-b867-f56046c7eabc, oa:person_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Person-bf14fadc-1340-095a-3af9-44af2df746db, oa:person_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Person-9c820bab-e92d-8404-affc-9acfb7a252cf ;
  a2a:hasEvent oa:event_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_0, oa:relationep_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_1, oa:relationep_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_2 ;
  a2a:hasSource oa:source_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3 .

oa:person_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Person-2ae85cb5-db71-a743-b867-f56046c7eabc
  a a2a:Person ;
  rdfs:label "Johanna Beenhakkers" ;
  a2a:PersonName [
    rdfs:label "Johanna Beenhakkers" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Beenhakkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Person-bf14fadc-1340-095a-3af9-44af2df746db
  a a2a:Person ;
  rdfs:label "Adrianus van Lit" ;
  a2a:PersonName [
    rdfs:label "Adrianus van Lit" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Lit"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Person-9c820bab-e92d-8404-affc-9acfb7a252cf
  a a2a:Person ;
  rdfs:label "Franciscus Gerardus van Lit" ;
  a2a:PersonName [
    rdfs:label "Franciscus Gerardus van Lit" ;
    a2a:PersonNameFirstName "Franciscus Gerardus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Lit"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1874" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1874-05-04"^^xsd:date
  ] .

oa:event_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1874" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1874-05-04"^^xsd:date
  ] .

oa:relationep_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Person:2ae85cb5-db71-a743-b867-f56046c7eabc ;
  a2a:EventKeyRef oa:event_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Event1 .

oa:relationep_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Person:bf14fadc-1340-095a-3af9-44af2df746db ;
  a2a:EventKeyRef oa:event_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Event1 .

oa:relationep_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Person:9c820bab-e92d-8404-affc-9acfb7a252cf ;
  a2a:EventKeyRef oa:event_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3_Event1 .

oa:source_bhi_eeaa4574-85e6-775c-b69a-c6f098cb3cd3
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ginneken en Bavel" ;
    rdfs:label "Ginneken en Bavel", "1874-05-05 - 1874-05-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1874-05-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1874-05-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1874" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1874-05-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 3052, Periode: 1874" ;
    a2a:Book "Geboorteregister 1874" ;
    a2a:DocumentNumber "46" ;
    a2a:RegistryNumber "3052" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 3052, Periode: 1874, Geboorteregister 1874, 46, 3052"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/421100b5-48d6-4826-8f3c-51651ae304df.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/421100b5-48d6-4826-8f3c-51651ae304df.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/eeaa4574-85e6-775c-b69a-c6f098cb3cd3" ;
  a2a:RecordGUID "{eeaa4574-85e6-775c-b69a-c6f098cb3cd3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_8132_00008132.xml van BHI" .

