@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_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64
  a a2a:Record ;
  rdfs:label "Geboorte op 29 juni 1923 te Rucphen" ;
  a2a:hasPerson oa:person_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Person-0ee355f7-c81a-853f-e5ae-09163de14c1c, oa:person_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Person-2c5e5b07-383d-b473-17c9-6d5abcbf4947, oa:person_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Person-ee3b6362-75f6-eacb-de9d-51e813bcaf07 ;
  a2a:hasEvent oa:event_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_0, oa:relationep_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_1, oa:relationep_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_2 ;
  a2a:hasSource oa:source_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64 .

oa:person_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Person-0ee355f7-c81a-853f-e5ae-09163de14c1c
  a a2a:Person ;
  rdfs:label "Jacobus van Dijk" ;
  a2a:PersonName [
    rdfs:label "Jacobus van Dijk" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Person-2c5e5b07-383d-b473-17c9-6d5abcbf4947
  a a2a:Person ;
  rdfs:label "Elisabeth van Gastel" ;
  a2a:PersonName [
    rdfs:label "Elisabeth van Gastel" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gastel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Person-ee3b6362-75f6-eacb-de9d-51e813bcaf07
  a a2a:Person ;
  rdfs:label "Anna Cornelia Catharina van Dijk" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia Catharina van Dijk" ;
    a2a:PersonNameFirstName "Anna Cornelia Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1923-06-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen"
  ] .

oa:event_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1923-06-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen"
  ] .

oa:relationep_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Person:0ee355f7-c81a-853f-e5ae-09163de14c1c ;
  a2a:EventKeyRef oa:event_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Event1 .

oa:relationep_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Person:2c5e5b07-383d-b473-17c9-6d5abcbf4947 ;
  a2a:EventKeyRef oa:event_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Event1 .

oa:relationep_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Person:ee3b6362-75f6-eacb-de9d-51e813bcaf07 ;
  a2a:EventKeyRef oa:event_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64_Event1 .

oa:source_wba_c69a046d-7aaa-b0d7-e877-91b1f4ed5c64
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen", "1923-06-29 - 1923-06-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-06-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-06-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1923-06-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Rucphen - burgerlijke stand, Bron: boek, Periode: 1923" ;
    a2a:Book "Geboorteregister 1923" ;
    a2a:DocumentNumber "156" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Rucphen - burgerlijke stand, Bron: boek, Periode: 1923, Geboorteregister 1923, 156"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/e76e2616-841c-5c13-2767-be1bf9d20c7f.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c69a046d-7aaa-b0d7-e877-91b1f4ed5c64" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/e76e2616-841c-5c13-2767-be1bf9d20c7f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-09-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c69a046d-7aaa-b0d7-e877-91b1f4ed5c64" ;
  a2a:RecordGUID "{c69a046d-7aaa-b0d7-e877-91b1f4ed5c64}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240317_261_00000261.xml van WBA" .

