@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_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d
  a a2a:Record ;
  rdfs:label "Geboorte op 31 mei 1923 te Zundert" ;
  a2a:hasPerson oa:person_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Person-6f681bc0-d222-bae0-a304-80b6c0a55f99, oa:person_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Person-2d2f39e7-6cf0-e4dd-f606-8dbc6a80eb81, oa:person_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Person-0444b045-b59f-b27f-50d5-df8d1fe9c6b4 ;
  a2a:hasEvent oa:event_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_0, oa:relationep_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_1, oa:relationep_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_2 ;
  a2a:hasSource oa:source_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d .

oa:person_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Person-6f681bc0-d222-bae0-a304-80b6c0a55f99
  a a2a:Person ;
  rdfs:label "Josephus Petrus Godrie" ;
  a2a:PersonName [
    rdfs:label "Josephus Petrus Godrie" ;
    a2a:PersonNameFirstName "Josephus Petrus" ;
    a2a:PersonNameLastName "Godrie"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Person-2d2f39e7-6cf0-e4dd-f606-8dbc6a80eb81
  a a2a:Person ;
  rdfs:label "Catharina Jacoba van Aert" ;
  a2a:PersonName [
    rdfs:label "Catharina Jacoba van Aert" ;
    a2a:PersonNameFirstName "Catharina Jacoba" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Aert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Person-0444b045-b59f-b27f-50d5-df8d1fe9c6b4
  a a2a:Person ;
  rdfs:label "Elisabeth Maria Godrie" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Maria Godrie" ;
    a2a:PersonNameFirstName "Elisabeth Maria" ;
    a2a:PersonNameLastName "Godrie"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "5" ;
    a2a:Day "31" ;
    rdfs:label "1923-05-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert"
  ] .

oa:event_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "5" ;
    a2a:Day "31" ;
    rdfs:label "1923-05-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert"
  ] .

oa:relationep_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Person:6f681bc0-d222-bae0-a304-80b6c0a55f99 ;
  a2a:EventKeyRef oa:event_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Event1 .

oa:relationep_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Person:2d2f39e7-6cf0-e4dd-f606-8dbc6a80eb81 ;
  a2a:EventKeyRef oa:event_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Event1 .

oa:relationep_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Person:0444b045-b59f-b27f-50d5-df8d1fe9c6b4 ;
  a2a:EventKeyRef oa:event_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d_Event1 .

oa:source_wba_3b3d69b6-5b68-66dc-2cf9-e57aacd2649d
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert", "1923-05-31 - 1923-05-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-05-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-05-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "5" ;
    a2a:Day "31" ;
    rdfs:label "1923-05-31"^^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: 1923" ;
    a2a:Book "Geboorteregister 1923" ;
    a2a:DocumentNumber "90" ;
    a2a:RegistryNumber "2235" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Zundert, 1811-1927, Bron: boek, Deel: 2235, Periode: 1923, Geboorteregister 1923, 90, 2235"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/62324eda-b71e-92fd-81f6-46761f1e647e.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/3b3d69b6-5b68-66dc-2cf9-e57aacd2649d" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/62324eda-b71e-92fd-81f6-46761f1e647e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-09-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/3b3d69b6-5b68-66dc-2cf9-e57aacd2649d" ;
  a2a:RecordGUID "{3b3d69b6-5b68-66dc-2cf9-e57aacd2649d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240317_238_00000238.xml van WBA" .

