@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_dca47348-99f2-974f-e321-c526ca4b9319
  a a2a:Record ;
  rdfs:label "Geboorte op 8 juni 1889" ;
  a2a:hasPerson oa:person_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Person-4485b419-4580-0f52-9d89-7e1ea556c783, oa:person_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Person-34e42dd0-c9b6-b14d-ee4c-e36ea28c51d7, oa:person_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Person-befffd7a-f93c-e69b-65e2-9f070c33678d ;
  a2a:hasEvent oa:event_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_dca47348-99f2-974f-e321-c526ca4b9319_0, oa:relationep_bhi_dca47348-99f2-974f-e321-c526ca4b9319_1, oa:relationep_bhi_dca47348-99f2-974f-e321-c526ca4b9319_2 ;
  a2a:hasSource oa:source_bhi_dca47348-99f2-974f-e321-c526ca4b9319 .

oa:person_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Person-4485b419-4580-0f52-9d89-7e1ea556c783
  a a2a:Person ;
  rdfs:label "Catharina Meuwese" ;
  a2a:PersonName [
    rdfs:label "Catharina Meuwese" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Meuwese"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Person-34e42dd0-c9b6-b14d-ee4c-e36ea28c51d7
  a a2a:Person ;
  rdfs:label "Johannes Henricus Brands" ;
  a2a:PersonName [
    rdfs:label "Johannes Henricus Brands" ;
    a2a:PersonNameFirstName "Johannes Henricus" ;
    a2a:PersonNameLastName "Brands"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Person-befffd7a-f93c-e69b-65e2-9f070c33678d
  a a2a:Person ;
  rdfs:label "Elisabeth Johanna Maria Brands" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Johanna Maria Brands" ;
    a2a:PersonNameFirstName "Elisabeth Johanna Maria" ;
    a2a:PersonNameLastName "Brands"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "6" ;
    a2a:Day "8" ;
    rdfs:label "1889-06-08"^^xsd:date
  ] .

oa:event_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "6" ;
    a2a:Day "8" ;
    rdfs:label "1889-06-08"^^xsd:date
  ] .

oa:relationep_bhi_dca47348-99f2-974f-e321-c526ca4b9319_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Person:4485b419-4580-0f52-9d89-7e1ea556c783 ;
  a2a:EventKeyRef oa:event_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Event1 .

oa:relationep_bhi_dca47348-99f2-974f-e321-c526ca4b9319_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Person:34e42dd0-c9b6-b14d-ee4c-e36ea28c51d7 ;
  a2a:EventKeyRef oa:event_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Event1 .

oa:relationep_bhi_dca47348-99f2-974f-e321-c526ca4b9319_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Person:befffd7a-f93c-e69b-65e2-9f070c33678d ;
  a2a:EventKeyRef oa:event_bhi_dca47348-99f2-974f-e321-c526ca4b9319_Event1 .

oa:source_bhi_dca47348-99f2-974f-e321-c526ca4b9319
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1889-06-08 - 1889-06-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-06-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-06-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "6" ;
    a2a:Day "8" ;
    rdfs:label "1889-06-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3821, Periode: 1889" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1889" ;
    a2a:DocumentNumber "448" ;
    a2a:RegistryNumber "3821" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3821, Periode: 1889, Geboorteregister 's-Hertogenbosch 1889, 448, 3821"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/dca47348-99f2-974f-e321-c526ca4b9319" ;
  a2a:RecordGUID "{dca47348-99f2-974f-e321-c526ca4b9319}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2587_00002587.xml van BHI" .

