@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_47d80098-2b22-5432-55cc-087e78a89cbc
  a a2a:Record ;
  rdfs:label "Geboorte op 5 mei 1844" ;
  a2a:hasPerson oa:person_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Person-a80970f4-d486-f181-45f3-dc1af1f13e64, oa:person_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Person-326e526f-0797-4f37-e710-8583c007c192, oa:person_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Person-ef762264-15bd-c79e-576d-80cfea73a06c ;
  a2a:hasEvent oa:event_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_0, oa:relationep_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_1, oa:relationep_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_2 ;
  a2a:hasSource oa:source_bhi_47d80098-2b22-5432-55cc-087e78a89cbc .

oa:person_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Person-a80970f4-d486-f181-45f3-dc1af1f13e64
  a a2a:Person ;
  rdfs:label "Catharina Digna Storij" ;
  a2a:PersonName [
    rdfs:label "Catharina Digna Storij" ;
    a2a:PersonNameFirstName "Catharina Digna" ;
    a2a:PersonNameLastName "Storij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Person-326e526f-0797-4f37-e710-8583c007c192
  a a2a:Person ;
  rdfs:label "Louis van Tengnagell de Raad" ;
  a2a:PersonName [
    rdfs:label "Louis van Tengnagell de Raad" ;
    a2a:PersonNameFirstName "Louis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tengnagell de Raad"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Person-ef762264-15bd-c79e-576d-80cfea73a06c
  a a2a:Person ;
  rdfs:label "Anna Elisabeth van Tengnagell de Raad" ;
  a2a:PersonName [
    rdfs:label "Anna Elisabeth van Tengnagell de Raad" ;
    a2a:PersonNameFirstName "Anna Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tengnagell de Raad"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1844-05-05"^^xsd:date
  ] .

oa:event_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1844-05-05"^^xsd:date
  ] .

oa:relationep_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Person:a80970f4-d486-f181-45f3-dc1af1f13e64 ;
  a2a:EventKeyRef oa:event_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Event1 .

oa:relationep_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Person:326e526f-0797-4f37-e710-8583c007c192 ;
  a2a:EventKeyRef oa:event_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Event1 .

oa:relationep_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Person:ef762264-15bd-c79e-576d-80cfea73a06c ;
  a2a:EventKeyRef oa:event_bhi_47d80098-2b22-5432-55cc-087e78a89cbc_Event1 .

oa:source_bhi_47d80098-2b22-5432-55cc-087e78a89cbc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1844-05-06 - 1844-05-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-05-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-05-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1844-05-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3776, Periode: 1844" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1844" ;
    a2a:DocumentNumber "274" ;
    a2a:RegistryNumber "3776" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3776, Periode: 1844, Geboorteregister 's-Hertogenbosch 1844, 274, 3776"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/47d80098-2b22-5432-55cc-087e78a89cbc" ;
  a2a:RecordGUID "{47d80098-2b22-5432-55cc-087e78a89cbc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_1534_00001534.xml van BHI" .

