@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_391021ba-a199-a070-e8e8-afd64c56cfc8
  a a2a:Record ;
  rdfs:label "Geboorte op 10 mei 1895 te Essen" ;
  a2a:hasPerson oa:person_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Person-1f779425-905a-81c3-c894-3a9e58d2b885, oa:person_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Person-108ff41a-c311-e0aa-55f6-d4c6ffd1bd7e, oa:person_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Person-a5dec460-b4db-b87f-a9a5-1ac35a082fcb ;
  a2a:hasEvent oa:event_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_0, oa:relationep_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_1, oa:relationep_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_2 ;
  a2a:hasSource oa:source_wba_391021ba-a199-a070-e8e8-afd64c56cfc8 .

oa:person_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Person-1f779425-905a-81c3-c894-3a9e58d2b885
  a a2a:Person ;
  rdfs:label "Nathalia Van Houdenhove" ;
  a2a:PersonName [
    rdfs:label "Nathalia Van Houdenhove" ;
    a2a:PersonNameFirstName "Nathalia" ;
    a2a:PersonNameLastName "Van Houdenhove"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Person-108ff41a-c311-e0aa-55f6-d4c6ffd1bd7e
  a a2a:Person ;
  rdfs:label "Charles Yves Emile Gustaaf Willems" ;
  a2a:PersonName [
    rdfs:label "Charles Yves Emile Gustaaf Willems" ;
    a2a:PersonNameFirstName "Charles Yves Emile Gustaaf" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1895-05-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:person_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Person-a5dec460-b4db-b87f-a9a5-1ac35a082fcb
  a a2a:Person ;
  rdfs:label "Edmundus Leo Willems" ;
  a2a:PersonName [
    rdfs:label "Edmundus Leo Willems" ;
    a2a:PersonNameFirstName "Edmundus Leo" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1895" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1895-05-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:relationep_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Person:1f779425-905a-81c3-c894-3a9e58d2b885 ;
  a2a:EventKeyRef oa:event_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Event1 .

oa:relationep_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Person:108ff41a-c311-e0aa-55f6-d4c6ffd1bd7e ;
  a2a:EventKeyRef oa:event_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Event1 .

oa:relationep_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Person:a5dec460-b4db-b87f-a9a5-1ac35a082fcb ;
  a2a:EventKeyRef oa:event_wba_391021ba-a199-a070-e8e8-afd64c56cfc8_Event1 .

oa:source_wba_391021ba-a199-a070-e8e8-afd64c56cfc8
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen", "1895-05-10 - 1895-05-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-05-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-05-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1895" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1895-05-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 25, Periode: 1895" ;
    a2a:Book "Geboorteregister Essen 1895" ;
    a2a:DocumentNumber "51" ;
    a2a:RegistryNumber "25" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 25, Periode: 1895, Geboorteregister Essen 1895, 51, 25"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/e8d8a784-b49b-1026-57b0-d28dd000eb9e.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/391021ba-a199-a070-e8e8-afd64c56cfc8" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/e8d8a784-b49b-1026-57b0-d28dd000eb9e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/391021ba-a199-a070-e8e8-afd64c56cfc8" ;
  a2a:RecordGUID "{391021ba-a199-a070-e8e8-afd64c56cfc8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1615_00001615.xml van WBA" .

