@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_89c9b963-d39d-47a5-b4d7-e63ec98f890c
  a a2a:Record ;
  rdfs:label "Notariële akte op 27 oktober 1865" ;
  a2a:hasPerson oa:person_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Person-c3bb06d5-2e52-555a-a938-3e84a7bf82f7, oa:person_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Person-e947d55f-ca93-5472-aacb-62cfa2c50517, oa:person_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Person-b2cf95d0-f61c-5c91-b0f9-dd62f55748ff ;
  a2a:hasEvent oa:event_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_0, oa:relationep_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_1, oa:relationep_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_2 ;
  a2a:hasSource oa:source_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c .

oa:person_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Person-c3bb06d5-2e52-555a-a938-3e84a7bf82f7
  a a2a:Person ;
  rdfs:label "Petronella Ponsen" ;
  a2a:PersonName [
    rdfs:label "Petronella Ponsen" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Ponsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Person-e947d55f-ca93-5472-aacb-62cfa2c50517
  a a2a:Person ;
  rdfs:label "#### Balthoven" ;
  a2a:PersonName [
    rdfs:label "#### Balthoven" ;
    a2a:PersonNameFirstName "####" ;
    a2a:PersonNameLastName "Balthoven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Person-b2cf95d0-f61c-5c91-b0f9-dd62f55748ff
  a a2a:Person ;
  rdfs:label "Carolus Cornelius Aloisius Beens" ;
  a2a:PersonName [
    rdfs:label "Carolus Cornelius Aloisius Beens" ;
    a2a:PersonNameFirstName "Carolus Cornelius Aloisius" ;
    a2a:PersonNameLastName "Beens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:event_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1865" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1865-10-27"^^xsd:date
  ] .

oa:relationep_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Person:c3bb06d5-2e52-555a-a938-3e84a7bf82f7 ;
  a2a:EventKeyRef oa:event_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Event1 .

oa:relationep_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Person:e947d55f-ca93-5472-aacb-62cfa2c50517 ;
  a2a:EventKeyRef oa:event_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Event1 .

oa:relationep_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Person:b2cf95d0-f61c-5c91-b0f9-dd62f55748ff ;
  a2a:EventKeyRef oa:event_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c_Event1 .

oa:source_brd_89c9b963-d39d-47a5-b4d7-e63ec98f890c
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1865-10-27 - 1865-10-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1865-10-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1865-10-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1865" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1865-10-27"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Bron: repertoire, Deel: 0014, Periode: 1863-1866" ;
    a2a:Book "J.I.H. Hoeben, repertoire 1863 - 1866" ;
    a2a:DocumentNumber "1946" ;
    a2a:RegistryNumber "0014" ;
    a2a:Folio "55" ;
    rdfs:label "Stadsarchief Breda, Breda, Bron: repertoire, Deel: 0014, Periode: 1863-1866, J.I.H. Hoeben, repertoire 1863 - 1866, 1946, 0014, 55"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/bd3d22fd-bcd7-496f-33f2-2b5b0a049e3b.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/89c9b963-d39d-47a5-b4d7-e63ec98f890c" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/bd3d22fd-bcd7-496f-33f2-2b5b0a049e3b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/89c9b963-d39d-47a5-b4d7-e63ec98f890c" ;
  a2a:RecordGUID "{89c9b963-d39d-47a5-b4d7-e63ec98f890c}" ;
  a2a:SourceRemarkOpmerking """<br /><strong>Notaris: </strong>J.I.H.
Hoeben""", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"J.I.H.+Hoeben%2C+repertoire+1863+-+1866\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_36_00000036.xml van BRD" .

