@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_2c6c1cc1-e854-c682-b4ac-ef7757351bee
  a a2a:Record ;
  rdfs:label "Geboorte op 11 september 1843" ;
  a2a:hasPerson oa:person_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Person-1c5f752b-4212-264d-496d-2ca21bfa90a7, oa:person_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Person-aa7659c4-5ca7-c578-16b0-fc212e4f2911, oa:person_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Person-56362e82-a4e9-1573-09a2-5cce306f360d ;
  a2a:hasEvent oa:event_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_0, oa:relationep_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_1, oa:relationep_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_2 ;
  a2a:hasSource oa:source_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee .

oa:person_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Person-1c5f752b-4212-264d-496d-2ca21bfa90a7
  a a2a:Person ;
  rdfs:label "Elisabeth Helena Caspers" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Helena Caspers" ;
    a2a:PersonNameFirstName "Elisabeth Helena" ;
    a2a:PersonNameLastName "Caspers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1843" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1843-09-11"^^xsd:date
  ] .

oa:person_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Person-aa7659c4-5ca7-c578-16b0-fc212e4f2911
  a a2a:Person ;
  rdfs:label "Maria Helena van Leeuwaarden" ;
  a2a:PersonName [
    rdfs:label "Maria Helena van Leeuwaarden" ;
    a2a:PersonNameFirstName "Maria Helena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leeuwaarden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Person-56362e82-a4e9-1573-09a2-5cce306f360d
  a a2a:Person ;
  rdfs:label "Everardus Rutger Caspers" ;
  a2a:PersonName [
    rdfs:label "Everardus Rutger Caspers" ;
    a2a:PersonNameFirstName "Everardus Rutger" ;
    a2a:PersonNameLastName "Caspers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1843" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1843-09-11"^^xsd:date
  ] .

oa:relationep_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Person:1c5f752b-4212-264d-496d-2ca21bfa90a7 ;
  a2a:EventKeyRef oa:event_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Event1 .

oa:relationep_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Person:aa7659c4-5ca7-c578-16b0-fc212e4f2911 ;
  a2a:EventKeyRef oa:event_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Event1 .

oa:relationep_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Person:56362e82-a4e9-1573-09a2-5cce306f360d ;
  a2a:EventKeyRef oa:event_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee_Event1 .

oa:source_bhi_2c6c1cc1-e854-c682-b4ac-ef7757351bee
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1843-09-12 - 1843-09-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1843-09-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1843-09-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1843" ;
    a2a:Month "9" ;
    a2a:Day "12" ;
    rdfs:label "1843-09-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1180, Periode: 1843" ;
    a2a:Book "Geboorteregister 1843" ;
    a2a:DocumentNumber "319" ;
    a2a:RegistryNumber "1180" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1180, Periode: 1843, Geboorteregister 1843, 319, 1180"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d6fd5505-cb59-840d-b909-4df3b561382b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d6fd5505-cb59-840d-b909-4df3b561382b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-06-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2c6c1cc1-e854-c682-b4ac-ef7757351bee" ;
  a2a:RecordGUID "{2c6c1cc1-e854-c682-b4ac-ef7757351bee}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240819_356_00000356.xml van BHI" .

