@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_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50
  a a2a:Record ;
  rdfs:label "Geboorte op 2 april 1903" ;
  a2a:hasPerson oa:person_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Person-58e46066-f71a-0e32-bb2a-5e28d48701fd, oa:person_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Person-5adccdf9-df60-5a40-4e53-97696d2c89e6, oa:person_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Person-88b12a6c-4bf7-ee2b-d627-43230e40ee9b ;
  a2a:hasEvent oa:event_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_0, oa:relationep_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_1, oa:relationep_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_2 ;
  a2a:hasSource oa:source_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50 .

oa:person_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Person-58e46066-f71a-0e32-bb2a-5e28d48701fd
  a a2a:Person ;
  rdfs:label "Christina van Haaren" ;
  a2a:PersonName [
    rdfs:label "Christina van Haaren" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Haaren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Person-5adccdf9-df60-5a40-4e53-97696d2c89e6
  a a2a:Person ;
  rdfs:label "Christianus Adrianus Sebastianus Goossens" ;
  a2a:PersonName [
    rdfs:label "Christianus Adrianus Sebastianus Goossens" ;
    a2a:PersonNameFirstName "Christianus Adrianus Sebastianus" ;
    a2a:PersonNameLastName "Goossens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1903-04-02"^^xsd:date
  ] .

oa:person_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Person-88b12a6c-4bf7-ee2b-d627-43230e40ee9b
  a a2a:Person ;
  rdfs:label "Jacobus Augustinus Goossens" ;
  a2a:PersonName [
    rdfs:label "Jacobus Augustinus Goossens" ;
    a2a:PersonNameFirstName "Jacobus Augustinus" ;
    a2a:PersonNameLastName "Goossens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1903-04-02"^^xsd:date
  ] .

oa:relationep_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Person:58e46066-f71a-0e32-bb2a-5e28d48701fd ;
  a2a:EventKeyRef oa:event_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Event1 .

oa:relationep_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Person:5adccdf9-df60-5a40-4e53-97696d2c89e6 ;
  a2a:EventKeyRef oa:event_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Event1 .

oa:relationep_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Person:88b12a6c-4bf7-ee2b-d627-43230e40ee9b ;
  a2a:EventKeyRef oa:event_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50_Event1 .

oa:source_bhi_0cf26f0e-481d-1d4e-fa40-c57efa0dcd50
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1903-04-03 - 1903-04-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-04-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-04-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1903-04-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1552, Periode: 1903" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1903" ;
    a2a:DocumentNumber "341" ;
    a2a:RegistryNumber "1552" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1552, Periode: 1903, Geboorteregister 's-Hertogenbosch 1903, 341, 1552"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/7cea8335-fdf1-b87a-0c0a-5e08b2ed9472.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/7cea8335-fdf1-b87a-0c0a-5e08b2ed9472.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0cf26f0e-481d-1d4e-fa40-c57efa0dcd50" ;
  a2a:RecordGUID "{0cf26f0e-481d-1d4e-fa40-c57efa0dcd50}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2085_00002085.xml van BHI" .

