@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_39df7d9f-a096-dc22-e6ab-007597ebc8d1
  a a2a:Record ;
  rdfs:label "Geboorte op 2 maart 1903" ;
  a2a:hasPerson oa:person_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Person-2589fde1-a747-d3db-4f99-348960763802, oa:person_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Person-64e1b20d-8047-0661-1915-9b6d2c50f03e, oa:person_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Person-2ea8448c-1baf-2e80-63a4-c0a5473c11a0 ;
  a2a:hasEvent oa:event_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_0, oa:relationep_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_1, oa:relationep_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_2 ;
  a2a:hasSource oa:source_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1 .

oa:person_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Person-2589fde1-a747-d3db-4f99-348960763802
  a a2a:Person ;
  rdfs:label "Maria Magdalena de Wert" ;
  a2a:PersonName [
    rdfs:label "Maria Magdalena de Wert" ;
    a2a:PersonNameFirstName "Maria Magdalena" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Person-64e1b20d-8047-0661-1915-9b6d2c50f03e
  a a2a:Person ;
  rdfs:label "Franciscus Josephus Schepens" ;
  a2a:PersonName [
    rdfs:label "Franciscus Josephus Schepens" ;
    a2a:PersonNameFirstName "Franciscus Josephus" ;
    a2a:PersonNameLastName "Schepens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "3" ;
    a2a:Day "2" ;
    rdfs:label "1903-03-02"^^xsd:date
  ] .

oa:person_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Person-2ea8448c-1baf-2e80-63a4-c0a5473c11a0
  a a2a:Person ;
  rdfs:label "Henricus Schepens" ;
  a2a:PersonName [
    rdfs:label "Henricus Schepens" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Schepens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "3" ;
    a2a:Day "2" ;
    rdfs:label "1903-03-02"^^xsd:date
  ] .

oa:relationep_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Person:2589fde1-a747-d3db-4f99-348960763802 ;
  a2a:EventKeyRef oa:event_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Event1 .

oa:relationep_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Person:64e1b20d-8047-0661-1915-9b6d2c50f03e ;
  a2a:EventKeyRef oa:event_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Event1 .

oa:relationep_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Person:2ea8448c-1baf-2e80-63a4-c0a5473c11a0 ;
  a2a:EventKeyRef oa:event_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1_Event1 .

oa:source_bhi_39df7d9f-a096-dc22-e6ab-007597ebc8d1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Best" ;
    rdfs:label "Best", "1903-03-04 - 1903-03-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-03-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-03-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1903-03-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 315, Periode: 1903" ;
    a2a:Book "Geboorteregister Best 1903" ;
    a2a:DocumentNumber "15" ;
    a2a:RegistryNumber "315" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 315, Periode: 1903, Geboorteregister Best 1903, 15, 315"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1f8e253a-2f28-6746-53c7-848821f9c21a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1f8e253a-2f28-6746-53c7-848821f9c21a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-07-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/39df7d9f-a096-dc22-e6ab-007597ebc8d1" ;
  a2a:RecordGUID "{39df7d9f-a096-dc22-e6ab-007597ebc8d1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_72305_00072305.xml van BHI" .

