@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_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436
  a a2a:Record ;
  rdfs:label "Doop op 20 juli 1608 te Breda" ;
  a2a:hasPerson oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-c95b9c68-e640-8029-fafd-8b58d3cbd90c, oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-19867d02-f94b-facb-ebe5-0c391c072bab, oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-db5a7a21-d788-b50d-ced0-611201e15b79, oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-8f3c91bb-3445-79cd-b2a4-c4da5cf5a368, oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-5aedd8ce-e70e-0166-76ae-4d37d8468439, oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-d38e264f-2298-7c87-e992-cdc6fbd150cf ;
  a2a:hasEvent oa:event_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_0, oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_1, oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_2, oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_3, oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_4, oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_5 ;
  a2a:hasSource oa:source_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436 .

oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-c95b9c68-e640-8029-fafd-8b58d3cbd90c
  a a2a:Person ;
  rdfs:label "Marie Caine" ;
  a2a:PersonName [
    rdfs:label "Marie Caine" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNameLastName "Caine"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-19867d02-f94b-facb-ebe5-0c391c072bab
  a a2a:Person ;
  rdfs:label "Pierre d'Allenne" ;
  a2a:PersonName [
    rdfs:label "Pierre d' Allenne" ;
    a2a:PersonNameFirstName "Pierre" ;
    a2a:PersonNamePrefixLastName "d'" ;
    a2a:PersonNameLastName "Allenne"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-db5a7a21-d788-b50d-ced0-611201e15b79
  a a2a:Person ;
  rdfs:label "Luc Pele" ;
  a2a:PersonName [
    rdfs:label "Luc Pele" ;
    a2a:PersonNameFirstName "Luc" ;
    a2a:PersonNameLastName "Pele"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-8f3c91bb-3445-79cd-b2a4-c4da5cf5a368
  a a2a:Person ;
  rdfs:label "Anne Crochet" ;
  a2a:PersonName [
    rdfs:label "Anne Crochet" ;
    a2a:PersonNameFirstName "Anne" ;
    a2a:PersonNameLastName "Crochet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-5aedd8ce-e70e-0166-76ae-4d37d8468439
  a a2a:Person ;
  rdfs:label "Nn Nn" ;
  a2a:PersonName [
    rdfs:label "Nn Nn" ;
    a2a:PersonNameFirstName "Nn" ;
    a2a:PersonNameLastName "Nn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person-d38e264f-2298-7c87-e992-cdc6fbd150cf
  a a2a:Person ;
  rdfs:label "Lucas Nn" ;
  a2a:PersonName [
    rdfs:label "Lucas Nn" ;
    a2a:PersonNameFirstName "Lucas" ;
    a2a:PersonNameLastName "Nn"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1608" ;
    a2a:Month "7" ;
    a2a:Day "20" ;
    rdfs:label "1608-07-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person:c95b9c68-e640-8029-fafd-8b58d3cbd90c ;
  a2a:EventKeyRef oa:event_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Event1 .

oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_1
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person:19867d02-f94b-facb-ebe5-0c391c072bab ;
  a2a:EventKeyRef oa:event_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Event1 .

oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person:db5a7a21-d788-b50d-ced0-611201e15b79 ;
  a2a:EventKeyRef oa:event_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Event1 .

oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person:8f3c91bb-3445-79cd-b2a4-c4da5cf5a368 ;
  a2a:EventKeyRef oa:event_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Event1 .

oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person:5aedd8ce-e70e-0166-76ae-4d37d8468439 ;
  a2a:EventKeyRef oa:event_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Event1 .

oa:relationep_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_5
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Person:d38e264f-2298-7c87-e992-cdc6fbd150cf ;
  a2a:EventKeyRef oa:event_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436_Event1 .

oa:source_brd_9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1608-07-20 - 1608-07-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1608-07-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1608-07-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1608" ;
    a2a:Month "7" ;
    a2a:Day "20" ;
    rdfs:label "1608-07-20"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 89, Periode: 1607-1810" ;
    a2a:Book "Dopen Waals-gereformeerd 1607-1810" ;
    a2a:RegistryNumber "89" ;
    a2a:Folio "4" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 89, Periode: 1607-1810, Dopen Waals-gereformeerd 1607-1810, 89, 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/84168eaa-8751-11e3-b88a-aba71216e075.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/84168eaa-8751-11e3-b88a-aba71216e075.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436" ;
  a2a:RecordGUID "{9a7c11a7-6d2b-d9b6-2d67-b3c80ceea436}" ;
  a2a:SourceRemarkOpmerking "Als getuige zijn ook genoemd: Dirick Jolijt, en Elisabeth du Flot.", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+Waals-gereformeerd+1607-1810\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5358_00005358.xml van BRD" .

