@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_dfdaf9cc-6475-d563-41fc-1bcf67c16207
  a a2a:Record ;
  rdfs:label "Notariële akte op 10 oktober 1736" ;
  a2a:hasPerson oa:person_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Person-c94c2806-22e5-c1fa-aed1-3f8fdc75d9ab, oa:person_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Person-08956b0c-4f5f-a96e-e0ff-8aa22e13cfea, oa:person_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Person-108adde3-0637-66d2-b7ae-bdef9a2b5d78 ;
  a2a:hasEvent oa:event_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_0, oa:relationep_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_1, oa:relationep_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_2 ;
  a2a:hasSource oa:source_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207 .

oa:person_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Person-c94c2806-22e5-c1fa-aed1-3f8fdc75d9ab
  a a2a:Person ;
  rdfs:label "Maria Peeters" ;
  a2a:PersonName [
    rdfs:label "Maria Peeters" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Person-08956b0c-4f5f-a96e-e0ff-8aa22e13cfea
  a a2a:Person ;
  rdfs:label "Anna Geertruij Peeters" ;
  a2a:PersonName [
    rdfs:label "Anna Geertruij Peeters" ;
    a2a:PersonNameFirstName "Anna Geertruij" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Person-108adde3-0637-66d2-b7ae-bdef9a2b5d78
  a a2a:Person ;
  rdfs:label "Hendrick Repen" ;
  a2a:PersonName [
    rdfs:label "Hendrick Repen" ;
    a2a:PersonNameFirstName "Hendrick" ;
    a2a:PersonNameLastName "Repen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "soldaat (Dragonder)" .

oa:event_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1736" ;
    a2a:Month "10" ;
    a2a:Day "10" ;
    rdfs:label "1736-10-10"^^xsd:date
  ] .

oa:relationep_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Person:c94c2806-22e5-c1fa-aed1-3f8fdc75d9ab ;
  a2a:EventKeyRef oa:event_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Event1 .

oa:relationep_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Person:08956b0c-4f5f-a96e-e0ff-8aa22e13cfea ;
  a2a:EventKeyRef oa:event_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Event1 .

oa:relationep_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Person:108adde3-0637-66d2-b7ae-bdef9a2b5d78 ;
  a2a:EventKeyRef oa:event_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207_Event1 .

oa:source_brd_dfdaf9cc-6475-d563-41fc-1bcf67c16207
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1736-10-10 - 1736-10-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1736-10-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1736-10-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1736" ;
    a2a:Month "10" ;
    a2a:Day "10" ;
    rdfs:label "1736-10-10"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Notariële archieven Breda, Bron: akten, Deel: 0616, Periode: 1736" ;
    a2a:Book "C. van Bommel, Allerhande acten (Minuten), 1736" ;
    a2a:DocumentNumber "122" ;
    a2a:RegistryNumber "0616" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Notariële archieven Breda, Bron: akten, Deel: 0616, Periode: 1736, C. van Bommel, Allerhande acten (Minuten), 1736, 122, 0616"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8d0c03c8-8751-11e3-b05a-8f845ac8e751.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/dfdaf9cc-6475-d563-41fc-1bcf67c16207" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8d0c03c8-8751-11e3-b05a-8f845ac8e751.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8d0c04d6-8751-11e3-84e0-9f86d63ea538.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/dfdaf9cc-6475-d563-41fc-1bcf67c16207" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8d0c04d6-8751-11e3-84e0-9f86d63ea538.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8d0c05d0-8751-11e3-b569-bfebfa1308c4.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/dfdaf9cc-6475-d563-41fc-1bcf67c16207" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8d0c05d0-8751-11e3-b569-bfebfa1308c4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/dfdaf9cc-6475-d563-41fc-1bcf67c16207" ;
  a2a:RecordGUID "{dfdaf9cc-6475-d563-41fc-1bcf67c16207}" ;
  a2a:SourceRemarkOpmerking """<br /><strong>Notaris: </strong>C.
van
Bommel""", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"C.+van+Bommel%2C+Allerhande+acten+%28Minuten%29%2C+1736\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_19615_00019615.xml van BRD" .

