@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_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af
  a a2a:Record ;
  rdfs:label "Geboorte op 26 juli 1866" ;
  a2a:hasPerson oa:person_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Person-3f1f2852-b87e-87c5-9dff-2f7afcbf8a32, oa:person_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Person-8a96f2df-8115-dd7d-7378-95088280343f, oa:person_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Person-fcd596fe-b1a0-458f-79fd-248bccd4c36b ;
  a2a:hasEvent oa:event_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_0, oa:relationep_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_1, oa:relationep_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_2 ;
  a2a:hasSource oa:source_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af .

oa:person_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Person-3f1f2852-b87e-87c5-9dff-2f7afcbf8a32
  a a2a:Person ;
  rdfs:label "Petrus Norbertus Mannaerts" ;
  a2a:PersonName [
    rdfs:label "Petrus Norbertus Mannaerts" ;
    a2a:PersonNameFirstName "Petrus Norbertus" ;
    a2a:PersonNameLastName "Mannaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Person-8a96f2df-8115-dd7d-7378-95088280343f
  a a2a:Person ;
  rdfs:label "Eva Ramaakers" ;
  a2a:PersonName [
    rdfs:label "Eva Ramaakers" ;
    a2a:PersonNameFirstName "Eva" ;
    a2a:PersonNameLastName "Ramaakers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Person-fcd596fe-b1a0-458f-79fd-248bccd4c36b
  a a2a:Person ;
  rdfs:label "Anna Helena Mannaerts" ;
  a2a:PersonName [
    rdfs:label "Anna Helena Mannaerts" ;
    a2a:PersonNameFirstName "Anna Helena" ;
    a2a:PersonNameLastName "Mannaerts"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1866" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1866-07-26"^^xsd:date
  ] .

oa:event_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1866" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1866-07-26"^^xsd:date
  ] .

oa:relationep_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Person:3f1f2852-b87e-87c5-9dff-2f7afcbf8a32 ;
  a2a:EventKeyRef oa:event_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Event1 .

oa:relationep_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Person:8a96f2df-8115-dd7d-7378-95088280343f ;
  a2a:EventKeyRef oa:event_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Event1 .

oa:relationep_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Person:fcd596fe-b1a0-458f-79fd-248bccd4c36b ;
  a2a:EventKeyRef oa:event_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af_Event1 .

oa:source_bhi_1ef9d7cb-c063-5dcb-a8f2-1c8b604876af
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1866-01-01 - 1866-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1866" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7675, Periode: 1866" ;
    a2a:Book "Geboorteregister Tilburg 1866" ;
    a2a:DocumentNumber "358" ;
    a2a:RegistryNumber "7675" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7675, Periode: 1866, Geboorteregister Tilburg 1866, 358, 7675"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/70844e39-3748-2787-fcb6-b4b5ab622e20.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/70844e39-3748-2787-fcb6-b4b5ab622e20.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1ef9d7cb-c063-5dcb-a8f2-1c8b604876af" ;
  a2a:RecordGUID "{1ef9d7cb-c063-5dcb-a8f2-1c8b604876af}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2214_00002214.xml van BHI" .

