@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_f8c61a05-9ebc-4c59-b024-b4fcc180ee86
  a a2a:Record ;
  rdfs:label "vestbrief op 23 april 1510" ;
  a2a:hasPerson oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-dcc02be1-3639-45da-9f27-3738c7ea2651, oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-eee22f71-6aaf-4377-8117-409325dceae5, oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-8d3044db-8c2d-4f87-8675-d98c74c4401a, oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-f4231c0a-0934-426e-0967-d413f5df5477, oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-3acc565c-823f-4ae0-b5de-4becf6dcd0a3, oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-5528655a-17c5-40c1-956d-10e815949eab ;
  a2a:hasEvent oa:event_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_0, oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_1, oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_2, oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_3, oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_4, oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_5 ;
  a2a:hasSource oa:source_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86 .

oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-dcc02be1-3639-45da-9f27-3738c7ea2651
  a a2a:Person ;
  rdfs:label "Jan van de Wilt" ;
  a2a:PersonName [
    rdfs:label "Jan van de Wilt" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wilt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-eee22f71-6aaf-4377-8117-409325dceae5
  a a2a:Person ;
  rdfs:label "Godert Jan Peter Ghielsz" ;
  a2a:PersonName [
    rdfs:label "Godert Jan Peter Ghielsz" ;
    a2a:PersonNameFirstName "Godert Jan Peter" ;
    a2a:PersonNameLastName "Ghielsz"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-8d3044db-8c2d-4f87-8675-d98c74c4401a
  a a2a:Person ;
  rdfs:label "Henrick Henricxz van den Elsacker" ;
  a2a:PersonName [
    rdfs:label "Henrick Henricxz van den Elsacker" ;
    a2a:PersonNameFirstName "Henrick Henricxz" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Elsacker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-f4231c0a-0934-426e-0967-d413f5df5477
  a a2a:Person ;
  rdfs:label "Noyt Keijsers" ;
  a2a:PersonName [
    rdfs:label "Noyt Keijsers" ;
    a2a:PersonNameFirstName "Noyt" ;
    a2a:PersonNameLastName "Keijsers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-3acc565c-823f-4ae0-b5de-4becf6dcd0a3
  a a2a:Person ;
  rdfs:label "Lijsbeth Jan Peter Ghielsdr" ;
  a2a:PersonName [
    rdfs:label "Lijsbeth Jan Peter Ghielsdr" ;
    a2a:PersonNameFirstName "Lijsbeth Jan Peter" ;
    a2a:PersonNameLastName "Ghielsdr"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person-5528655a-17c5-40c1-956d-10e815949eab
  a a2a:Person ;
  rdfs:label "Jan Wiltens" ;
  a2a:PersonName [
    rdfs:label "Jan Wiltens" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Wiltens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Event1
  a a2a:Event ;
  rdfs:label "other:vestbrief" ;
  a2a:EventType "other:vestbrief" ;
  a2a:EventDate [
    a2a:Year "1510" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1510-04-23"^^xsd:date
  ] .

oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person:dcc02be1-3639-45da-9f27-3738c7ea2651 ;
  a2a:EventKeyRef oa:event_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Event1 .

oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person:eee22f71-6aaf-4377-8117-409325dceae5 ;
  a2a:EventKeyRef oa:event_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Event1 .

oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person:8d3044db-8c2d-4f87-8675-d98c74c4401a ;
  a2a:EventKeyRef oa:event_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Event1 .

oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person:f4231c0a-0934-426e-0967-d413f5df5477 ;
  a2a:EventKeyRef oa:event_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Event1 .

oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person:3acc565c-823f-4ae0-b5de-4becf6dcd0a3 ;
  a2a:EventKeyRef oa:event_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Event1 .

oa:relationep_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Person:5528655a-17c5-40c1-956d-10e815949eab ;
  a2a:EventKeyRef oa:event_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86_Event1 .

oa:source_brd_f8c61a05-9ebc-4c59-b024-b4fcc180ee86
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, Vestbrieven" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1510-04-23 - 1510-04-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1510-04-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1510-04-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1510" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1510-04-23"^^xsd:date
  ] ;
  a2a:SourceType "other:Vestbrieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Schepenbank Breda 1499-1811, Bron: boek, Deel: 419, Periode: 1510-1511" ;
    a2a:Book "Vestbrieven 1510 - 1511" ;
    a2a:RegistryNumber "419" ;
    a2a:Folio "146v, 147r" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Schepenbank Breda 1499-1811, Bron: boek, Deel: 419, Periode: 1510-1511, Vestbrieven 1510 - 1511, 419, 146v, 147r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8780b48a-8751-11e3-955d-bb2072d7b09a.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/f8c61a05-9ebc-4c59-b024-b4fcc180ee86" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8780b48a-8751-11e3-955d-bb2072d7b09a.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8780b548-8751-11e3-90af-93358ec68718.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/f8c61a05-9ebc-4c59-b024-b4fcc180ee86" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8780b548-8751-11e3-90af-93358ec68718.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/f8c61a05-9ebc-4c59-b024-b4fcc180ee86" ;
  a2a:RecordGUID "{f8c61a05-9ebc-4c59-b024-b4fcc180ee86}" ;
  a2a:SourceRemarkOpmerking "Partij 1.1, wonende tot Mer, en 1.2 wonende tot Rijsbergen, sijn voogd en toesiender geweest van 1.3 dair moeder af was wijlen 2.2, bekennen dat 1.3 na doode van sijn ouders A. is aengedeelt, en dat C., en dat sij dairom A. en oic B. overdragen aen Jan. Peter en Adriaen 2.3 sonen, en bruederen van 1.3 van moeders wege, dairvoir sij D. moeten geven aen 1.1 en 1.2. En de sonen van 2.3 moeten A. en B. aen 1.3 geven als hij wederom soude comen. En borghe voir de sonen van 2.3 is Jan Wouter Stevensz, wonende tot Chaem", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Vestbrieven+1510+-+1511\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_16575_00016575.xml van BRD" .

[] a2a:PersonRemarkdiversen "Partij 1.1" .
[] a2a:PersonRemarkdiversen "Partij 1.2" .
[] a2a:PersonRemarkdiversen "Partij 1.3" .
[] a2a:PersonRemarkdiversen "Partij 2.1" .
[] a2a:PersonRemarkdiversen "Partij 2.2" .
[] a2a:PersonRemarkdiversen "Partij 2.3" .
