@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_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19
  a a2a:Record ;
  rdfs:label "Geboorte op 4 augustus 1917" ;
  a2a:hasPerson oa:person_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Person-ba18bb93-5aa5-8097-3e9b-a686d91cf07c, oa:person_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Person-0206aa99-4a0a-d84e-07a5-d2c806db1ffe, oa:person_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Person-98c52eb5-3020-7345-eb5f-8fe6a62e809b ;
  a2a:hasEvent oa:event_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_0, oa:relationep_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_1, oa:relationep_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_2 ;
  a2a:hasSource oa:source_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19 .

oa:person_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Person-ba18bb93-5aa5-8097-3e9b-a686d91cf07c
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Verstappen" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Verstappen" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Verstappen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Person-0206aa99-4a0a-d84e-07a5-d2c806db1ffe
  a a2a:Person ;
  rdfs:label "Alexander Mordang" ;
  a2a:PersonName [
    rdfs:label "Alexander Mordang" ;
    a2a:PersonNameFirstName "Alexander" ;
    a2a:PersonNameLastName "Mordang"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1917-08-04"^^xsd:date
  ] .

oa:person_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Person-98c52eb5-3020-7345-eb5f-8fe6a62e809b
  a a2a:Person ;
  rdfs:label "Renson Mordang" ;
  a2a:PersonName [
    rdfs:label "Renson Mordang" ;
    a2a:PersonNameFirstName "Renson" ;
    a2a:PersonNameLastName "Mordang"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1917-08-04"^^xsd:date
  ] .

oa:relationep_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Person:ba18bb93-5aa5-8097-3e9b-a686d91cf07c ;
  a2a:EventKeyRef oa:event_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Event1 .

oa:relationep_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Person:0206aa99-4a0a-d84e-07a5-d2c806db1ffe ;
  a2a:EventKeyRef oa:event_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Event1 .

oa:relationep_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Person:98c52eb5-3020-7345-eb5f-8fe6a62e809b ;
  a2a:EventKeyRef oa:event_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19_Event1 .

oa:source_bhi_ea849d2a-b42c-aa23-7e64-8cd3e56f5c19
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Strijp" ;
    rdfs:label "Strijp", "1917-08-06 - 1917-08-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-08-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-08-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1917-08-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2917, Periode: 1917" ;
    a2a:Book "Geboorteregister Strijp 1917" ;
    a2a:DocumentNumber "127" ;
    a2a:RegistryNumber "2917" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2917, Periode: 1917, Geboorteregister Strijp 1917, 127, 2917"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a4ba9a99-de5e-889f-7dc1-b4fbcf30360f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a4ba9a99-de5e-889f-7dc1-b4fbcf30360f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-05-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ea849d2a-b42c-aa23-7e64-8cd3e56f5c19" ;
  a2a:RecordGUID "{ea849d2a-b42c-aa23-7e64-8cd3e56f5c19}" ;
  a2a:SourceRemarkdeel "2917" ;
  a2a:SourceRemarkregister_periode "1917" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_771_00000771.xml van BHI" .

