@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_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8
  a a2a:Record ;
  rdfs:label "Notariële akte op 22 december 1932" ;
  a2a:hasPerson oa:person_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Person-a22753af-176d-63af-2084-c51dccb34850, oa:person_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Person-01bbc05f-f8f2-25d8-87ca-00dc63a5e5d0, oa:person_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Person-11b558c1-4d28-514c-d530-13eda1cd5d74 ;
  a2a:hasEvent oa:event_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_0, oa:relationep_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_1, oa:relationep_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_2 ;
  a2a:hasSource oa:source_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8 .

oa:person_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Person-a22753af-176d-63af-2084-c51dccb34850
  a a2a:Person ;
  rdfs:label "Antonius Leonardus Cornelis Goderie" ;
  a2a:PersonName [
    rdfs:label "Antonius Leonardus Cornelis Goderie" ;
    a2a:PersonNameFirstName "Antonius Leonardus Cornelis" ;
    a2a:PersonNameLastName "Goderie"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Person-01bbc05f-f8f2-25d8-87ca-00dc63a5e5d0
  a a2a:Person ;
  rdfs:label "Josepha Catharina Godefrida Maria Swagemakers" ;
  a2a:PersonName [
    rdfs:label "Josepha Catharina Godefrida Maria Swagemakers" ;
    a2a:PersonNameFirstName "Josepha Catharina Godefrida Maria" ;
    a2a:PersonNameLastName "Swagemakers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Person-11b558c1-4d28-514c-d530-13eda1cd5d74
  a a2a:Person ;
  rdfs:label "Jacobus Johannes Maria Rubert" ;
  a2a:PersonName [
    rdfs:label "Jacobus Johannes Maria Rubert" ;
    a2a:PersonNameFirstName "Jacobus Johannes Maria" ;
    a2a:PersonNameLastName "Rubert"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1932" ;
    a2a:Month "12" ;
    a2a:Day "22" ;
    rdfs:label "1932-12-22"^^xsd:date
  ] .

oa:relationep_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Person:a22753af-176d-63af-2084-c51dccb34850 ;
  a2a:EventKeyRef oa:event_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Event1 .

oa:relationep_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Person:01bbc05f-f8f2-25d8-87ca-00dc63a5e5d0 ;
  a2a:EventKeyRef oa:event_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Event1 .

oa:relationep_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Person:11b558c1-4d28-514c-d530-13eda1cd5d74 ;
  a2a:EventKeyRef oa:event_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8_Event1 .

oa:source_wba_1c087ff6-d387-dfe3-abec-e4caaf6a6cc8
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1932-12-22 - 1932-12-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1932-12-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1932-12-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1932" ;
    a2a:Month "12" ;
    a2a:Day "22" ;
    rdfs:label "1932-12-22"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 181 - 198, Periode: 1931-1935" ;
    a2a:Book "Notariële archieven Wouw" ;
    a2a:DocumentNumber "617" ;
    a2a:RegistryNumber "181 - 198" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 181 - 198, Periode: 1931-1935, Notariële archieven Wouw, 617, 181 - 198"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/43c09fcb-5212-f621-14f3-e2146a00abbf.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1c087ff6-d387-dfe3-abec-e4caaf6a6cc8" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/43c09fcb-5212-f621-14f3-e2146a00abbf.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/7a4d7e41-7218-fee4-89fa-0909e7e612a8.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1c087ff6-d387-dfe3-abec-e4caaf6a6cc8" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/7a4d7e41-7218-fee4-89fa-0909e7e612a8.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/afe8880b-3987-c5d3-954d-55967566502d.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1c087ff6-d387-dfe3-abec-e4caaf6a6cc8" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/afe8880b-3987-c5d3-954d-55967566502d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1c087ff6-d387-dfe3-abec-e4caaf6a6cc8" ;
  a2a:RecordGUID "{1c087ff6-d387-dfe3-abec-e4caaf6a6cc8}" ;
  a2a:SourceRemarkOpmerking """Schuldbekentenis met hypotheek door Antonius Leonardus Cornelis Goderie te Bergen op Zoom, ten behoeve van Josepha Catharina Godefrida Maria Swagemakers echtgenoote van Jacobus Johannes Maria Rubert te Hoogerheide. 
Kapitaal à 6% f 7000-.""", "Notaris A.J.L. Siebelink" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240502_9_00000009.xml van WBA" .

