@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_3359da05-e975-a566-caae-aee596c30dc6
  a a2a:Record ;
  rdfs:label "Geboorte op 12 april 1917" ;
  a2a:hasPerson oa:person_bhi_3359da05-e975-a566-caae-aee596c30dc6_Person-915dc566-b4e4-5d48-8142-b28db11885ea, oa:person_bhi_3359da05-e975-a566-caae-aee596c30dc6_Person-07e59f78-0bf2-f575-2d4e-6a37da868eeb, oa:person_bhi_3359da05-e975-a566-caae-aee596c30dc6_Person-f5d0dc9a-52fb-aa49-f2e8-a3222b945e29 ;
  a2a:hasEvent oa:event_bhi_3359da05-e975-a566-caae-aee596c30dc6_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_3359da05-e975-a566-caae-aee596c30dc6_0, oa:relationep_bhi_3359da05-e975-a566-caae-aee596c30dc6_1, oa:relationep_bhi_3359da05-e975-a566-caae-aee596c30dc6_2 ;
  a2a:hasSource oa:source_bhi_3359da05-e975-a566-caae-aee596c30dc6 .

oa:person_bhi_3359da05-e975-a566-caae-aee596c30dc6_Person-915dc566-b4e4-5d48-8142-b28db11885ea
  a a2a:Person ;
  rdfs:label "Antonia Hendrika de Bie" ;
  a2a:PersonName [
    rdfs:label "Antonia Hendrika de Bie" ;
    a2a:PersonNameFirstName "Antonia Hendrika" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bie"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3359da05-e975-a566-caae-aee596c30dc6_Person-07e59f78-0bf2-f575-2d4e-6a37da868eeb
  a a2a:Person ;
  rdfs:label "Dingena Maria Roomer" ;
  a2a:PersonName [
    rdfs:label "Dingena Maria Roomer" ;
    a2a:PersonNameFirstName "Dingena Maria" ;
    a2a:PersonNameLastName "Roomer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "4" ;
    a2a:Day "12" ;
    rdfs:label "1917-04-12"^^xsd:date
  ] .

oa:person_bhi_3359da05-e975-a566-caae-aee596c30dc6_Person-f5d0dc9a-52fb-aa49-f2e8-a3222b945e29
  a a2a:Person ;
  rdfs:label "Arie Roomer" ;
  a2a:PersonName [
    rdfs:label "Arie Roomer" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Roomer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_3359da05-e975-a566-caae-aee596c30dc6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "4" ;
    a2a:Day "12" ;
    rdfs:label "1917-04-12"^^xsd:date
  ] .

oa:relationep_bhi_3359da05-e975-a566-caae-aee596c30dc6_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_3359da05-e975-a566-caae-aee596c30dc6_Person:915dc566-b4e4-5d48-8142-b28db11885ea ;
  a2a:EventKeyRef oa:event_bhi_3359da05-e975-a566-caae-aee596c30dc6_Event1 .

oa:relationep_bhi_3359da05-e975-a566-caae-aee596c30dc6_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_3359da05-e975-a566-caae-aee596c30dc6_Person:07e59f78-0bf2-f575-2d4e-6a37da868eeb ;
  a2a:EventKeyRef oa:event_bhi_3359da05-e975-a566-caae-aee596c30dc6_Event1 .

oa:relationep_bhi_3359da05-e975-a566-caae-aee596c30dc6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_3359da05-e975-a566-caae-aee596c30dc6_Person:f5d0dc9a-52fb-aa49-f2e8-a3222b945e29 ;
  a2a:EventKeyRef oa:event_bhi_3359da05-e975-a566-caae-aee596c30dc6_Event1 .

oa:source_bhi_3359da05-e975-a566-caae-aee596c30dc6
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Capelle" ;
    rdfs:label "Capelle", "1917-04-12 - 1917-04-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-04-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-04-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "4" ;
    a2a:Day "12" ;
    rdfs:label "1917-04-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 583, Periode: 1917" ;
    a2a:Book "Geboorteregister Capelle 1917" ;
    a2a:DocumentNumber "23" ;
    a2a:RegistryNumber "583" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 583, Periode: 1917, Geboorteregister Capelle 1917, 23, 583"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/be47a619-045a-3af0-436e-ba3873cc32bd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/be47a619-045a-3af0-436e-ba3873cc32bd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/3359da05-e975-a566-caae-aee596c30dc6" ;
  a2a:RecordGUID "{3359da05-e975-a566-caae-aee596c30dc6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_5823_00005823.xml van BHI" .

