@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_ea95f29f-df8c-ebc8-a261-925ea4ecfba1
  a a2a:Record ;
  rdfs:label "Notariële akte op 1 mei 1930 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person-034d1b5a-8f0c-e0b7-cada-1eb1b48a7aff, oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person-27ecf018-3304-ba59-6ad7-10f64df51ebf, oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person-67fc8786-425f-6e07-8b19-4eda8fa97eb1, oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person-e92bb487-5b4c-2504-68de-4513230d5a4a, oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person-fd3bb665-36c0-f496-253e-8e7f8bee9f14 ;
  a2a:hasEvent oa:event_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_0, oa:relationep_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_1, oa:relationep_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_2, oa:relationep_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_3, oa:relationep_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_4 ;
  a2a:hasSource oa:source_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1 .

oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person-034d1b5a-8f0c-e0b7-cada-1eb1b48a7aff
  a a2a:Person ;
  rdfs:label "Hendrikus Walterus Josephus Smits" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Walterus Josephus Smits" ;
    a2a:PersonNameFirstName "Hendrikus Walterus Josephus" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person-27ecf018-3304-ba59-6ad7-10f64df51ebf
  a a2a:Person ;
  rdfs:label "Jan van Bers" ;
  a2a:PersonName [
    rdfs:label "Jan van Bers" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person-67fc8786-425f-6e07-8b19-4eda8fa97eb1
  a a2a:Person ;
  rdfs:label "Hendrik Cornelis Brugmans" ;
  a2a:PersonName [
    rdfs:label "Hendrik Cornelis Brugmans" ;
    a2a:PersonNameFirstName "Hendrik Cornelis" ;
    a2a:PersonNameLastName "Brugmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person-e92bb487-5b4c-2504-68de-4513230d5a4a
  a a2a:Person ;
  rdfs:label "Augustinus Franciscus Cornelis Maria van Dijck" ;
  a2a:PersonName [
    rdfs:label "Augustinus Franciscus Cornelis Maria van Dijck" ;
    a2a:PersonNameFirstName "Augustinus Franciscus Cornelis Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person-fd3bb665-36c0-f496-253e-8e7f8bee9f14
  a a2a:Person ;
  rdfs:label "Johannes Franciscus Gerardus Jacobs" ;
  a2a:PersonName [
    rdfs:label "Johannes Franciscus Gerardus Jacobs" ;
    a2a:PersonNameFirstName "Johannes Franciscus Gerardus" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1930" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1930-05-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person:034d1b5a-8f0c-e0b7-cada-1eb1b48a7aff ;
  a2a:EventKeyRef oa:event_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Event1 .

oa:relationep_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person:27ecf018-3304-ba59-6ad7-10f64df51ebf ;
  a2a:EventKeyRef oa:event_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Event1 .

oa:relationep_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person:67fc8786-425f-6e07-8b19-4eda8fa97eb1 ;
  a2a:EventKeyRef oa:event_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Event1 .

oa:relationep_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person:e92bb487-5b4c-2504-68de-4513230d5a4a ;
  a2a:EventKeyRef oa:event_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Event1 .

oa:relationep_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Person:fd3bb665-36c0-f496-253e-8e7f8bee9f14 ;
  a2a:EventKeyRef oa:event_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1_Event1 .

oa:source_wba_ea95f29f-df8c-ebc8-a261-925ea4ecfba1
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1930-05-01 - 1930-05-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1930-05-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1930-05-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1930" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1930-05-01"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1582, Periode: 1930" ;
    a2a:Book "Notaris J.C.H. Perée, Minuutakten, 1930, akten 151 - 217" ;
    a2a:DocumentNumber "159" ;
    a2a:RegistryNumber "1582" ;
    rdfs:label "West Brabants Archief, Brabant, Deel: 1582, Periode: 1930, Notaris J.C.H. Perée, Minuutakten, 1930, akten 151 - 217, 159, 1582"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/0d739ddb-ea3e-7ffa-b925-d91f2c4757c2.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ea95f29f-df8c-ebc8-a261-925ea4ecfba1" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/0d739ddb-ea3e-7ffa-b925-d91f2c4757c2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-05-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ea95f29f-df8c-ebc8-a261-925ea4ecfba1" ;
  a2a:RecordGUID "{ea95f29f-df8c-ebc8-a261-925ea4ecfba1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_26739_00026739.xml van WBA" .

