@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_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8
  a a2a:Record ;
  rdfs:label "Geboorte op 25 november 1920 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Person-269845dc-0d82-b1ee-f491-5429422c2c69, oa:person_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Person-c33c1abd-6187-e696-c085-b36901e9d224, oa:person_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Person-9764873a-8d8a-c6a5-41cd-b148ec966521 ;
  a2a:hasEvent oa:event_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_0, oa:relationep_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_1, oa:relationep_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_2 ;
  a2a:hasSource oa:source_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8 .

oa:person_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Person-269845dc-0d82-b1ee-f491-5429422c2c69
  a a2a:Person ;
  rdfs:label "Theodorus de Veth" ;
  a2a:PersonName [
    rdfs:label "Theodorus de Veth" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Veth"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "22 jaar" ;
    rdfs:label "22 jaar"
  ] ;
  a2a:Profession "fabrieksarbeider" .

oa:person_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Person-c33c1abd-6187-e696-c085-b36901e9d224
  a a2a:Person ;
  rdfs:label "Josina Demmers" ;
  a2a:PersonName [
    rdfs:label "Josina Demmers" ;
    a2a:PersonNameFirstName "Josina" ;
    a2a:PersonNameLastName "Demmers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Person-9764873a-8d8a-c6a5-41cd-b148ec966521
  a a2a:Person ;
  rdfs:label "Catharina Josina de Veth" ;
  a2a:PersonName [
    rdfs:label "Catharina Josina de Veth" ;
    a2a:PersonNameFirstName "Catharina Josina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Veth"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1920-11-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:event_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1920-11-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Person:269845dc-0d82-b1ee-f491-5429422c2c69 ;
  a2a:EventKeyRef oa:event_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Event1 .

oa:relationep_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Person:c33c1abd-6187-e696-c085-b36901e9d224 ;
  a2a:EventKeyRef oa:event_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Event1 .

oa:relationep_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Person:9764873a-8d8a-c6a5-41cd-b148ec966521 ;
  a2a:EventKeyRef oa:event_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8_Event1 .

oa:source_wba_d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1920-11-25 - 1920-11-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-11-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-11-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1920-11-25"^^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: 110, P..." ;
    a2a:Book "Geboorteregister 1920" ;
    a2a:DocumentNumber "504" ;
    a2a:RegistryNumber "110" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Bergen op Zoom - burgerlijke stand, Bron: boek, Deel: 110, P..., Geboorteregister 1920, 504, 110"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/50b63e96-ba8a-937b-32b2-5063ce770628.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/50b63e96-ba8a-937b-32b2-5063ce770628.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-05-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8" ;
  a2a:RecordGUID "{d5fd297c-ee26-26f8-eecd-3bb04d5a5ef8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17045_00017045.xml van WBA" .

