@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_0768b2a4-e580-91f4-bd4c-69321fe16fbe
  a a2a:Record ;
  rdfs:label "Geboorte op 23 maart 1905" ;
  a2a:hasPerson oa:person_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Person-2dd6126c-3f7d-d9a7-b0ee-ab7b300ed4ee, oa:person_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Person-63421857-522d-0741-6c06-237930db8f87, oa:person_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Person-65e9d067-924b-f787-ebce-9de09b6cf811 ;
  a2a:hasEvent oa:event_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_0, oa:relationep_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_1, oa:relationep_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_2 ;
  a2a:hasSource oa:source_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe .

oa:person_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Person-2dd6126c-3f7d-d9a7-b0ee-ab7b300ed4ee
  a a2a:Person ;
  rdfs:label "Johanna Maria Kools" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Kools" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Kools"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1905-03-23"^^xsd:date
  ] .

oa:person_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Person-63421857-522d-0741-6c06-237930db8f87
  a a2a:Person ;
  rdfs:label "Maria Catharina Jansens" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Jansens" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Jansens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Person-65e9d067-924b-f787-ebce-9de09b6cf811
  a a2a:Person ;
  rdfs:label "Hubertus Jacobus Kools" ;
  a2a:PersonName [
    rdfs:label "Hubertus Jacobus Kools" ;
    a2a:PersonNameFirstName "Hubertus Jacobus" ;
    a2a:PersonNameLastName "Kools"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1905-03-23"^^xsd:date
  ] .

oa:relationep_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Person:2dd6126c-3f7d-d9a7-b0ee-ab7b300ed4ee ;
  a2a:EventKeyRef oa:event_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Event1 .

oa:relationep_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Person:63421857-522d-0741-6c06-237930db8f87 ;
  a2a:EventKeyRef oa:event_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Event1 .

oa:relationep_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Person:65e9d067-924b-f787-ebce-9de09b6cf811 ;
  a2a:EventKeyRef oa:event_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe_Event1 .

oa:source_bhi_0768b2a4-e580-91f4-bd4c-69321fe16fbe
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau", "1905-03-23 - 1905-03-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-03-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-03-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1905-03-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 117, Periode: 1905" ;
    a2a:Book "Geboorteregister Baarle-Nassau 1905" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "117" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 117, Periode: 1905, Geboorteregister Baarle-Nassau 1905, 16, 117"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6b256185-fc55-313a-7dbb-55fdd9515a30.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6b256185-fc55-313a-7dbb-55fdd9515a30.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-03-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0768b2a4-e580-91f4-bd4c-69321fe16fbe" ;
  a2a:RecordGUID "{0768b2a4-e580-91f4-bd4c-69321fe16fbe}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1289_00001289.xml van BHI" .

