@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_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9
  a a2a:Record ;
  rdfs:label "Notariële akte op 8 oktober 1810" ;
  a2a:hasPerson oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person-ee6fd42d-a17c-27fe-3190-edc6a1d1e018, oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person-7a1f2549-6e67-fbcc-781d-43db8938ddb2, oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person-4f1342fb-cad5-57e3-fe3a-44d43644f6b1, oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person-a285404c-aa86-61d7-c57d-ae1f7cc7a21c ;
  a2a:hasEvent oa:event_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_0, oa:relationep_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_1, oa:relationep_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_2, oa:relationep_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_3 ;
  a2a:hasSource oa:source_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9 .

oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person-ee6fd42d-a17c-27fe-3190-edc6a1d1e018
  a a2a:Person ;
  rdfs:label "P. en L. van den Bossche en broers" ;
  a2a:PersonName [
    rdfs:label "P. en L. van den Bossche en broers" ;
    a2a:PersonNameFirstName "P. en L." ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bossche en broers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "kooplieden" .

oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person-7a1f2549-6e67-fbcc-781d-43db8938ddb2
  a a2a:Person ;
  rdfs:label "Jean de Leeuw" ;
  a2a:PersonName [
    rdfs:label "Jean de Leeuw" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Leeuw"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person-4f1342fb-cad5-57e3-fe3a-44d43644f6b1
  a a2a:Person ;
  rdfs:label "Nn de Pooter" ;
  a2a:PersonName [
    rdfs:label "Nn de Pooter" ;
    a2a:PersonNameFirstName "Nn" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Pooter"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "koopman" .

oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person-a285404c-aa86-61d7-c57d-ae1f7cc7a21c
  a a2a:Person ;
  rdfs:label "Andries de Ruyter" ;
  a2a:PersonName [
    rdfs:label "Andries de Ruyter" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Ruyter"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1810" ;
    a2a:Month "10" ;
    a2a:Day "8" ;
    rdfs:label "1810-10-08"^^xsd:date
  ] .

oa:relationep_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person:ee6fd42d-a17c-27fe-3190-edc6a1d1e018 ;
  a2a:EventKeyRef oa:event_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Event1 .

oa:relationep_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person:7a1f2549-6e67-fbcc-781d-43db8938ddb2 ;
  a2a:EventKeyRef oa:event_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Event1 .

oa:relationep_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person:4f1342fb-cad5-57e3-fe3a-44d43644f6b1 ;
  a2a:EventKeyRef oa:event_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Event1 .

oa:relationep_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Person:a285404c-aa86-61d7-c57d-ae1f7cc7a21c ;
  a2a:EventKeyRef oa:event_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9_Event1 .

oa:source_brd_d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1810-10-08 - 1810-10-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1810-10-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1810-10-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1810" ;
    a2a:Month "10" ;
    a2a:Day "8" ;
    rdfs:label "1810-10-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: 1354, Periode: 1810" ;
    a2a:Book "F.A. de la Rivière, Allerhande acten (Minuten), 1810" ;
    a2a:DocumentNumber "780" ;
    a2a:RegistryNumber "1354" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Notariële archieven Breda, Bron: akten, Deel: 1354, Periode: 1810, F.A. de la Rivière, Allerhande acten (Minuten), 1810, 780, 1354"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8b896e32-8751-11e3-9f4b-d319cb8c815a.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8b896e32-8751-11e3-9f4b-d319cb8c815a.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8b896ef0-8751-11e3-9bd7-efc0bc41a6a7.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8b896ef0-8751-11e3-9bd7-efc0bc41a6a7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9" ;
  a2a:RecordGUID "{d5d4d1ca-27a7-8da1-6c2f-cd3b40a3d4b9}" ;
  a2a:SourceRemarkOpmerking """<br /><strong>Notaris: </strong>F.A.
de la
Rivière""", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"F.A.+de+la+Rivi%C3%A8re%2C+Allerhande+acten+%28Minuten%29%2C+1810\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_18573_00018573.xml van BRD" .

