@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_3f4144b2-868f-efb5-60ef-ce6df6efc2bb
  a a2a:Record ;
  rdfs:label "Geboorte op 6 maart 1915" ;
  a2a:hasPerson oa:person_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Person-beac1ef8-ca7f-26dd-83cc-56b6601a5e13, oa:person_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Person-a4b23fbc-5017-be9e-fb0b-d1d45da8e42a, oa:person_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Person-8c18214a-08c4-5cb8-a46a-e578c6ba6c6b ;
  a2a:hasEvent oa:event_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_0, oa:relationep_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_1, oa:relationep_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_2 ;
  a2a:hasSource oa:source_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb .

oa:person_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Person-beac1ef8-ca7f-26dd-83cc-56b6601a5e13
  a a2a:Person ;
  rdfs:label "Helena Johanna van Dijk" ;
  a2a:PersonName [
    rdfs:label "Helena Johanna van Dijk" ;
    a2a:PersonNameFirstName "Helena Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Person-a4b23fbc-5017-be9e-fb0b-d1d45da8e42a
  a a2a:Person ;
  rdfs:label "Marius Marinus Bax" ;
  a2a:PersonName [
    rdfs:label "Marius Marinus Bax" ;
    a2a:PersonNameFirstName "Marius Marinus" ;
    a2a:PersonNameLastName "Bax"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Person-8c18214a-08c4-5cb8-a46a-e578c6ba6c6b
  a a2a:Person ;
  rdfs:label "Johanna Helena Bax" ;
  a2a:PersonName [
    rdfs:label "Johanna Helena Bax" ;
    a2a:PersonNameFirstName "Johanna Helena" ;
    a2a:PersonNameLastName "Bax"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "6" ;
    rdfs:label "1915-03-06"^^xsd:date
  ] .

oa:event_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "6" ;
    rdfs:label "1915-03-06"^^xsd:date
  ] .

oa:relationep_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Person:beac1ef8-ca7f-26dd-83cc-56b6601a5e13 ;
  a2a:EventKeyRef oa:event_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Event1 .

oa:relationep_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Person:a4b23fbc-5017-be9e-fb0b-d1d45da8e42a ;
  a2a:EventKeyRef oa:event_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Event1 .

oa:relationep_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Person:8c18214a-08c4-5cb8-a46a-e578c6ba6c6b ;
  a2a:EventKeyRef oa:event_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb_Event1 .

oa:source_bhi_3f4144b2-868f-efb5-60ef-ce6df6efc2bb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dussen" ;
    rdfs:label "Dussen", "1915-03-06 - 1915-03-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-03-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-03-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "6" ;
    rdfs:label "1915-03-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 814, Periode: 1915" ;
    a2a:Book "Geboorteregister Dussen 1915" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "814" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 814, Periode: 1915, Geboorteregister Dussen 1915, 24, 814"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f138e13b-b711-84f8-4654-049bb179c61c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f138e13b-b711-84f8-4654-049bb179c61c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-07-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/3f4144b2-868f-efb5-60ef-ce6df6efc2bb" ;
  a2a:RecordGUID "{3f4144b2-868f-efb5-60ef-ce6df6efc2bb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2189_00002189.xml van BHI" .

