@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_30561e8b-0318-e767-2cff-9787e34641bd
  a a2a:Record ;
  rdfs:label "Geboorte op 4 juni 1814" ;
  a2a:hasPerson oa:person_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Person-c305275f-39dd-7338-c43e-4ce8ddf3513a, oa:person_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Person-903c3c9e-5104-6863-c853-afaf6c1b0097, oa:person_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Person-42d3ab45-4437-5e73-4769-9d38ee2a13b4 ;
  a2a:hasEvent oa:event_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_30561e8b-0318-e767-2cff-9787e34641bd_0, oa:relationep_bhi_30561e8b-0318-e767-2cff-9787e34641bd_1, oa:relationep_bhi_30561e8b-0318-e767-2cff-9787e34641bd_2 ;
  a2a:hasSource oa:source_bhi_30561e8b-0318-e767-2cff-9787e34641bd .

oa:person_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Person-c305275f-39dd-7338-c43e-4ce8ddf3513a
  a a2a:Person ;
  rdfs:label "Catharina Pijnenburg" ;
  a2a:PersonName [
    rdfs:label "Catharina Pijnenburg" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Pijnenburg"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1814" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1814-06-04"^^xsd:date
  ] .

oa:person_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Person-903c3c9e-5104-6863-c853-afaf6c1b0097
  a a2a:Person ;
  rdfs:label "Adriana Snelders" ;
  a2a:PersonName [
    rdfs:label "Adriana Snelders" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Snelders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Person-42d3ab45-4437-5e73-4769-9d38ee2a13b4
  a a2a:Person ;
  rdfs:label "Pieter Jan Pijnenburg" ;
  a2a:PersonName [
    rdfs:label "Pieter Jan Pijnenburg" ;
    a2a:PersonNameFirstName "Pieter Jan" ;
    a2a:PersonNameLastName "Pijnenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1814" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1814-06-04"^^xsd:date
  ] .

oa:relationep_bhi_30561e8b-0318-e767-2cff-9787e34641bd_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Person:c305275f-39dd-7338-c43e-4ce8ddf3513a ;
  a2a:EventKeyRef oa:event_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Event1 .

oa:relationep_bhi_30561e8b-0318-e767-2cff-9787e34641bd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Person:903c3c9e-5104-6863-c853-afaf6c1b0097 ;
  a2a:EventKeyRef oa:event_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Event1 .

oa:relationep_bhi_30561e8b-0318-e767-2cff-9787e34641bd_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Person:42d3ab45-4437-5e73-4769-9d38ee2a13b4 ;
  a2a:EventKeyRef oa:event_bhi_30561e8b-0318-e767-2cff-9787e34641bd_Event1 .

oa:source_bhi_30561e8b-0318-e767-2cff-9787e34641bd
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen", "1814-06-04 - 1814-06-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1814-06-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1814-06-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1814" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1814-06-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1888, Periode: 1814" ;
    a2a:Book "Geboorteregister Dongen 1814" ;
    a2a:DocumentNumber "102" ;
    a2a:RegistryNumber "1888" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1888, Periode: 1814, Geboorteregister Dongen 1814, 102, 1888"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f9657e98-6f68-52a7-505f-122f129e2221.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f9657e98-6f68-52a7-505f-122f129e2221.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-08-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/30561e8b-0318-e767-2cff-9787e34641bd" ;
  a2a:RecordGUID "{30561e8b-0318-e767-2cff-9787e34641bd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_213_00000213.xml van BHI" .

