@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_ed4e4483-7745-a7ea-194e-bdc148d42bfa
  a a2a:Record ;
  rdfs:label "Doop op 21 augustus 1612 te Nispen-Essen" ;
  a2a:hasPerson oa:person_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Person-e35c4ae8-6748-c216-9a43-041edee8c1d6, oa:person_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Person-01c80ce6-a41b-0220-5698-bb621509f82f, oa:person_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Person-102b6574-fbfd-1778-9e6f-705b462194e4 ;
  a2a:hasEvent oa:event_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_0, oa:relationep_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_1, oa:relationep_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_2 ;
  a2a:hasSource oa:source_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa .

oa:person_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Person-e35c4ae8-6748-c216-9a43-041edee8c1d6
  a a2a:Person ;
  rdfs:label "Marinus Christiani" ;
  a2a:PersonName [
    rdfs:label "Marinus Christiani" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Christiani"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Person-01c80ce6-a41b-0220-5698-bb621509f82f
  a a2a:Person ;
  rdfs:label "Barbara Johannis" ;
  a2a:PersonName [
    rdfs:label "Barbara Johannis" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNameLastName "Johannis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Person-102b6574-fbfd-1778-9e6f-705b462194e4
  a a2a:Person ;
  rdfs:label "Bartholomeus Christiani" ;
  a2a:PersonName [
    rdfs:label "Bartholomeus Christiani" ;
    a2a:PersonNameFirstName "Bartholomeus" ;
    a2a:PersonNameLastName "Christiani"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1612" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1612-08-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nispen-Essen" ;
    rdfs:label "Nispen-Essen"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Person:e35c4ae8-6748-c216-9a43-041edee8c1d6 ;
  a2a:EventKeyRef oa:event_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Event1 .

oa:relationep_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Person:01c80ce6-a41b-0220-5698-bb621509f82f ;
  a2a:EventKeyRef oa:event_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Event1 .

oa:relationep_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Person:102b6574-fbfd-1778-9e6f-705b462194e4 ;
  a2a:EventKeyRef oa:event_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa_Event1 .

oa:source_wba_ed4e4483-7745-a7ea-194e-bdc148d42bfa
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Nispen-Essen" ;
    rdfs:label "Nispen-Essen", "1612-08-21 - 1612-08-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1612-08-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1612-08-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1612" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1612-08-21"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: DTB Essen, Bron: boek, Deel: 059, Periode: 1605-1638" ;
    a2a:Book "Nispen-Essen doop en huwelijksregister 1605-1638" ;
    a2a:RegistryNumber "059" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: DTB Essen, Bron: boek, Deel: 059, Periode: 1605-1638, Nispen-Essen doop en huwelijksregister 1605-1638, 059"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ed4e4483-7745-a7ea-194e-bdc148d42bfa" ;
  a2a:RecordGUID "{ed4e4483-7745-a7ea-194e-bdc148d42bfa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_9256_00009256.xml van WBA" .

