@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_c64bd70c-e80d-2372-92af-3920fac42fe1
  a a2a:Record ;
  rdfs:label "Notariële akte op 29 januari 1786 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-299eec9a-1e31-c894-b153-c81efeb3e8d1, oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-6e973769-cf73-eb7d-a6f8-ae7f48ae56e3, oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-a3b324b9-ea72-4fd6-f7eb-280970e414a0, oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-e54f362f-aefa-ecfb-fa1c-e5af599da9e5, oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-2d4fa171-3d6f-aa96-5656-8308a5b2bcf4, oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-0337cc0a-c657-d41c-af00-3d4bbe35f9da ;
  a2a:hasEvent oa:event_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_0, oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_1, oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_2, oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_3, oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_4, oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_5 ;
  a2a:hasSource oa:source_wba_c64bd70c-e80d-2372-92af-3920fac42fe1 .

oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-299eec9a-1e31-c894-b153-c81efeb3e8d1
  a a2a:Person ;
  rdfs:label "Jakob Komen" ;
  a2a:PersonName [
    rdfs:label "Jakob Komen" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Komen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-6e973769-cf73-eb7d-a6f8-ae7f48ae56e3
  a a2a:Person ;
  rdfs:label "A.H. de Blanche" ;
  a2a:PersonName [
    rdfs:label "A.H. de Blanche" ;
    a2a:PersonNameFirstName "A.H." ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Blanche"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-a3b324b9-ea72-4fd6-f7eb-280970e414a0
  a a2a:Person ;
  rdfs:label "van Bommel" ;
  a2a:PersonName [
    rdfs:label "van Bommel" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bommel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-e54f362f-aefa-ecfb-fa1c-e5af599da9e5
  a a2a:Person ;
  rdfs:label "Michiel de Net" ;
  a2a:PersonName [
    rdfs:label "Michiel de Net" ;
    a2a:PersonNameFirstName "Michiel" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Net"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-2d4fa171-3d6f-aa96-5656-8308a5b2bcf4
  a a2a:Person ;
  rdfs:label "Nicolaas Johannes van Hoek" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Johannes van Hoek" ;
    a2a:PersonNameFirstName "Nicolaas Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person-0337cc0a-c657-d41c-af00-3d4bbe35f9da
  a a2a:Person ;
  rdfs:label "Frans De Sain" ;
  a2a:PersonName [
    rdfs:label "Frans De Sain" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNamePrefixLastName "De" ;
    a2a:PersonNameLastName "Sain"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1786" ;
    a2a:Month "1" ;
    a2a:Day "29" ;
    rdfs:label "1786-01-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person:299eec9a-1e31-c894-b153-c81efeb3e8d1 ;
  a2a:EventKeyRef oa:event_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Event1 .

oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person:6e973769-cf73-eb7d-a6f8-ae7f48ae56e3 ;
  a2a:EventKeyRef oa:event_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Event1 .

oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person:a3b324b9-ea72-4fd6-f7eb-280970e414a0 ;
  a2a:EventKeyRef oa:event_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Event1 .

oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person:e54f362f-aefa-ecfb-fa1c-e5af599da9e5 ;
  a2a:EventKeyRef oa:event_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Event1 .

oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person:2d4fa171-3d6f-aa96-5656-8308a5b2bcf4 ;
  a2a:EventKeyRef oa:event_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Event1 .

oa:relationep_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Person:0337cc0a-c657-d41c-af00-3d4bbe35f9da ;
  a2a:EventKeyRef oa:event_wba_c64bd70c-e80d-2372-92af-3920fac42fe1_Event1 .

oa:source_wba_c64bd70c-e80d-2372-92af-3920fac42fe1
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1786-01-29 - 1786-01-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1786-01-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1786-01-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1786" ;
    a2a:Month "1" ;
    a2a:Day "29" ;
    rdfs:label "1786-01-29"^^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: 0958, Periode: 1786" ;
    a2a:Book "Notaris Constantinus Hartman van Hoek, Minuutakten, 1786" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "0958" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Notariële archieven Bergen op Zoom, Bron: boek, Deel: 0958, Periode: 1786, Notaris Constantinus Hartman van Hoek, Minuutakten, 1786, 4, 0958"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/948b87b9-a7c1-d18e-b6cd-9947c487e9ef.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c64bd70c-e80d-2372-92af-3920fac42fe1" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/948b87b9-a7c1-d18e-b6cd-9947c487e9ef.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-12-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c64bd70c-e80d-2372-92af-3920fac42fe1" ;
  a2a:RecordGUID "{c64bd70c-e80d-2372-92af-3920fac42fe1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_9700_00009700.xml van WBA" .

