@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_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb
  a a2a:Record ;
  rdfs:label "Geboorte op 4 december 1894 te Essen" ;
  a2a:hasPerson oa:person_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Person-c2b0f9f5-63c4-3776-34cf-cb1c52ce5cc4, oa:person_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Person-a9c04665-64eb-96ee-7069-5340b51ad95a, oa:person_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Person-ced0f4e7-5622-b5c0-49fa-cf5d24a93303 ;
  a2a:hasEvent oa:event_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_0, oa:relationep_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_1, oa:relationep_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_2 ;
  a2a:hasSource oa:source_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb .

oa:person_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Person-c2b0f9f5-63c4-3776-34cf-cb1c52ce5cc4
  a a2a:Person ;
  rdfs:label "Maria Catharina Kenis" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Kenis" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Kenis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Person-a9c04665-64eb-96ee-7069-5340b51ad95a
  a a2a:Person ;
  rdfs:label "Aloisius Wilhelmus Verbist" ;
  a2a:PersonName [
    rdfs:label "Aloisius Wilhelmus Verbist" ;
    a2a:PersonNameFirstName "Aloisius Wilhelmus" ;
    a2a:PersonNameLastName "Verbist"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1894" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1894-12-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:person_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Person-ced0f4e7-5622-b5c0-49fa-cf5d24a93303
  a a2a:Person ;
  rdfs:label "Josephus Lambertus Verbist" ;
  a2a:PersonName [
    rdfs:label "Josephus Lambertus Verbist" ;
    a2a:PersonNameFirstName "Josephus Lambertus" ;
    a2a:PersonNameLastName "Verbist"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1894-12-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:relationep_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Person:c2b0f9f5-63c4-3776-34cf-cb1c52ce5cc4 ;
  a2a:EventKeyRef oa:event_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Event1 .

oa:relationep_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Person:a9c04665-64eb-96ee-7069-5340b51ad95a ;
  a2a:EventKeyRef oa:event_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Event1 .

oa:relationep_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Person:ced0f4e7-5622-b5c0-49fa-cf5d24a93303 ;
  a2a:EventKeyRef oa:event_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb_Event1 .

oa:source_wba_5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen", "1894-12-04 - 1894-12-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-12-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-12-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1894" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1894-12-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 25, Periode: 1894" ;
    a2a:Book "Geboorteregister Essen 1894" ;
    a2a:DocumentNumber "104" ;
    a2a:RegistryNumber "25" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 25, Periode: 1894, Geboorteregister Essen 1894, 104, 25"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/177ddd5a-a0a0-acad-b64e-a93715d0b90f.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/177ddd5a-a0a0-acad-b64e-a93715d0b90f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb" ;
  a2a:RecordGUID "{5c34e0df-e0bf-b4f6-d40e-4d6ea622dedb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1750_00001750.xml van WBA" .

