@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_1efda102-5a8e-4182-4c14-e4afff85ea23
  a a2a:Record ;
  rdfs:label "Notariële akte op 29 mei 1802" ;
  a2a:hasPerson oa:person_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Person-691a3711-0159-a7f3-a468-b94baad3a870, oa:person_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Person-43ddec75-58ab-841e-4f87-02061b89f401, oa:person_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Person-6c4886c8-d0dc-f936-a4c9-608148db8d56 ;
  a2a:hasEvent oa:event_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_0, oa:relationep_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_1, oa:relationep_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_2 ;
  a2a:hasSource oa:source_brd_1efda102-5a8e-4182-4c14-e4afff85ea23 .

oa:person_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Person-691a3711-0159-a7f3-a468-b94baad3a870
  a a2a:Person ;
  rdfs:label "Jacobus Neelneef" ;
  a2a:PersonName [
    rdfs:label "Jacobus Neelneef" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Neelneef"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Person-43ddec75-58ab-841e-4f87-02061b89f401
  a a2a:Person ;
  rdfs:label "Maria Catharina Lemmens" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Lemmens" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Lemmens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Person-6c4886c8-d0dc-f936-a4c9-608148db8d56
  a a2a:Person ;
  rdfs:label "Johannes Voet ook Voeten" ;
  a2a:PersonName [
    rdfs:label "Johannes Voet ook Voeten" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Voet ook Voeten"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1802" ;
    a2a:Month "5" ;
    a2a:Day "29" ;
    rdfs:label "1802-05-29"^^xsd:date
  ] .

oa:relationep_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Person:691a3711-0159-a7f3-a468-b94baad3a870 ;
  a2a:EventKeyRef oa:event_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Event1 .

oa:relationep_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Person:43ddec75-58ab-841e-4f87-02061b89f401 ;
  a2a:EventKeyRef oa:event_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Event1 .

oa:relationep_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Person:6c4886c8-d0dc-f936-a4c9-608148db8d56 ;
  a2a:EventKeyRef oa:event_brd_1efda102-5a8e-4182-4c14-e4afff85ea23_Event1 .

oa:source_brd_1efda102-5a8e-4182-4c14-e4afff85ea23
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1802-05-29 - 1802-05-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1802-05-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1802-05-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1802" ;
    a2a:Month "5" ;
    a2a:Day "29" ;
    rdfs:label "1802-05-29"^^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: 1146, Periode: 1802" ;
    a2a:Book "J.F. Mirandolle, Allerhande acten (Minuten), 1802" ;
    a2a:DocumentNumber "93" ;
    a2a:RegistryNumber "1146" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Notariële archieven Breda, Bron: akten, Deel: 1146, Periode: 1802, J.F. Mirandolle, Allerhande acten (Minuten), 1802, 93, 1146"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8a182598-8751-11e3-bfca-c32370d35f26.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/1efda102-5a8e-4182-4c14-e4afff85ea23" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8a182598-8751-11e3-bfca-c32370d35f26.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8a182656-8751-11e3-b40a-6fa06e9d8037.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/1efda102-5a8e-4182-4c14-e4afff85ea23" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8a182656-8751-11e3-b40a-6fa06e9d8037.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8a182714-8751-11e3-b463-63c39c5489e9.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/1efda102-5a8e-4182-4c14-e4afff85ea23" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8a182714-8751-11e3-b463-63c39c5489e9.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "4" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8a18280e-8751-11e3-8688-3b912eb7a45c.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/1efda102-5a8e-4182-4c14-e4afff85ea23" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8a18280e-8751-11e3-8688-3b912eb7a45c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/1efda102-5a8e-4182-4c14-e4afff85ea23" ;
  a2a:RecordGUID "{1efda102-5a8e-4182-4c14-e4afff85ea23}" ;
  a2a:SourceRemarkOpmerking """<br /><strong>Notaris: </strong>J.F.
Mirandolle""", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"J.F.+Mirandolle%2C+Allerhande+acten+%28Minuten%29%2C+1802\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_16861_00016861.xml van BRD" .

[] a2a:PersonRemarkdiversen "Gehuwd met Mana Catharina LEMMES (LEMMERS) (LEMMENS)." .
[] a2a:PersonRemarkdiversen "(Lemmes)(Lemmers) Weduwe van Jacobus Neel Neeff. Voor 6 Juni 1803 gehuwd met Adriaan Krols" .
[] a2a:PersonRemarkdiversen "(Voeten)" .
