@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_7215311b-e2dd-b70e-4124-367264e4f688
  a a2a:Record ;
  rdfs:label "Geboorte op 27 maart 1925" ;
  a2a:hasPerson oa:person_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Person-2c3b2294-8262-dde4-5402-e171e06870da, oa:person_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Person-096c2b2e-e3bc-52db-8aa3-3ae21cfe8f4e, oa:person_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Person-3f21f53e-d302-c745-e8d1-0f022d48fe5c ;
  a2a:hasEvent oa:event_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7215311b-e2dd-b70e-4124-367264e4f688_0, oa:relationep_bhi_7215311b-e2dd-b70e-4124-367264e4f688_1, oa:relationep_bhi_7215311b-e2dd-b70e-4124-367264e4f688_2 ;
  a2a:hasSource oa:source_bhi_7215311b-e2dd-b70e-4124-367264e4f688 .

oa:person_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Person-2c3b2294-8262-dde4-5402-e171e06870da
  a a2a:Person ;
  rdfs:label "Adrianus Cornelius Augustinus Maria Willems" ;
  a2a:PersonName [
    rdfs:label "Adrianus Cornelius Augustinus Maria Willems" ;
    a2a:PersonNameFirstName "Adrianus Cornelius Augustinus Maria" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1925" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1925-03-27"^^xsd:date
  ] .

oa:person_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Person-096c2b2e-e3bc-52db-8aa3-3ae21cfe8f4e
  a a2a:Person ;
  rdfs:label "Joannes Martinus Cornelius Josephus Willems" ;
  a2a:PersonName [
    rdfs:label "Joannes Martinus Cornelius Josephus Willems" ;
    a2a:PersonNameFirstName "Joannes Martinus Cornelius Josephus" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Person-3f21f53e-d302-c745-e8d1-0f022d48fe5c
  a a2a:Person ;
  rdfs:label "Alda Wilhelmina Maria Moonen" ;
  a2a:PersonName [
    rdfs:label "Alda Wilhelmina Maria Moonen" ;
    a2a:PersonNameFirstName "Alda Wilhelmina Maria" ;
    a2a:PersonNameLastName "Moonen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1925" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1925-03-27"^^xsd:date
  ] .

oa:relationep_bhi_7215311b-e2dd-b70e-4124-367264e4f688_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Person:2c3b2294-8262-dde4-5402-e171e06870da ;
  a2a:EventKeyRef oa:event_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Event1 .

oa:relationep_bhi_7215311b-e2dd-b70e-4124-367264e4f688_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Person:096c2b2e-e3bc-52db-8aa3-3ae21cfe8f4e ;
  a2a:EventKeyRef oa:event_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Event1 .

oa:relationep_bhi_7215311b-e2dd-b70e-4124-367264e4f688_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Person:3f21f53e-d302-c745-e8d1-0f022d48fe5c ;
  a2a:EventKeyRef oa:event_bhi_7215311b-e2dd-b70e-4124-367264e4f688_Event1 .

oa:source_bhi_7215311b-e2dd-b70e-4124-367264e4f688
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Deurne en Liessel" ;
    rdfs:label "Deurne en Liessel", "1925-03-28 - 1925-03-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1925-03-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1925-03-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1925" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1925-03-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 642, Periode: 1925" ;
    a2a:Book "Geboorteregister Deurne en Liessel 1925" ;
    a2a:DocumentNumber "78" ;
    a2a:RegistryNumber "642" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 642, Periode: 1925, Geboorteregister Deurne en Liessel 1925, 78, 642"
  ] ;
  a2a:SourceLastChangeDate "2026-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7215311b-e2dd-b70e-4124-367264e4f688" ;
  a2a:RecordGUID "{7215311b-e2dd-b70e-4124-367264e4f688}" ;
  a2a:SourceRemarkdeel "642" ;
  a2a:SourceRemarkregister_periode "1925" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_1823_00001823.xml van BHI" .

