@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_60025a95-e15f-c2a0-661f-5da9b8610f1b
  a a2a:Record ;
  rdfs:label "Doop op 9 juli 1705 te Ginneken" ;
  a2a:hasPerson oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person-3c65f95d-6b0d-82fe-267b-1cafc17cf6e5, oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person-5ac7dcbe-d65a-5bca-2ae6-00709de369a2, oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person-76a253bc-0695-41b8-91d7-3a3a913fdbff, oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person-c1a760ed-42c2-634e-d4a1-e4ccc8f26b21, oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person-956c29ee-58ab-63a1-8dd3-9c0d592a2124 ;
  a2a:hasEvent oa:event_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_0, oa:relationep_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_1, oa:relationep_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_2, oa:relationep_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_3, oa:relationep_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_4 ;
  a2a:hasSource oa:source_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b .

oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person-3c65f95d-6b0d-82fe-267b-1cafc17cf6e5
  a a2a:Person ;
  rdfs:label "Walterus Kanters" ;
  a2a:PersonName [
    rdfs:label "Walterus Kanters" ;
    a2a:PersonNameFirstName "Walterus" ;
    a2a:PersonNameLastName "Kanters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person-5ac7dcbe-d65a-5bca-2ae6-00709de369a2
  a a2a:Person ;
  rdfs:label "Joannes Adriaensse" ;
  a2a:PersonName [
    rdfs:label "Joannes Adriaensse" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Adriaensse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person-76a253bc-0695-41b8-91d7-3a3a913fdbff
  a a2a:Person ;
  rdfs:label "Catharina Huijbrecht Meiren" ;
  a2a:PersonName [
    rdfs:label "Catharina Huijbrecht Meiren" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePatronym "Huijbrecht" ;
    a2a:PersonNameLastName "Meiren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person-c1a760ed-42c2-634e-d4a1-e4ccc8f26b21
  a a2a:Person ;
  rdfs:label "Adriana Wouter Kanters" ;
  a2a:PersonName [
    rdfs:label "Adriana Wouter Kanters" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePatronym "Wouter" ;
    a2a:PersonNameLastName "Kanters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person-956c29ee-58ab-63a1-8dd3-9c0d592a2124
  a a2a:Person ;
  rdfs:label "Adrianus Adriaensse" ;
  a2a:PersonName [
    rdfs:label "Adrianus Adriaensse" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Adriaensse"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1705" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1705-07-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ginneken" ;
    rdfs:label "Ginneken"
  ] .

oa:relationep_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_0
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person:3c65f95d-6b0d-82fe-267b-1cafc17cf6e5 ;
  a2a:EventKeyRef oa:event_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Event1 .

oa:relationep_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person:5ac7dcbe-d65a-5bca-2ae6-00709de369a2 ;
  a2a:EventKeyRef oa:event_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Event1 .

oa:relationep_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person:76a253bc-0695-41b8-91d7-3a3a913fdbff ;
  a2a:EventKeyRef oa:event_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Event1 .

oa:relationep_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person:c1a760ed-42c2-634e-d4a1-e4ccc8f26b21 ;
  a2a:EventKeyRef oa:event_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Event1 .

oa:relationep_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Person:956c29ee-58ab-63a1-8dd3-9c0d592a2124 ;
  a2a:EventKeyRef oa:event_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b_Event1 .

oa:source_brd_60025a95-e15f-c2a0-661f-5da9b8610f1b
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Ginneken en Bavel" ;
    rdfs:label "Ginneken en Bavel", "1705-07-09 - 1705-07-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1705-07-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1705-07-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1705" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1705-07-09"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 113, Periode: 1647-1738" ;
    a2a:Book "Dopen rk Ginneken 1647-1738" ;
    a2a:RegistryNumber "113" ;
    a2a:Folio "231" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 113, Periode: 1647-1738, Dopen rk Ginneken 1647-1738, 113, 231"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83cc49ee-8751-11e3-b66c-07b2e5df1e48.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/60025a95-e15f-c2a0-661f-5da9b8610f1b" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83cc49ee-8751-11e3-b66c-07b2e5df1e48.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/60025a95-e15f-c2a0-661f-5da9b8610f1b" ;
  a2a:RecordGUID "{60025a95-e15f-c2a0-661f-5da9b8610f1b}" ;
  a2a:SourceRemarkOpmerking "Getuige 2 ipv de peter", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Ginneken+1647-1738\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1218_00001218.xml van BRD" .

