@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_d2da2cec-2bbd-0063-daff-d4573750dbf0
  a a2a:Record ;
  rdfs:label "Geboorte op 8 februari 1816" ;
  a2a:hasPerson oa:person_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Person-bd1b3ec1-c2d1-0541-20cf-513097d990d2, oa:person_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Person-443b66c6-d2f2-81cb-ef5f-0326be3e410a, oa:person_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Person-b8ce5864-89c0-1e0b-1320-d47aa569fb2c ;
  a2a:hasEvent oa:event_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_0, oa:relationep_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_1, oa:relationep_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_2 ;
  a2a:hasSource oa:source_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0 .

oa:person_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Person-bd1b3ec1-c2d1-0541-20cf-513097d990d2
  a a2a:Person ;
  rdfs:label "Grada Kloppenburg" ;
  a2a:PersonName [
    rdfs:label "Grada Kloppenburg" ;
    a2a:PersonNameFirstName "Grada" ;
    a2a:PersonNameLastName "Kloppenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Person-443b66c6-d2f2-81cb-ef5f-0326be3e410a
  a a2a:Person ;
  rdfs:label "Cornelis de Haan" ;
  a2a:PersonName [
    rdfs:label "Cornelis de Haan" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Haan"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Person-b8ce5864-89c0-1e0b-1320-d47aa569fb2c
  a a2a:Person ;
  rdfs:label "Jacomijna de Haan" ;
  a2a:PersonName [
    rdfs:label "Jacomijna de Haan" ;
    a2a:PersonNameFirstName "Jacomijna" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Haan"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1816" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1816-02-08"^^xsd:date
  ] .

oa:event_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1816" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1816-02-08"^^xsd:date
  ] .

oa:relationep_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Person:bd1b3ec1-c2d1-0541-20cf-513097d990d2 ;
  a2a:EventKeyRef oa:event_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Event1 .

oa:relationep_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Person:443b66c6-d2f2-81cb-ef5f-0326be3e410a ;
  a2a:EventKeyRef oa:event_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Event1 .

oa:relationep_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Person:b8ce5864-89c0-1e0b-1320-d47aa569fb2c ;
  a2a:EventKeyRef oa:event_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0_Event1 .

oa:source_wba_d2da2cec-2bbd-0063-daff-d4573750dbf0
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen", "1816-02-08 - 1816-02-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-02-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-02-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1816" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1816-02-08"^^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, Deel: 4, Periode: 1816" ;
    a2a:Book "Geboorteregister 1816" ;
    a2a:DocumentNumber "9" ;
    a2a:RegistryNumber "4" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Rucphen - burgerlijke stand, Bron: boek, Deel: 4, Periode: 1816, Geboorteregister 1816, 9, 4"
  ] ;
  a2a:SourceLastChangeDate "2011-12-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/d2da2cec-2bbd-0063-daff-d4573750dbf0" ;
  a2a:RecordGUID "{d2da2cec-2bbd-0063-daff-d4573750dbf0}" ;
  a2a:SourceRemarkOpmerking "Getuigen burgerlijke stand: Cornelis de Vries, 32 jaar, rijdende commies der convooije en licenten en Cornelis Jacobus Voeten, 22 jaar." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_27259_00027259.xml van WBA" .

[] a2a:PersonRemarkdiversen "26 jaar, rijdende commies der convooije en licenten" .
