@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_d53d74aa-48d7-e858-9d7b-02f95b12e959
  a a2a:Record ;
  rdfs:label "Geboorte op 14 augustus 1920 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Person-a10d85fa-3a5c-9426-b1b0-bfc0a17e6ce3, oa:person_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Person-48e7f38f-e5dc-3728-0f57-c3068cd1199d, oa:person_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Person-3556fb60-ed68-529d-f119-53f6dea796a6 ;
  a2a:hasEvent oa:event_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_0, oa:relationep_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_1, oa:relationep_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_2 ;
  a2a:hasSource oa:source_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959 .

oa:person_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Person-a10d85fa-3a5c-9426-b1b0-bfc0a17e6ce3
  a a2a:Person ;
  rdfs:label "William Johannes Maria Cornelis Laane" ;
  a2a:PersonName [
    rdfs:label "William Johannes Maria Cornelis Laane" ;
    a2a:PersonNameFirstName "William Johannes Maria Cornelis" ;
    a2a:PersonNameLastName "Laane"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "45 jaar" ;
    rdfs:label "45 jaar"
  ] ;
  a2a:Profession "assuradoor" .

oa:person_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Person-48e7f38f-e5dc-3728-0f57-c3068cd1199d
  a a2a:Person ;
  rdfs:label "Dorothea Louisa Petronella Maria Fick" ;
  a2a:PersonName [
    rdfs:label "Dorothea Louisa Petronella Maria Fick" ;
    a2a:PersonNameFirstName "Dorothea Louisa Petronella Maria" ;
    a2a:PersonNameLastName "Fick"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Person-3556fb60-ed68-529d-f119-53f6dea796a6
  a a2a:Person ;
  rdfs:label "Dorothea Anna Agnes Laane" ;
  a2a:PersonName [
    rdfs:label "Dorothea Anna Agnes Laane" ;
    a2a:PersonNameFirstName "Dorothea Anna Agnes" ;
    a2a:PersonNameLastName "Laane"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1920-08-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:event_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1920-08-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Person:a10d85fa-3a5c-9426-b1b0-bfc0a17e6ce3 ;
  a2a:EventKeyRef oa:event_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Event1 .

oa:relationep_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Person:48e7f38f-e5dc-3728-0f57-c3068cd1199d ;
  a2a:EventKeyRef oa:event_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Event1 .

oa:relationep_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Person:3556fb60-ed68-529d-f119-53f6dea796a6 ;
  a2a:EventKeyRef oa:event_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959_Event1 .

oa:source_wba_d53d74aa-48d7-e858-9d7b-02f95b12e959
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1920-08-14 - 1920-08-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-08-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-08-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1920-08-14"^^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 "375" ;
    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, 375, 110"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/903cc637-0d1d-4449-e31d-218640d18f58.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/d53d74aa-48d7-e858-9d7b-02f95b12e959" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/903cc637-0d1d-4449-e31d-218640d18f58.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-05-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/d53d74aa-48d7-e858-9d7b-02f95b12e959" ;
  a2a:RecordGUID "{d53d74aa-48d7-e858-9d7b-02f95b12e959}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17038_00017038.xml van WBA" .

