@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_1911fcb4-b034-e6d0-9af3-52883177eebc
  a a2a:Record ;
  rdfs:label "Geboorte op 3 december 1901" ;
  a2a:hasPerson oa:person_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Person-203cc8de-0355-e341-27b2-6382309b137f, oa:person_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Person-1d530d80-5bc0-ef48-f8e4-d9db6922c5ae, oa:person_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Person-ea1551c1-ba6c-5b10-1fa4-be88401b58cd ;
  a2a:hasEvent oa:event_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_0, oa:relationep_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_1, oa:relationep_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_2 ;
  a2a:hasSource oa:source_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc .

oa:person_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Person-203cc8de-0355-e341-27b2-6382309b137f
  a a2a:Person ;
  rdfs:label "Maria Catharina Bosmans" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Bosmans" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Bosmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Person-1d530d80-5bc0-ef48-f8e4-d9db6922c5ae
  a a2a:Person ;
  rdfs:label "Petronella Cornelia Maria Vingerhoets" ;
  a2a:PersonName [
    rdfs:label "Petronella Cornelia Maria Vingerhoets" ;
    a2a:PersonNameFirstName "Petronella Cornelia Maria" ;
    a2a:PersonNameLastName "Vingerhoets"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1901" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1901-12-03"^^xsd:date
  ] .

oa:person_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Person-ea1551c1-ba6c-5b10-1fa4-be88401b58cd
  a a2a:Person ;
  rdfs:label "Adrianus Cornelis Vingerhoets" ;
  a2a:PersonName [
    rdfs:label "Adrianus Cornelis Vingerhoets" ;
    a2a:PersonNameFirstName "Adrianus Cornelis" ;
    a2a:PersonNameLastName "Vingerhoets"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1901" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1901-12-03"^^xsd:date
  ] .

oa:relationep_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Person:203cc8de-0355-e341-27b2-6382309b137f ;
  a2a:EventKeyRef oa:event_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Event1 .

oa:relationep_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Person:1d530d80-5bc0-ef48-f8e4-d9db6922c5ae ;
  a2a:EventKeyRef oa:event_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Event1 .

oa:relationep_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Person:ea1551c1-ba6c-5b10-1fa4-be88401b58cd ;
  a2a:EventKeyRef oa:event_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc_Event1 .

oa:source_bhi_1911fcb4-b034-e6d0-9af3-52883177eebc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Diessen" ;
    rdfs:label "Diessen", "1901-12-06 - 1901-12-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-12-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1901-12-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1901" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1901-12-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1727, Periode: 1901" ;
    a2a:Book "Geboorteregister Diessen 1901" ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "1727" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1727, Periode: 1901, Geboorteregister Diessen 1901, 17, 1727"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/87360fe0-6b5c-21b3-3869-3bf11ffb68b3.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/87360fe0-6b5c-21b3-3869-3bf11ffb68b3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-08-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1911fcb4-b034-e6d0-9af3-52883177eebc" ;
  a2a:RecordGUID "{1911fcb4-b034-e6d0-9af3-52883177eebc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_970_00000970.xml van BHI" .

