@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_e9b9ca4e-8075-97ba-162d-3334c865fe63
  a a2a:Record ;
  rdfs:label "Notariële akte op 12 maart 1753 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-63804087-3de5-7995-5f4e-1d6ea436a21b, oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-cabb4d69-446c-dc49-330b-cac269b49884, oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-3a5ec3ad-2f0a-e797-8b53-13e429d7db0f, oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-a8f7a055-63b5-4181-0c41-9ddecabdfe2b, oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-4500265b-d19c-a9d4-6cd1-437b6bfd2d7e, oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-ad7c31ec-de0f-4fe8-d54a-1aee53249df7 ;
  a2a:hasEvent oa:event_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_0, oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_1, oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_2, oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_3, oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_4, oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_5 ;
  a2a:hasSource oa:source_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63 .

oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-63804087-3de5-7995-5f4e-1d6ea436a21b
  a a2a:Person ;
  rdfs:label "Adriaan Dona" ;
  a2a:PersonName [
    rdfs:label "Adriaan Dona" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Dona"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-cabb4d69-446c-dc49-330b-cac269b49884
  a a2a:Person ;
  rdfs:label "Pieter van Fernij" ;
  a2a:PersonName [
    rdfs:label "Pieter van Fernij" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Fernij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-3a5ec3ad-2f0a-e797-8b53-13e429d7db0f
  a a2a:Person ;
  rdfs:label "Jonas van der Wolde" ;
  a2a:PersonName [
    rdfs:label "Jonas van der Wolde" ;
    a2a:PersonNameFirstName "Jonas" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wolde"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-a8f7a055-63b5-4181-0c41-9ddecabdfe2b
  a a2a:Person ;
  rdfs:label "Johannis van Broekhuijsen" ;
  a2a:PersonName [
    rdfs:label "Johannis van Broekhuijsen" ;
    a2a:PersonNameFirstName "Johannis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Broekhuijsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-4500265b-d19c-a9d4-6cd1-437b6bfd2d7e
  a a2a:Person ;
  rdfs:label "Jan Blaskens" ;
  a2a:PersonName [
    rdfs:label "Jan Blaskens" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Blaskens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person-ad7c31ec-de0f-4fe8-d54a-1aee53249df7
  a a2a:Person ;
  rdfs:label "Wilhelmus Blaskens" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Blaskens" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Blaskens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1753" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1753-03-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person:63804087-3de5-7995-5f4e-1d6ea436a21b ;
  a2a:EventKeyRef oa:event_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Event1 .

oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person:cabb4d69-446c-dc49-330b-cac269b49884 ;
  a2a:EventKeyRef oa:event_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Event1 .

oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person:3a5ec3ad-2f0a-e797-8b53-13e429d7db0f ;
  a2a:EventKeyRef oa:event_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Event1 .

oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person:a8f7a055-63b5-4181-0c41-9ddecabdfe2b ;
  a2a:EventKeyRef oa:event_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Event1 .

oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person:4500265b-d19c-a9d4-6cd1-437b6bfd2d7e ;
  a2a:EventKeyRef oa:event_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Event1 .

oa:relationep_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Person:ad7c31ec-de0f-4fe8-d54a-1aee53249df7 ;
  a2a:EventKeyRef oa:event_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63_Event1 .

oa:source_wba_e9b9ca4e-8075-97ba-162d-3334c865fe63
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1753-03-12 - 1753-03-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1753-03-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1753-03-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1753" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1753-03-12"^^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: 0755, Periode: 1753" ;
    a2a:Book "Notaris Benjamin van der Hagen, Minuutakten, 1753" ;
    a2a:DocumentNumber "15" ;
    a2a:RegistryNumber "0755" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Notariële archieven Bergen op Zoom, Bron: boek, Deel: 0755, Periode: 1753, Notaris Benjamin van der Hagen, Minuutakten, 1753, 15, 0755"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/5f057f14-a918-414c-edda-963b17a03f1e.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e9b9ca4e-8075-97ba-162d-3334c865fe63" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/5f057f14-a918-414c-edda-963b17a03f1e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-08-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e9b9ca4e-8075-97ba-162d-3334c865fe63" ;
  a2a:RecordGUID "{e9b9ca4e-8075-97ba-162d-3334c865fe63}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_9305_00009305.xml van WBA" .

