@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_bb20e36a-e515-3cc8-7183-34cd7a89d09a
  a a2a:Record ;
  rdfs:label "Geboorte op 7 juli 1820" ;
  a2a:hasPerson oa:person_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Person-4c7a6800-d1cc-04a2-0957-3513ac6f8895, oa:person_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Person-0b6888a1-1003-7dc6-4305-e1375ca4fbd9, oa:person_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Person-f0ea1567-13db-c349-a818-ac3bb16a6079 ;
  a2a:hasEvent oa:event_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_0, oa:relationep_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_1, oa:relationep_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_2 ;
  a2a:hasSource oa:source_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a .

oa:person_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Person-4c7a6800-d1cc-04a2-0957-3513ac6f8895
  a a2a:Person ;
  rdfs:label "Arnoldus Albertus van Hoof" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Albertus van Hoof" ;
    a2a:PersonNameFirstName "Arnoldus Albertus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Person-0b6888a1-1003-7dc6-4305-e1375ca4fbd9
  a a2a:Person ;
  rdfs:label "Josephus Antonius van Hoof" ;
  a2a:PersonName [
    rdfs:label "Josephus Antonius van Hoof" ;
    a2a:PersonNameFirstName "Josephus Antonius" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoof"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1820" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1820-07-07"^^xsd:date
  ] .

oa:person_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Person-f0ea1567-13db-c349-a818-ac3bb16a6079
  a a2a:Person ;
  rdfs:label "Henrica Dieben" ;
  a2a:PersonName [
    rdfs:label "Henrica Dieben" ;
    a2a:PersonNameFirstName "Henrica" ;
    a2a:PersonNameLastName "Dieben"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1820" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1820-07-07"^^xsd:date
  ] .

oa:relationep_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Person:4c7a6800-d1cc-04a2-0957-3513ac6f8895 ;
  a2a:EventKeyRef oa:event_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Event1 .

oa:relationep_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Person:0b6888a1-1003-7dc6-4305-e1375ca4fbd9 ;
  a2a:EventKeyRef oa:event_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Event1 .

oa:relationep_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Person:f0ea1567-13db-c349-a818-ac3bb16a6079 ;
  a2a:EventKeyRef oa:event_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a_Event1 .

oa:source_bhi_bb20e36a-e515-3cc8-7183-34cd7a89d09a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1820-07-10 - 1820-07-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1820-07-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1820-07-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1820" ;
    a2a:Month "7" ;
    a2a:Day "10" ;
    rdfs:label "1820-07-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3749, Periode: 1820" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1820" ;
    a2a:DocumentNumber "271" ;
    a2a:RegistryNumber "3749" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3749, Periode: 1820, Geboorteregister 's-Hertogenbosch 1820, 271, 3749"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/bb20e36a-e515-3cc8-7183-34cd7a89d09a" ;
  a2a:RecordGUID "{bb20e36a-e515-3cc8-7183-34cd7a89d09a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2348_00002348.xml van BHI" .

