@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_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2
  a a2a:Record ;
  rdfs:label "Notariële akte op 30 juni 1756 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person-013528c8-7a16-58ef-ce4c-e3ea9f2eb8cb, oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person-adba49b1-b7b5-db7f-a843-8c3eefc97f2d, oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person-18db07b9-a971-ad4b-50e4-3a78d2d1ed6c, oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person-2e27c8ab-f9ef-8e95-c8b9-445f091074a1, oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person-ae423dca-8eb2-792a-f849-30a130f500f2 ;
  a2a:hasEvent oa:event_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_0, oa:relationep_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_1, oa:relationep_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_2, oa:relationep_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_3, oa:relationep_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_4 ;
  a2a:hasSource oa:source_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2 .

oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person-013528c8-7a16-58ef-ce4c-e3ea9f2eb8cb
  a a2a:Person ;
  rdfs:label "Johan Frijeling" ;
  a2a:PersonName [
    rdfs:label "Johan Frijeling" ;
    a2a:PersonNameFirstName "Johan" ;
    a2a:PersonNameLastName "Frijeling"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person-adba49b1-b7b5-db7f-a843-8c3eefc97f2d
  a a2a:Person ;
  rdfs:label "Cornelis van de Vijver" ;
  a2a:PersonName [
    rdfs:label "Cornelis van de Vijver" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Vijver"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person-18db07b9-a971-ad4b-50e4-3a78d2d1ed6c
  a a2a:Person ;
  rdfs:label "Johannis van Henneveld" ;
  a2a:PersonName [
    rdfs:label "Johannis van Henneveld" ;
    a2a:PersonNameFirstName "Johannis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Henneveld"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person-2e27c8ab-f9ef-8e95-c8b9-445f091074a1
  a a2a:Person ;
  rdfs:label "Hugo Alemans" ;
  a2a:PersonName [
    rdfs:label "Hugo Alemans" ;
    a2a:PersonNameFirstName "Hugo" ;
    a2a:PersonNameLastName "Alemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person-ae423dca-8eb2-792a-f849-30a130f500f2
  a a2a:Person ;
  rdfs:label "Hendrik Pesch" ;
  a2a:PersonName [
    rdfs:label "Hendrik Pesch" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Pesch"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1756" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1756-06-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person:013528c8-7a16-58ef-ce4c-e3ea9f2eb8cb ;
  a2a:EventKeyRef oa:event_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Event1 .

oa:relationep_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person:adba49b1-b7b5-db7f-a843-8c3eefc97f2d ;
  a2a:EventKeyRef oa:event_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Event1 .

oa:relationep_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person:18db07b9-a971-ad4b-50e4-3a78d2d1ed6c ;
  a2a:EventKeyRef oa:event_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Event1 .

oa:relationep_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person:2e27c8ab-f9ef-8e95-c8b9-445f091074a1 ;
  a2a:EventKeyRef oa:event_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Event1 .

oa:relationep_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Person:ae423dca-8eb2-792a-f849-30a130f500f2 ;
  a2a:EventKeyRef oa:event_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2_Event1 .

oa:source_wba_f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1756-06-30 - 1756-06-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1756-06-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1756-06-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1756" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1756-06-30"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Notariële archieven Bergen op Zoom, Bron: boek, Deel: 0553, Periode: 1756" ;
    a2a:Book "Notaris Adriaan Baks, Minuutakten, 1756" ;
    a2a:DocumentNumber "1350" ;
    a2a:RegistryNumber "0553" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Notariële archieven Bergen op Zoom, Bron: boek, Deel: 0553, Periode: 1756, Notaris Adriaan Baks, Minuutakten, 1756, 1350, 0553"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/796684af-17c3-e850-174b-d56d3f157143.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/796684af-17c3-e850-174b-d56d3f157143.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-06-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2" ;
  a2a:RecordGUID "{f7fa3b96-7879-8ded-6c4e-d9fcd8ca8fd2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_5350_00005350.xml van WBA" .

