@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_a88f8c34-7910-ccc5-e381-4e9ce5c982e4
  a a2a:Record ;
  rdfs:label "Geboorte op 21 november 1902" ;
  a2a:hasPerson oa:person_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Person-e1543f6c-7b82-5de7-20f7-93896acad3ff, oa:person_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Person-c9ac4147-2588-41fa-0cbf-d08654ce447c, oa:person_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Person-fb19c8fb-e82a-d691-ea25-06015ce5258f ;
  a2a:hasEvent oa:event_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_0, oa:relationep_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_1, oa:relationep_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_2 ;
  a2a:hasSource oa:source_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4 .

oa:person_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Person-e1543f6c-7b82-5de7-20f7-93896acad3ff
  a a2a:Person ;
  rdfs:label "Antonia Morgenstern" ;
  a2a:PersonName [
    rdfs:label "Antonia Morgenstern" ;
    a2a:PersonNameFirstName "Antonia" ;
    a2a:PersonNameLastName "Morgenstern"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Person-c9ac4147-2588-41fa-0cbf-d08654ce447c
  a a2a:Person ;
  rdfs:label "Mathias Dekkers" ;
  a2a:PersonName [
    rdfs:label "Mathias Dekkers" ;
    a2a:PersonNameFirstName "Mathias" ;
    a2a:PersonNameLastName "Dekkers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1902-11-21"^^xsd:date
  ] .

oa:person_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Person-fb19c8fb-e82a-d691-ea25-06015ce5258f
  a a2a:Person ;
  rdfs:label "Theodorus Dekkers" ;
  a2a:PersonName [
    rdfs:label "Theodorus Dekkers" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNameLastName "Dekkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1902-11-21"^^xsd:date
  ] .

oa:relationep_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Person:e1543f6c-7b82-5de7-20f7-93896acad3ff ;
  a2a:EventKeyRef oa:event_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Event1 .

oa:relationep_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Person:c9ac4147-2588-41fa-0cbf-d08654ce447c ;
  a2a:EventKeyRef oa:event_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Event1 .

oa:relationep_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Person:fb19c8fb-e82a-d691-ea25-06015ce5258f ;
  a2a:EventKeyRef oa:event_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4_Event1 .

oa:source_bhi_a88f8c34-7910-ccc5-e381-4e9ce5c982e4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Stratum" ;
    rdfs:label "Stratum", "1902-11-22 - 1902-11-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-11-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-11-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1902-11-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7474, Periode: 1902" ;
    a2a:Book "Geboorteregister Stratum 1902" ;
    a2a:DocumentNumber "152" ;
    a2a:RegistryNumber "7474" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7474, Periode: 1902, Geboorteregister Stratum 1902, 152, 7474"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/64c4f3f0-95d1-8187-52e6-0e680ea4cdf4.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/64c4f3f0-95d1-8187-52e6-0e680ea4cdf4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a88f8c34-7910-ccc5-e381-4e9ce5c982e4" ;
  a2a:RecordGUID "{a88f8c34-7910-ccc5-e381-4e9ce5c982e4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_395_00000395.xml van BHI" .

