@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_02da98c7-e042-dad7-2f78-cd1931711bfc
  a a2a:Record ;
  rdfs:label "Geboorte op 1 september 1816" ;
  a2a:hasPerson oa:person_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Person-0b53d04f-734f-39bb-2b07-fd2142f4cce8, oa:person_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Person-10749060-c913-fe65-ef7e-11d500aea2e6, oa:person_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Person-567b73be-1695-aa90-d106-0ba38b4726b3 ;
  a2a:hasEvent oa:event_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_0, oa:relationep_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_1, oa:relationep_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_2 ;
  a2a:hasSource oa:source_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc .

oa:person_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Person-0b53d04f-734f-39bb-2b07-fd2142f4cce8
  a a2a:Person ;
  rdfs:label "Maria van den Hanenberg" ;
  a2a:PersonName [
    rdfs:label "Maria van den Hanenberg" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Hanenberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Person-10749060-c913-fe65-ef7e-11d500aea2e6
  a a2a:Person ;
  rdfs:label "Frederica van der Dellen" ;
  a2a:PersonName [
    rdfs:label "Frederica van der Dellen" ;
    a2a:PersonNameFirstName "Frederica" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Dellen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1816" ;
    a2a:Month "9" ;
    a2a:Day "1" ;
    rdfs:label "1816-09-01"^^xsd:date
  ] .

oa:person_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Person-567b73be-1695-aa90-d106-0ba38b4726b3
  a a2a:Person ;
  rdfs:label "Joseph van der Dellen" ;
  a2a:PersonName [
    rdfs:label "Joseph van der Dellen" ;
    a2a:PersonNameFirstName "Joseph" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Dellen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1816" ;
    a2a:Month "9" ;
    a2a:Day "1" ;
    rdfs:label "1816-09-01"^^xsd:date
  ] .

oa:relationep_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Person:0b53d04f-734f-39bb-2b07-fd2142f4cce8 ;
  a2a:EventKeyRef oa:event_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Event1 .

oa:relationep_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Person:10749060-c913-fe65-ef7e-11d500aea2e6 ;
  a2a:EventKeyRef oa:event_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Event1 .

oa:relationep_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Person:567b73be-1695-aa90-d106-0ba38b4726b3 ;
  a2a:EventKeyRef oa:event_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc_Event1 .

oa:source_bhi_02da98c7-e042-dad7-2f78-cd1931711bfc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1816-09-02 - 1816-09-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-09-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-09-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1816" ;
    a2a:Month "9" ;
    a2a:Day "2" ;
    rdfs:label "1816-09-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3746, Periode: 1816" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1816" ;
    a2a:DocumentNumber "405" ;
    a2a:RegistryNumber "3746" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3746, Periode: 1816, Geboorteregister 's-Hertogenbosch 1816, 405, 3746"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/02da98c7-e042-dad7-2f78-cd1931711bfc" ;
  a2a:RecordGUID "{02da98c7-e042-dad7-2f78-cd1931711bfc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220321_516_00000516.xml van BHI" .

