@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_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Record ;
  rdfs:label "Geboorte op 6 februari 1909 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Person-5ea5ca10-4869-11e1-9853-b7a7dd2b6a2a, oa:person_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Person-5ea5f648-4869-11e1-9853-b7a7dd2b6a2a, oa:person_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Person-5ea583c0-4869-11e1-9853-b7a7dd2b6a2a ;
  a2a:hasEvent oa:event_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_0, oa:relationep_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_1, oa:relationep_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_2 ;
  a2a:hasSource oa:source_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a .

oa:person_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Person-5ea5ca10-4869-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Cesar Francois Bevin" ;
  a2a:PersonName [
    rdfs:label "Cesar Francois Bevin" ;
    a2a:PersonNameFirstName "Cesar Francois" ;
    a2a:PersonNameLastName "Bevin"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "39 jaar" ;
    rdfs:label "39 jaar"
  ] ;
  a2a:Profession "boekhouder" .

oa:person_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Person-5ea5f648-4869-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Johanna Maria Speekenbrink" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Speekenbrink" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Speekenbrink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Person-5ea583c0-4869-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Adelphina Arnoldina Maria Bevin" ;
  a2a:PersonName [
    rdfs:label "Adelphina Arnoldina Maria Bevin" ;
    a2a:PersonNameFirstName "Adelphina Arnoldina Maria" ;
    a2a:PersonNameLastName "Bevin"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1909" ;
    a2a:Month "2" ;
    a2a:Day "6" ;
    rdfs:label "1909-02-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:event_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "2" ;
    a2a:Day "6" ;
    rdfs:label "1909-02-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Person:5ea5ca10-4869-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Person:5ea5f648-4869-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Person:5ea583c0-4869-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:source_wba_c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1909-02-08 - 1909-02-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-02-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-02-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1909-02-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Bergen op Zoom - burgerlijke stand, Bron: boek, Deel: 99, Pe..." ;
    a2a:Book "Geboorteregister 1909" ;
    a2a:DocumentNumber "54" ;
    a2a:RegistryNumber "99" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Bergen op Zoom - burgerlijke stand, Bron: boek, Deel: 99, Pe..., Geboorteregister 1909, 54, 99"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/64c632f3-e22b-578f-8237-9cafe0e3823b.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/64c632f3-e22b-578f-8237-9cafe0e3823b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-01-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a" ;
  a2a:RecordGUID "{c6fdf42e-4865-11e1-9853-b7a7dd2b6a2a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_16820_00016820.xml van WBA" .

