@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_brd_e56ec480-1a0a-9b83-41da-a35fac84f435
  a a2a:Record ;
  rdfs:label "Doop op 17 april 1695 te Breda" ;
  a2a:hasPerson oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-865028fd-3138-29e0-93f5-5e54ce115d2b, oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-ae7bb7a3-aedb-e843-b9fc-b48d03bf0743, oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-5854f706-3633-188c-98ea-097c1b2a3c6e, oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-a24b5ffa-8708-a8d7-ee69-bc257c444344, oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-9797f955-2aa0-b5c5-0366-c48be6c6abc7, oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-92a0c829-71a2-f1f6-68a1-edd4ef222506 ;
  a2a:hasEvent oa:event_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_0, oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_1, oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_2, oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_3, oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_4, oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_5 ;
  a2a:hasSource oa:source_brd_e56ec480-1a0a-9b83-41da-a35fac84f435 .

oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-865028fd-3138-29e0-93f5-5e54ce115d2b
  a a2a:Person ;
  rdfs:label "Anna Maria van Hoorn" ;
  a2a:PersonName [
    rdfs:label "Anna Maria van Hoorn" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePatronym "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoorn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-ae7bb7a3-aedb-e843-b9fc-b48d03bf0743
  a a2a:Person ;
  rdfs:label "Hendrina van Olfen" ;
  a2a:PersonName [
    rdfs:label "Hendrina van Olfen" ;
    a2a:PersonNameFirstName "Hendrina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Olfen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-5854f706-3633-188c-98ea-097c1b2a3c6e
  a a2a:Person ;
  rdfs:label "Wilhelm Waterkom" ;
  a2a:PersonName [
    rdfs:label "Wilhelm Waterkom" ;
    a2a:PersonNameFirstName "Wilhelm" ;
    a2a:PersonNameLastName "Waterkom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-a24b5ffa-8708-a8d7-ee69-bc257c444344
  a a2a:Person ;
  rdfs:label "Eduard Reinies" ;
  a2a:PersonName [
    rdfs:label "Eduard Reinies" ;
    a2a:PersonNameFirstName "Eduard" ;
    a2a:PersonNameLastName "Reinies"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-9797f955-2aa0-b5c5-0366-c48be6c6abc7
  a a2a:Person ;
  rdfs:label "Niclaes Luders (Luther, Luters Luthers)" ;
  a2a:PersonName [
    rdfs:label "Niclaes Luders (Luther, Luters Luthers)" ;
    a2a:PersonNameFirstName "Niclaes" ;
    a2a:PersonNameLastName "Luders (Luther, Luters Luthers)"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person-92a0c829-71a2-f1f6-68a1-edd4ef222506
  a a2a:Person ;
  rdfs:label "Anna Elisabeth Luders ook Luther ook Luters ook Luthers" ;
  a2a:PersonName [
    rdfs:label "Anna Elisabeth Luders ook Luther ook Luters ook Luthers" ;
    a2a:PersonNameFirstName "Anna Elisabeth" ;
    a2a:PersonNameLastName "Luders ook Luther ook Luters ook Luthers"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1695" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1695-04-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person:865028fd-3138-29e0-93f5-5e54ce115d2b ;
  a2a:EventKeyRef oa:event_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Event1 .

oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person:ae7bb7a3-aedb-e843-b9fc-b48d03bf0743 ;
  a2a:EventKeyRef oa:event_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Event1 .

oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person:5854f706-3633-188c-98ea-097c1b2a3c6e ;
  a2a:EventKeyRef oa:event_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Event1 .

oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person:a24b5ffa-8708-a8d7-ee69-bc257c444344 ;
  a2a:EventKeyRef oa:event_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Event1 .

oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person:9797f955-2aa0-b5c5-0366-c48be6c6abc7 ;
  a2a:EventKeyRef oa:event_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Event1 .

oa:relationep_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_5
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Person:92a0c829-71a2-f1f6-68a1-edd4ef222506 ;
  a2a:EventKeyRef oa:event_brd_e56ec480-1a0a-9b83-41da-a35fac84f435_Event1 .

oa:source_brd_e56ec480-1a0a-9b83-41da-a35fac84f435
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1695-04-17 - 1695-04-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1695-04-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1695-04-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1695" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1695-04-17"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 93, Periode: 1649-1745" ;
    a2a:Book "Dopen Luthers 1649-1745" ;
    a2a:RegistryNumber "93" ;
    a2a:Folio "45v" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 93, Periode: 1649-1745, Dopen Luthers 1649-1745, 93, 45v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8419da56-8751-11e3-a236-470c374d26f3.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/e56ec480-1a0a-9b83-41da-a35fac84f435" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8419da56-8751-11e3-a236-470c374d26f3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/e56ec480-1a0a-9b83-41da-a35fac84f435" ;
  a2a:RecordGUID "{e56ec480-1a0a-9b83-41da-a35fac84f435}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+Luthers+1649-1745\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5242_00005242.xml van BRD" .

