@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_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd
  a a2a:Record ;
  rdfs:label "Notariële akte op 28 oktober 1885" ;
  a2a:hasPerson oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person-8a0d8058-ef21-5e9f-a5c5-2151aede4608, oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person-5fe4e937-1f4a-5e3e-a177-a207a8b2198f, oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person-6c74a29d-5d6c-548e-95d6-8fc72366d5be, oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person-342e6948-ba9c-58b4-a2a4-218a4224bd64, oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person-204f4b68-1641-567b-8bdc-f7cbd634e539 ;
  a2a:hasEvent oa:event_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_0, oa:relationep_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_1, oa:relationep_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_2, oa:relationep_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_3, oa:relationep_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_4 ;
  a2a:hasSource oa:source_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd .

oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person-8a0d8058-ef21-5e9f-a5c5-2151aede4608
  a a2a:Person ;
  rdfs:label "Gerard Antoine Pierre Bernard Devet" ;
  a2a:PersonName [
    rdfs:label "Gerard Antoine Pierre Bernard Devet" ;
    a2a:PersonNameFirstName "Gerard Antoine Pierre Bernard" ;
    a2a:PersonNameLastName "Devet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person-5fe4e937-1f4a-5e3e-a177-a207a8b2198f
  a a2a:Person ;
  rdfs:label "Maria Adriana Leijten" ;
  a2a:PersonName [
    rdfs:label "Maria Adriana Leijten" ;
    a2a:PersonNameFirstName "Maria Adriana" ;
    a2a:PersonNameLastName "Leijten"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person-6c74a29d-5d6c-548e-95d6-8fc72366d5be
  a a2a:Person ;
  rdfs:label "Maria Louise Vincent" ;
  a2a:PersonName [
    rdfs:label "Maria Louise Vincent" ;
    a2a:PersonNameFirstName "Maria Louise" ;
    a2a:PersonNameLastName "Vincent"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person-342e6948-ba9c-58b4-a2a4-218a4224bd64
  a a2a:Person ;
  rdfs:label "Cornelia Johanna Elisabeth Devet" ;
  a2a:PersonName [
    rdfs:label "Cornelia Johanna Elisabeth Devet" ;
    a2a:PersonNameFirstName "Cornelia Johanna Elisabeth" ;
    a2a:PersonNameLastName "Devet"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person-204f4b68-1641-567b-8bdc-f7cbd634e539
  a a2a:Person ;
  rdfs:label "Gerard Guillaume Devet" ;
  a2a:PersonName [
    rdfs:label "Gerard Guillaume Devet" ;
    a2a:PersonNameFirstName "Gerard Guillaume" ;
    a2a:PersonNameLastName "Devet"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1885" ;
    a2a:Month "10" ;
    a2a:Day "28" ;
    rdfs:label "1885-10-28"^^xsd:date
  ] .

oa:relationep_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person:8a0d8058-ef21-5e9f-a5c5-2151aede4608 ;
  a2a:EventKeyRef oa:event_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Event1 .

oa:relationep_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person:5fe4e937-1f4a-5e3e-a177-a207a8b2198f ;
  a2a:EventKeyRef oa:event_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Event1 .

oa:relationep_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person:6c74a29d-5d6c-548e-95d6-8fc72366d5be ;
  a2a:EventKeyRef oa:event_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Event1 .

oa:relationep_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person:342e6948-ba9c-58b4-a2a4-218a4224bd64 ;
  a2a:EventKeyRef oa:event_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Event1 .

oa:relationep_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Person:204f4b68-1641-567b-8bdc-f7cbd634e539 ;
  a2a:EventKeyRef oa:event_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd_Event1 .

oa:source_brd_4f6f6f2a-3850-45ec-b3cb-e4069ff003bd
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1885-10-28 - 1885-10-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-10-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-10-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1885" ;
    a2a:Month "10" ;
    a2a:Day "28" ;
    rdfs:label "1885-10-28"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Bron: repertoire, Deel: 0131, Periode: 1885" ;
    a2a:Book "J.B.A. van Gils, repertoire 1885" ;
    a2a:DocumentNumber "330" ;
    a2a:RegistryNumber "0131" ;
    a2a:Folio "15" ;
    rdfs:label "Stadsarchief Breda, Breda, Bron: repertoire, Deel: 0131, Periode: 1885, J.B.A. van Gils, repertoire 1885, 330, 0131, 15"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/b3e413ac-298a-fb5d-4967-8c0f8374568b.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/4f6f6f2a-3850-45ec-b3cb-e4069ff003bd" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/b3e413ac-298a-fb5d-4967-8c0f8374568b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/4f6f6f2a-3850-45ec-b3cb-e4069ff003bd" ;
  a2a:RecordGUID "{4f6f6f2a-3850-45ec-b3cb-e4069ff003bd}" ;
  a2a:SourceRemarkOpmerking """<br /><strong>Notaris: </strong>J.B.A.
van
Gils""", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"J.B.A.+van+Gils%2C+repertoire+1885\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_348_00000348.xml van BRD" .

