@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_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df
  a a2a:Record ;
  rdfs:label "Doop op 12 september 1677 te Breda" ;
  a2a:hasPerson oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-220fc387-1e61-6f1d-4fd0-f0d337fd6790, oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-be51c3ce-873c-cf82-057a-ffb90520af08, oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-9e9f5cf2-f263-6010-bcce-2c0f62cac28b, oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-120b8568-1be6-0971-209a-7b2866c8ce2c, oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-67b2a759-dce7-3f97-5cde-ed6af9c29707, oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-8388ec6c-d29a-4eae-47e8-335441ea5498 ;
  a2a:hasEvent oa:event_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_0, oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_1, oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_2, oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_3, oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_4, oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_5 ;
  a2a:hasSource oa:source_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df .

oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-220fc387-1e61-6f1d-4fd0-f0d337fd6790
  a a2a:Person ;
  rdfs:label "Marguerite Feddens" ;
  a2a:PersonName [
    rdfs:label "Marguerite Feddens" ;
    a2a:PersonNameFirstName "Marguerite" ;
    a2a:PersonNameLastName "Feddens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-be51c3ce-873c-cf82-057a-ffb90520af08
  a a2a:Person ;
  rdfs:label "Marie Feddens" ;
  a2a:PersonName [
    rdfs:label "Marie Feddens" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNameLastName "Feddens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-9e9f5cf2-f263-6010-bcce-2c0f62cac28b
  a a2a:Person ;
  rdfs:label "Jaques Maulmont" ;
  a2a:PersonName [
    rdfs:label "Jaques Maulmont" ;
    a2a:PersonNameFirstName "Jaques" ;
    a2a:PersonNameLastName "Maulmont"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-120b8568-1be6-0971-209a-7b2866c8ce2c
  a a2a:Person ;
  rdfs:label "Pierre Feddens" ;
  a2a:PersonName [
    rdfs:label "Pierre Feddens" ;
    a2a:PersonNameFirstName "Pierre" ;
    a2a:PersonNameLastName "Feddens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-67b2a759-dce7-3f97-5cde-ed6af9c29707
  a a2a:Person ;
  rdfs:label "Estienne Croyze" ;
  a2a:PersonName [
    rdfs:label "Estienne Croyze" ;
    a2a:PersonNameFirstName "Estienne" ;
    a2a:PersonNameLastName "Croyze"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person-8388ec6c-d29a-4eae-47e8-335441ea5498
  a a2a:Person ;
  rdfs:label "Dina Croyze" ;
  a2a:PersonName [
    rdfs:label "Dina Croyze" ;
    a2a:PersonNameFirstName "Dina" ;
    a2a:PersonNameLastName "Croyze"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1677" ;
    a2a:Month "9" ;
    a2a:Day "12" ;
    rdfs:label "1677-09-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person:220fc387-1e61-6f1d-4fd0-f0d337fd6790 ;
  a2a:EventKeyRef oa:event_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Event1 .

oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person:be51c3ce-873c-cf82-057a-ffb90520af08 ;
  a2a:EventKeyRef oa:event_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Event1 .

oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person:9e9f5cf2-f263-6010-bcce-2c0f62cac28b ;
  a2a:EventKeyRef oa:event_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Event1 .

oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person:120b8568-1be6-0971-209a-7b2866c8ce2c ;
  a2a:EventKeyRef oa:event_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Event1 .

oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person:67b2a759-dce7-3f97-5cde-ed6af9c29707 ;
  a2a:EventKeyRef oa:event_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Event1 .

oa:relationep_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_5
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Person:8388ec6c-d29a-4eae-47e8-335441ea5498 ;
  a2a:EventKeyRef oa:event_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df_Event1 .

oa:source_brd_e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1677-09-12 - 1677-09-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1677-09-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1677-09-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1677" ;
    a2a:Month "9" ;
    a2a:Day "12" ;
    rdfs:label "1677-09-12"^^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 "49" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 89, Periode: 1607-1810, Dopen Waals-gereformeerd 1607-1810, 89, 49"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8416aeb2-8751-11e3-bec2-8306bded4599.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8416aeb2-8751-11e3-bec2-8306bded4599.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df" ;
  a2a:RecordGUID "{e4013d0e-dd0b-b30e-7adf-10a5cd2ec7df}" ;
  a2a:SourceRemarkOpmerking "<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_5236_00005236.xml van BRD" .

