@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_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b
  a a2a:Record ;
  rdfs:label "Geboorte op 4 februari 1925 te Zundert" ;
  a2a:hasPerson oa:person_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Person-f9d3cd58-5c91-e853-0be1-8cfab6a36b87, oa:person_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Person-a1b6e12d-29e1-8237-d29b-4d95e4a17e8d, oa:person_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Person-1e46ad23-66f5-6f32-ede2-42e3741a0967 ;
  a2a:hasEvent oa:event_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_0, oa:relationep_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_1, oa:relationep_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_2 ;
  a2a:hasSource oa:source_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b .

oa:person_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Person-f9d3cd58-5c91-e853-0be1-8cfab6a36b87
  a a2a:Person ;
  rdfs:label "Henrikus Jacobs" ;
  a2a:PersonName [
    rdfs:label "Henrikus Jacobs" ;
    a2a:PersonNameFirstName "Henrikus" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Person-a1b6e12d-29e1-8237-d29b-4d95e4a17e8d
  a a2a:Person ;
  rdfs:label "Johanna Maria Willemsen" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Willemsen" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Willemsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Person-1e46ad23-66f5-6f32-ede2-42e3741a0967
  a a2a:Person ;
  rdfs:label "Johannes Cornelis Jacobs" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis Jacobs" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1925" ;
    a2a:Month "2" ;
    a2a:Day "4" ;
    rdfs:label "1925-02-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert"
  ] .

oa:event_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1925" ;
    a2a:Month "2" ;
    a2a:Day "4" ;
    rdfs:label "1925-02-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert"
  ] .

oa:relationep_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Person:f9d3cd58-5c91-e853-0be1-8cfab6a36b87 ;
  a2a:EventKeyRef oa:event_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Event1 .

oa:relationep_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Person:a1b6e12d-29e1-8237-d29b-4d95e4a17e8d ;
  a2a:EventKeyRef oa:event_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Event1 .

oa:relationep_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Person:1e46ad23-66f5-6f32-ede2-42e3741a0967 ;
  a2a:EventKeyRef oa:event_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b_Event1 .

oa:source_wba_bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert", "1925-02-04 - 1925-02-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1925-02-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1925-02-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1925" ;
    a2a:Month "2" ;
    a2a:Day "4" ;
    rdfs:label "1925-02-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Zundert, 1811-1927, Bron: boek, Deel: 2235, Periode: 1925" ;
    a2a:Book "Geboorteregister 1925" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "2235" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Zundert, 1811-1927, Bron: boek, Deel: 2235, Periode: 1925, Geboorteregister 1925, 27, 2235"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/iiif/cc3d9137-0050-434e-b2ce-f7b70720ac09/info.json" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/cc3d9137-0050-434e-b2ce-f7b70720ac09.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-03-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b" ;
  a2a:RecordGUID "{bfba4f8d-03a2-e6c0-2d8a-ba06610d0a3b}" ;
  a2a:SourceRemarkarchiefnaam "Archief van de gemeente Zundert, 1811-1927" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "2235" ;
  a2a:SourceRemarkregister_periode "1925" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260528_48_00000048.xml van WBA" .

