@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_72a05469-edad-22bd-fffa-585c2f7d44c4
  a a2a:Record ;
  rdfs:label "Doop op 10 februari 1743 te Breda" ;
  a2a:hasPerson oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-770d48b0-ed99-6ac3-2dc5-7bb0deb5031a, oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-f90846da-7edb-093f-80f9-3bbd7181dbe6, oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-a9c02132-0789-d918-0180-a3eac4853dd2, oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-f20d889f-5a92-ab62-a64a-28ecddeec0c6, oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-4e0fdf1b-5d8b-2ba9-9e52-a9a3a891e577, oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-0317136a-c40f-a2e1-f941-79af6dd95a5c ;
  a2a:hasEvent oa:event_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_0, oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_1, oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_2, oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_3, oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_4, oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_5 ;
  a2a:hasSource oa:source_brd_72a05469-edad-22bd-fffa-585c2f7d44c4 .

oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-770d48b0-ed99-6ac3-2dc5-7bb0deb5031a
  a a2a:Person ;
  rdfs:label "Maria Joanna Stoops" ;
  a2a:PersonName [
    rdfs:label "Maria Joanna Stoops" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Joanna" ;
    a2a:PersonNameLastName "Stoops"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-f90846da-7edb-093f-80f9-3bbd7181dbe6
  a a2a:Person ;
  rdfs:label "Adrianus Dielis Oomen" ;
  a2a:PersonName [
    rdfs:label "Adrianus Dielis Oomen" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePatronym "Dielis" ;
    a2a:PersonNameLastName "Oomen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-a9c02132-0789-d918-0180-a3eac4853dd2
  a a2a:Person ;
  rdfs:label "Michael van den Avort" ;
  a2a:PersonName [
    rdfs:label "Michael van den Avort" ;
    a2a:PersonNameFirstName "Michael" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Avort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-f20d889f-5a92-ab62-a64a-28ecddeec0c6
  a a2a:Person ;
  rdfs:label "Maria Catharina van de Avort" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina van de Avort" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Catharina" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Avort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-4e0fdf1b-5d8b-2ba9-9e52-a9a3a891e577
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Boumans" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Boumans" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Elisabeth" ;
    a2a:PersonNameLastName "Boumans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person-0317136a-c40f-a2e1-f941-79af6dd95a5c
  a a2a:Person ;
  rdfs:label "Michael van den Avort" ;
  a2a:PersonName [
    rdfs:label "Michael van den Avort" ;
    a2a:PersonNameFirstName "Michael" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Avort"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1743" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1743-02-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person:770d48b0-ed99-6ac3-2dc5-7bb0deb5031a ;
  a2a:EventKeyRef oa:event_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Event1 .

oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_1
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person:f90846da-7edb-093f-80f9-3bbd7181dbe6 ;
  a2a:EventKeyRef oa:event_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Event1 .

oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person:a9c02132-0789-d918-0180-a3eac4853dd2 ;
  a2a:EventKeyRef oa:event_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Event1 .

oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person:f20d889f-5a92-ab62-a64a-28ecddeec0c6 ;
  a2a:EventKeyRef oa:event_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Event1 .

oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person:4e0fdf1b-5d8b-2ba9-9e52-a9a3a891e577 ;
  a2a:EventKeyRef oa:event_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Event1 .

oa:relationep_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_5
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Person:0317136a-c40f-a2e1-f941-79af6dd95a5c ;
  a2a:EventKeyRef oa:event_brd_72a05469-edad-22bd-fffa-585c2f7d44c4_Event1 .

oa:source_brd_72a05469-edad-22bd-fffa-585c2f7d44c4
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1743-02-10 - 1743-02-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1743-02-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1743-02-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1743" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1743-02-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 16, Periode: 1742-1789" ;
    a2a:Book "Dopen rk Nieuwstraat 1742-1789" ;
    a2a:RegistryNumber "16" ;
    a2a:Folio "9" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 16, Periode: 1742-1789, Dopen rk Nieuwstraat 1742-1789, 16, 9"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83e8699e-8751-11e3-ab04-bfe9db1f0337.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/72a05469-edad-22bd-fffa-585c2f7d44c4" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83e8699e-8751-11e3-ab04-bfe9db1f0337.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/72a05469-edad-22bd-fffa-585c2f7d44c4" ;
  a2a:RecordGUID "{72a05469-edad-22bd-fffa-585c2f7d44c4}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Nieuwstraat+1742-1789\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_4970_00004970.xml van BRD" .

