@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_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317
  a a2a:Record ;
  rdfs:label "Geboorte op 9 november 1823" ;
  a2a:hasPerson oa:person_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Person-d479d0a4-ec5b-583c-768f-81fa4e62f032, oa:person_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Person-5a7302a3-4e5d-907e-570d-7b0260b92254, oa:person_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Person-4eb59db7-bf5b-84f9-0aab-90e7fa9b4f95 ;
  a2a:hasEvent oa:event_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_0, oa:relationep_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_1, oa:relationep_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_2 ;
  a2a:hasSource oa:source_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317 .

oa:person_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Person-d479d0a4-ec5b-583c-768f-81fa4e62f032
  a a2a:Person ;
  rdfs:label "Catharina Drossaert" ;
  a2a:PersonName [
    rdfs:label "Catharina Drossaert" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Drossaert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Person-5a7302a3-4e5d-907e-570d-7b0260b92254
  a a2a:Person ;
  rdfs:label "Arnoldus Petrus Kremers" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Petrus Kremers" ;
    a2a:PersonNameFirstName "Arnoldus Petrus" ;
    a2a:PersonNameLastName "Kremers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Person-4eb59db7-bf5b-84f9-0aab-90e7fa9b4f95
  a a2a:Person ;
  rdfs:label "Wilhelmus Christianus Kremers" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Christianus Kremers" ;
    a2a:PersonNameFirstName "Wilhelmus Christianus" ;
    a2a:PersonNameLastName "Kremers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1823" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1823-11-09"^^xsd:date
  ] .

oa:event_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1823" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1823-11-09"^^xsd:date
  ] .

oa:relationep_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Person:d479d0a4-ec5b-583c-768f-81fa4e62f032 ;
  a2a:EventKeyRef oa:event_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Event1 .

oa:relationep_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Person:5a7302a3-4e5d-907e-570d-7b0260b92254 ;
  a2a:EventKeyRef oa:event_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Event1 .

oa:relationep_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Person:4eb59db7-bf5b-84f9-0aab-90e7fa9b4f95 ;
  a2a:EventKeyRef oa:event_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317_Event1 .

oa:source_bhi_5d8a24aa-cd5c-15af-6cc4-e1fa915cd317
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1823-11-10 - 1823-11-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1823-11-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1823-11-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1823" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1823-11-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3755, Periode: 1823" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1823" ;
    a2a:DocumentNumber "591" ;
    a2a:RegistryNumber "3755" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3755, Periode: 1823, Geboorteregister 's-Hertogenbosch 1823, 591, 3755"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5d8a24aa-cd5c-15af-6cc4-e1fa915cd317" ;
  a2a:RecordGUID "{5d8a24aa-cd5c-15af-6cc4-e1fa915cd317}" ;
  a2a:SourceRemarkdeel "3755" ;
  a2a:SourceRemarkregister_periode "1823" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_1608_00001608.xml van BHI" .

