@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_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Record ;
  rdfs:label "Notariële akte op 6 september 1697 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person-d811ed26-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person-d8113c50-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person-d811c422-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person-d8119876-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person-d8116b9e-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:hasEvent oa:event_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_0, oa:relationep_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_1, oa:relationep_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_2, oa:relationep_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_3, oa:relationep_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_4 ;
  a2a:hasSource oa:source_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a .

oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person-d811ed26-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Francois Friscus" ;
  a2a:PersonName [
    rdfs:label "Francois Friscus" ;
    a2a:PersonNameFirstName "Francois" ;
    a2a:PersonNameLastName "Friscus"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person-d8113c50-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Cornelis Coenraets" ;
  a2a:PersonName [
    rdfs:label "Cornelis Coenraets" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Coenraets"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person-d811c422-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Anthonij van Adden" ;
  a2a:PersonName [
    rdfs:label "Anthonij van Adden" ;
    a2a:PersonNameFirstName "Anthonij" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Adden"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person-d8119876-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Martinus de Haen" ;
  a2a:PersonName [
    rdfs:label "Martinus de Haen" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Haen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person-d8116b9e-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Elisabeth van der Heijst" ;
  a2a:PersonName [
    rdfs:label "Elisabeth van der Heijst" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Heijst"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1697" ;
    a2a:Month "9" ;
    a2a:Day "6" ;
    rdfs:label "1697-09-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person:d811ed26-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person:d8113c50-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person:d811c422-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person:d8119876-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Person:d8116b9e-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:source_wba_b00a31ce-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1697-09-06 - 1697-09-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1697-09-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1697-09-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1697" ;
    a2a:Month "9" ;
    a2a:Day "6" ;
    rdfs:label "1697-09-06"^^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: 0341, Periode: 1697" ;
    a2a:Book "Notaris Cornelis van Booren, Minuutakten, 1697" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "0341" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Notariële archieven Bergen op Zoom, Bron: boek, Deel: 0341, Periode: 1697, Notaris Cornelis van Booren, Minuutakten, 1697, 13, 0341"
  ] ;
  a2a:SourceLastChangeDate "2012-01-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/b00a31ce-4865-11e1-9853-b7a7dd2b6a2a" ;
  a2a:RecordGUID "{b00a31ce-4865-11e1-9853-b7a7dd2b6a2a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_9905_00009905.xml van WBA" .

