@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_b0835b1b-1d1d-d4bf-c22b-742f050b314b
  a a2a:Record ;
  rdfs:label "Doop op 24 december 1640 te Breda" ;
  a2a:hasPerson oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-df88a31e-dbe3-19d6-ad80-c3017bb3aee2, oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-38ea0299-00e3-2bca-cc2e-3faf3b7050b8, oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-871694ec-c834-2ba8-7fc3-42ef4981be87, oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-6547ed12-224e-c47c-fb51-4e58c653e7c7, oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-f63cd767-dab1-1a5a-0181-ea9699387532, oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-1710bcd3-8c01-b939-492a-f04d13a72009 ;
  a2a:hasEvent oa:event_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_0, oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_1, oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_2, oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_3, oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_4, oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_5 ;
  a2a:hasSource oa:source_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b .

oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-df88a31e-dbe3-19d6-ad80-c3017bb3aee2
  a a2a:Person ;
  rdfs:label "Hesken Willems" ;
  a2a:PersonName [
    rdfs:label "Hesken Willems" ;
    a2a:PersonNameFirstName "Hesken" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-38ea0299-00e3-2bca-cc2e-3faf3b7050b8
  a a2a:Person ;
  rdfs:label "Christoffel Michiels Knock" ;
  a2a:PersonName [
    rdfs:label "Christoffel Michiels Knock" ;
    a2a:PersonNameFirstName "Christoffel" ;
    a2a:PersonNamePatronym "Michiels" ;
    a2a:PersonNameLastName "Knock"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-871694ec-c834-2ba8-7fc3-42ef4981be87
  a a2a:Person ;
  rdfs:label "Stoffel Pyck?" ;
  a2a:PersonName [
    rdfs:label "Stoffel Pyck?" ;
    a2a:PersonNameFirstName "Stoffel" ;
    a2a:PersonNameLastName "Pyck?"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-6547ed12-224e-c47c-fb51-4e58c653e7c7
  a a2a:Person ;
  rdfs:label "Hans Neeff" ;
  a2a:PersonName [
    rdfs:label "Hans Neeff" ;
    a2a:PersonNameFirstName "Hans" ;
    a2a:PersonNameLastName "Neeff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-f63cd767-dab1-1a5a-0181-ea9699387532
  a a2a:Person ;
  rdfs:label "Trijntien Aelberts" ;
  a2a:PersonName [
    rdfs:label "Trijntien Aelberts" ;
    a2a:PersonNameFirstName "Trijntien" ;
    a2a:PersonNameLastName "Aelberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person-1710bcd3-8c01-b939-492a-f04d13a72009
  a a2a:Person ;
  rdfs:label "Jacobus Knock" ;
  a2a:PersonName [
    rdfs:label "Jacobus Knock" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Knock"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1640" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1640-12-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person:df88a31e-dbe3-19d6-ad80-c3017bb3aee2 ;
  a2a:EventKeyRef oa:event_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Event1 .

oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person:38ea0299-00e3-2bca-cc2e-3faf3b7050b8 ;
  a2a:EventKeyRef oa:event_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Event1 .

oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person:871694ec-c834-2ba8-7fc3-42ef4981be87 ;
  a2a:EventKeyRef oa:event_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Event1 .

oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person:6547ed12-224e-c47c-fb51-4e58c653e7c7 ;
  a2a:EventKeyRef oa:event_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Event1 .

oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person:f63cd767-dab1-1a5a-0181-ea9699387532 ;
  a2a:EventKeyRef oa:event_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Event1 .

oa:relationep_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_5
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Person:1710bcd3-8c01-b939-492a-f04d13a72009 ;
  a2a:EventKeyRef oa:event_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b_Event1 .

oa:source_brd_b0835b1b-1d1d-d4bf-c22b-742f050b314b
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1640-12-24 - 1640-12-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1640-12-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1640-12-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1640" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1640-12-24"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 25, Periode: 1640-1644" ;
    a2a:Book "Dopen nh Breda 1640-1644" ;
    a2a:RegistryNumber "25" ;
    a2a:Folio "51" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 25, Periode: 1640-1644, Dopen nh Breda 1640-1644, 25, 51"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83efbe88-8751-11e3-8165-67868a9558b9.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/b0835b1b-1d1d-d4bf-c22b-742f050b314b" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83efbe88-8751-11e3-8165-67868a9558b9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/b0835b1b-1d1d-d4bf-c22b-742f050b314b" ;
  a2a:RecordGUID "{b0835b1b-1d1d-d4bf-c22b-742f050b314b}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+nh+Breda+1640-1644\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5451_00005451.xml van BRD" .

