@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_fc058797-7b68-e89f-a5e0-3e95a02aad17
  a a2a:Record ;
  rdfs:label "Geboorte op 23 juli 1842" ;
  a2a:hasPerson oa:person_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Person-af97aeba-5d36-c379-bed3-1e484f674508, oa:person_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Person-963e46f0-fc49-3ed4-f65e-4c9e63ab6f72, oa:person_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Person-e6abea22-b43d-d7c2-3857-04740b2a54ed ;
  a2a:hasEvent oa:event_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_0, oa:relationep_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_1, oa:relationep_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_2 ;
  a2a:hasSource oa:source_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17 .

oa:person_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Person-af97aeba-5d36-c379-bed3-1e484f674508
  a a2a:Person ;
  rdfs:label "Jean Henri Hecking" ;
  a2a:PersonName [
    rdfs:label "Jean Henri Hecking" ;
    a2a:PersonNameFirstName "Jean Henri" ;
    a2a:PersonNameLastName "Hecking"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Person-963e46f0-fc49-3ed4-f65e-4c9e63ab6f72
  a a2a:Person ;
  rdfs:label "Johanna Maria Hecking" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Hecking" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Hecking"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1842" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1842-07-23"^^xsd:date
  ] .

oa:person_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Person-e6abea22-b43d-d7c2-3857-04740b2a54ed
  a a2a:Person ;
  rdfs:label "Aletta Gerarda van Eck" ;
  a2a:PersonName [
    rdfs:label "Aletta Gerarda van Eck" ;
    a2a:PersonNameFirstName "Aletta Gerarda" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Eck"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1842" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1842-07-23"^^xsd:date
  ] .

oa:relationep_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Person:af97aeba-5d36-c379-bed3-1e484f674508 ;
  a2a:EventKeyRef oa:event_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Event1 .

oa:relationep_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Person:963e46f0-fc49-3ed4-f65e-4c9e63ab6f72 ;
  a2a:EventKeyRef oa:event_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Event1 .

oa:relationep_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Person:e6abea22-b43d-d7c2-3857-04740b2a54ed ;
  a2a:EventKeyRef oa:event_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17_Event1 .

oa:source_bhi_fc058797-7b68-e89f-a5e0-3e95a02aad17
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1842-07-25 - 1842-07-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1842-07-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1842-07-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1842" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1842-07-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3774, Periode: 1842" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1842" ;
    a2a:DocumentNumber "411" ;
    a2a:RegistryNumber "3774" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3774, Periode: 1842, Geboorteregister 's-Hertogenbosch 1842, 411, 3774"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fc058797-7b68-e89f-a5e0-3e95a02aad17" ;
  a2a:RecordGUID "{fc058797-7b68-e89f-a5e0-3e95a02aad17}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_994_00000994.xml van BHI" .

