@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_4567dfeb-aa70-da32-e182-91ef7717f3db
  a a2a:Record ;
  rdfs:label "Geboorte op 2 juli 1918" ;
  a2a:hasPerson oa:person_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Person-38078f18-140f-ea32-4aa1-771a602cadb8, oa:person_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Person-80e06065-79d6-1988-89bf-ae56ce7139ef, oa:person_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Person-52a1cdae-def4-6e34-5be3-ad4486de3943 ;
  a2a:hasEvent oa:event_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_0, oa:relationep_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_1, oa:relationep_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_2 ;
  a2a:hasSource oa:source_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db .

oa:person_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Person-38078f18-140f-ea32-4aa1-771a602cadb8
  a a2a:Person ;
  rdfs:label "Wilhelmina Joanna Brands" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Joanna Brands" ;
    a2a:PersonNameFirstName "Wilhelmina Joanna" ;
    a2a:PersonNameLastName "Brands"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Person-80e06065-79d6-1988-89bf-ae56ce7139ef
  a a2a:Person ;
  rdfs:label "Christianus van Heumen" ;
  a2a:PersonName [
    rdfs:label "Christianus van Heumen" ;
    a2a:PersonNameFirstName "Christianus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heumen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Person-52a1cdae-def4-6e34-5be3-ad4486de3943
  a a2a:Person ;
  rdfs:label "Christianus Leonardus van Heumen" ;
  a2a:PersonName [
    rdfs:label "Christianus Leonardus van Heumen" ;
    a2a:PersonNameFirstName "Christianus Leonardus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heumen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1918-07-02"^^xsd:date
  ] .

oa:event_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1918-07-02"^^xsd:date
  ] .

oa:relationep_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Person:38078f18-140f-ea32-4aa1-771a602cadb8 ;
  a2a:EventKeyRef oa:event_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Event1 .

oa:relationep_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Person:80e06065-79d6-1988-89bf-ae56ce7139ef ;
  a2a:EventKeyRef oa:event_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Event1 .

oa:relationep_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Person:52a1cdae-def4-6e34-5be3-ad4486de3943 ;
  a2a:EventKeyRef oa:event_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db_Event1 .

oa:source_bhi_4567dfeb-aa70-da32-e182-91ef7717f3db
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oss" ;
    rdfs:label "Oss", "1918-07-03 - 1918-07-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-07-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-07-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1918-07-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2294, Periode: 1918" ;
    a2a:Book "Geboorteregister Oss 1918" ;
    a2a:DocumentNumber "216" ;
    a2a:RegistryNumber "2294" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2294, Periode: 1918, Geboorteregister Oss 1918, 216, 2294"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0e548c9a-e0fb-0a06-771b-71e3a46c3b62.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0e548c9a-e0fb-0a06-771b-71e3a46c3b62.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-01-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4567dfeb-aa70-da32-e182-91ef7717f3db" ;
  a2a:RecordGUID "{4567dfeb-aa70-da32-e182-91ef7717f3db}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3667_00003667.xml van BHI" .

