@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_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Record ;
  rdfs:label "Doop op 28 april 1728 te Steenbergen" ;
  a2a:hasPerson oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person-519653b8-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person-51967c62-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person-5196a99e-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person-5196d662-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person-519628ac-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:hasEvent oa:event_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_0, oa:relationep_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_1, oa:relationep_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_2, oa:relationep_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_3, oa:relationep_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_4 ;
  a2a:hasSource oa:source_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a .

oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person-519653b8-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Petrus Drooge" ;
  a2a:PersonName [
    rdfs:label "Petrus Drooge" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Drooge"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person-51967c62-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Gertrudis Abels" ;
  a2a:PersonName [
    rdfs:label "Gertrudis Abels" ;
    a2a:PersonNameFirstName "Gertrudis" ;
    a2a:PersonNameLastName "Abels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person-5196a99e-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Joannes Bohin" ;
  a2a:PersonName [
    rdfs:label "Joannes Bohin" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Bohin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person-5196d662-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Joanna Abels" ;
  a2a:PersonName [
    rdfs:label "Joanna Abels" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Abels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person-519628ac-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Hieronimus Drooge" ;
  a2a:PersonName [
    rdfs:label "Hieronimus Drooge" ;
    a2a:PersonNameFirstName "Hieronimus" ;
    a2a:PersonNameLastName "Drooge"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1728" ;
    a2a:Month "4" ;
    a2a:Day "28" ;
    rdfs:label "1728-04-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen"
  ] .

oa:relationep_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person:519653b8-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person:51967c62-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person:5196a99e-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person:5196d662-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_4
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Person:519628ac-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:source_wba_909c4e4e-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen", "1728-04-28 - 1728-04-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1728-04-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1728-04-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1728" ;
    a2a:Month "4" ;
    a2a:Day "28" ;
    rdfs:label "1728-04-28"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken Steenbergen, Bron: boek, Deel: 2, Periode: 1728-1744" ;
    a2a:Book "RK doop- en trouwboek 1723-1744 - doop 1728-1744" ;
    a2a:RegistryNumber "2" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Doop-, trouw- en begraafboeken Steenbergen, Bron: boek, Deel: 2, Periode: 1728-1744, RK doop- en trouwboek 1723-1744 - doop 1728-1744, 2"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/d7469419-2a49-9be9-4864-b83dfbf66fb0.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/909c4e4e-4865-11e1-9853-b7a7dd2b6a2a" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/d7469419-2a49-9be9-4864-b83dfbf66fb0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-01-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/909c4e4e-4865-11e1-9853-b7a7dd2b6a2a" ;
  a2a:RecordGUID "{909c4e4e-4865-11e1-9853-b7a7dd2b6a2a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_7826_00007826.xml van WBA" .

