@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_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6
  a a2a:Record ;
  rdfs:label "Notariële akte op 8 juni 1734" ;
  a2a:hasPerson oa:person_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Person-89e3e343-8e9b-8c6e-9b05-fafc78b7e532, oa:person_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Person-ebe7b46e-b4dd-ece4-2775-3bf0f0ec83a8, oa:person_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Person-51e77ac5-fe1a-dc62-adae-32da9f74c9bb ;
  a2a:hasEvent oa:event_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_0, oa:relationep_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_1, oa:relationep_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_2 ;
  a2a:hasSource oa:source_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6 .

oa:person_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Person-89e3e343-8e9b-8c6e-9b05-fafc78b7e532
  a a2a:Person ;
  rdfs:label "Johan George ook Jean George van Son" ;
  a2a:PersonName [
    rdfs:label "Johan George ook Jean George van Son" ;
    a2a:PersonNameFirstName "Johan George ook Jean George" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Son"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "medisch dokter en schepen" .

oa:person_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Person-ebe7b46e-b4dd-ece4-2775-3bf0f0ec83a8
  a a2a:Person ;
  rdfs:label "Abraham Adrianus Robertus Palm" ;
  a2a:PersonName [
    rdfs:label "Abraham Adrianus Robertus Palm" ;
    a2a:PersonNameFirstName "Abraham Adrianus Robertus" ;
    a2a:PersonNameLastName "Palm"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "vaandrig, luitenant" .

oa:person_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Person-51e77ac5-fe1a-dc62-adae-32da9f74c9bb
  a a2a:Person ;
  rdfs:label "Elisabeth Josina Christina Palm" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Josina Christina Palm" ;
    a2a:PersonNameFirstName "Elisabeth Josina Christina" ;
    a2a:PersonNameLastName "Palm"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1734" ;
    a2a:Month "6" ;
    a2a:Day "8" ;
    rdfs:label "1734-06-08"^^xsd:date
  ] .

oa:relationep_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Person:89e3e343-8e9b-8c6e-9b05-fafc78b7e532 ;
  a2a:EventKeyRef oa:event_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Event1 .

oa:relationep_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Person:ebe7b46e-b4dd-ece4-2775-3bf0f0ec83a8 ;
  a2a:EventKeyRef oa:event_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Event1 .

oa:relationep_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Person:51e77ac5-fe1a-dc62-adae-32da9f74c9bb ;
  a2a:EventKeyRef oa:event_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6_Event1 .

oa:source_brd_01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1734-06-08 - 1734-06-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1734-06-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1734-06-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1734" ;
    a2a:Month "6" ;
    a2a:Day "8" ;
    rdfs:label "1734-06-08"^^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: 0614, Periode: 1734" ;
    a2a:Book "C. van Bommel, Allerhande acten (Minuten), 1734" ;
    a2a:DocumentNumber "60" ;
    a2a:RegistryNumber "0614" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Notariële archieven Breda, Bron: akten, Deel: 0614, Periode: 1734, C. van Bommel, Allerhande acten (Minuten), 1734, 60, 0614"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8d066f1c-8751-11e3-8da1-13ea0b8f7187.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8d066f1c-8751-11e3-8da1-13ea0b8f7187.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8d066fe4-8751-11e3-8be7-cb58c5d70ed3.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8d066fe4-8751-11e3-8be7-cb58c5d70ed3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6" ;
  a2a:RecordGUID "{01a3e40f-e15a-0b63-755c-9bd1b2ff1ef6}" ;
  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+1734\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_19634_00019634.xml van BRD" .

[] a2a:PersonRemarkdiversen "Gehuwd met Elisabeth Josina Christina Palm." .
[] a2a:PersonRemarkdiversen "In 1736 luitenant. Vaandrig in het regiment kolonel Mohr." .
[] a2a:PersonRemarkdiversen "Dochter van Abraham. Gehuwd met Johan George van Son." .
