@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_9250df71-cf28-d7fb-ecef-4b2761d0c4eb
  a a2a:Record ;
  rdfs:label "Geboorte op 7 mei 1840" ;
  a2a:hasPerson oa:person_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Person-4204321e-8473-8fec-bbb4-8dc947a2e474, oa:person_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Person-10936488-0698-0518-b196-5289997717c7, oa:person_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Person-5777f5bd-f5e7-c92d-0740-7e61466991a7 ;
  a2a:hasEvent oa:event_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_0, oa:relationep_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_1, oa:relationep_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_2 ;
  a2a:hasSource oa:source_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb .

oa:person_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Person-4204321e-8473-8fec-bbb4-8dc947a2e474
  a a2a:Person ;
  rdfs:label "Adriana Hooremans" ;
  a2a:PersonName [
    rdfs:label "Adriana Hooremans" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Hooremans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Person-10936488-0698-0518-b196-5289997717c7
  a a2a:Person ;
  rdfs:label "Peter Wilhelmus Hanegraaf" ;
  a2a:PersonName [
    rdfs:label "Peter Wilhelmus Hanegraaf" ;
    a2a:PersonNameFirstName "Peter Wilhelmus" ;
    a2a:PersonNameLastName "Hanegraaf"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1840" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1840-05-07"^^xsd:date
  ] .

oa:person_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Person-5777f5bd-f5e7-c92d-0740-7e61466991a7
  a a2a:Person ;
  rdfs:label "Roelof Hanegraaf" ;
  a2a:PersonName [
    rdfs:label "Roelof Hanegraaf" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Hanegraaf"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1840" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1840-05-07"^^xsd:date
  ] .

oa:relationep_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Person:4204321e-8473-8fec-bbb4-8dc947a2e474 ;
  a2a:EventKeyRef oa:event_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Event1 .

oa:relationep_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Person:10936488-0698-0518-b196-5289997717c7 ;
  a2a:EventKeyRef oa:event_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Event1 .

oa:relationep_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Person:5777f5bd-f5e7-c92d-0740-7e61466991a7 ;
  a2a:EventKeyRef oa:event_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb_Event1 .

oa:source_bhi_9250df71-cf28-d7fb-ecef-4b2761d0c4eb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Herpt en Bern" ;
    rdfs:label "Herpt en Bern", "1840-05-07 - 1840-05-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-05-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-05-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1840" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1840-05-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3719, Periode: 1840" ;
    a2a:Book "Geboorteregister Herpt en Bern 1840" ;
    a2a:DocumentNumber "2" ;
    a2a:RegistryNumber "3719" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3719, Periode: 1840, Geboorteregister Herpt en Bern 1840, 2, 3719"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d32a7485-68bd-06bc-7d67-12f48faab747.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d32a7485-68bd-06bc-7d67-12f48faab747.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/9250df71-cf28-d7fb-ecef-4b2761d0c4eb" ;
  a2a:RecordGUID "{9250df71-cf28-d7fb-ecef-4b2761d0c4eb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_21058_00021058.xml van BHI" .

