@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_340c055b-d167-5248-5df2-e861599ae070
  a a2a:Record ;
  rdfs:label "Geboorte op 15 januari 1844 te Essen" ;
  a2a:hasPerson oa:person_wba_340c055b-d167-5248-5df2-e861599ae070_Person-c1405a72-37c1-2834-b553-88d0b42caf7b, oa:person_wba_340c055b-d167-5248-5df2-e861599ae070_Person-afbed7bf-2021-9f12-6701-bb0f70361438, oa:person_wba_340c055b-d167-5248-5df2-e861599ae070_Person-c0eb0d9b-9011-751a-1cb9-961a9ee4091e ;
  a2a:hasEvent oa:event_wba_340c055b-d167-5248-5df2-e861599ae070_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_340c055b-d167-5248-5df2-e861599ae070_0, oa:relationep_wba_340c055b-d167-5248-5df2-e861599ae070_1, oa:relationep_wba_340c055b-d167-5248-5df2-e861599ae070_2 ;
  a2a:hasSource oa:source_wba_340c055b-d167-5248-5df2-e861599ae070 .

oa:person_wba_340c055b-d167-5248-5df2-e861599ae070_Person-c1405a72-37c1-2834-b553-88d0b42caf7b
  a a2a:Person ;
  rdfs:label "Petrus Joannes Peeters" ;
  a2a:PersonName [
    rdfs:label "Petrus Joannes Peeters" ;
    a2a:PersonNameFirstName "Petrus Joannes" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_340c055b-d167-5248-5df2-e861599ae070_Person-afbed7bf-2021-9f12-6701-bb0f70361438
  a a2a:Person ;
  rdfs:label "Maria Magdalena van Eekelen" ;
  a2a:PersonName [
    rdfs:label "Maria Magdalena van Eekelen" ;
    a2a:PersonNameFirstName "Maria Magdalena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Eekelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_340c055b-d167-5248-5df2-e861599ae070_Person-c0eb0d9b-9011-751a-1cb9-961a9ee4091e
  a a2a:Person ;
  rdfs:label "Adrianus Peeters" ;
  a2a:PersonName [
    rdfs:label "Adrianus Peeters" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1844-01-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:event_wba_340c055b-d167-5248-5df2-e861599ae070_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1844-01-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:relationep_wba_340c055b-d167-5248-5df2-e861599ae070_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_340c055b-d167-5248-5df2-e861599ae070_Person:c1405a72-37c1-2834-b553-88d0b42caf7b ;
  a2a:EventKeyRef oa:event_wba_340c055b-d167-5248-5df2-e861599ae070_Event1 .

oa:relationep_wba_340c055b-d167-5248-5df2-e861599ae070_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_340c055b-d167-5248-5df2-e861599ae070_Person:afbed7bf-2021-9f12-6701-bb0f70361438 ;
  a2a:EventKeyRef oa:event_wba_340c055b-d167-5248-5df2-e861599ae070_Event1 .

oa:relationep_wba_340c055b-d167-5248-5df2-e861599ae070_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_340c055b-d167-5248-5df2-e861599ae070_Person:c0eb0d9b-9011-751a-1cb9-961a9ee4091e ;
  a2a:EventKeyRef oa:event_wba_340c055b-d167-5248-5df2-e861599ae070_Event1 .

oa:source_wba_340c055b-d167-5248-5df2-e861599ae070
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen", "1844-01-15 - 1844-01-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-01-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-01-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1844-01-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 13, Periode: 1844" ;
    a2a:Book "Geboorteregister Essen 1844" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "13" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 13, Periode: 1844, Geboorteregister Essen 1844, 6, 13"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/bc6f911c-51a9-12e8-debc-e6fa90093696.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/340c055b-d167-5248-5df2-e861599ae070" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/bc6f911c-51a9-12e8-debc-e6fa90093696.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-12-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/340c055b-d167-5248-5df2-e861599ae070" ;
  a2a:RecordGUID "{340c055b-d167-5248-5df2-e861599ae070}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_25907_00025907.xml van WBA" .

