@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_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81
  a a2a:Record ;
  rdfs:label "Geboorte op 10 maart 1876" ;
  a2a:hasPerson oa:person_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Person-eb1d1a4c-fe47-46e2-09b3-19b00d279256, oa:person_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Person-2e9e7a85-cf7b-2d43-0cb0-7cd1ec10b11e, oa:person_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Person-2c5e5dcc-dfe7-4966-d1b6-b31c9a7c7a50 ;
  a2a:hasEvent oa:event_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_0, oa:relationep_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_1, oa:relationep_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_2 ;
  a2a:hasSource oa:source_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81 .

oa:person_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Person-eb1d1a4c-fe47-46e2-09b3-19b00d279256
  a a2a:Person ;
  rdfs:label "Cornelius Greefs" ;
  a2a:PersonName [
    rdfs:label "Cornelius Greefs" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Greefs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Person-2e9e7a85-cf7b-2d43-0cb0-7cd1ec10b11e
  a a2a:Person ;
  rdfs:label "Joanna Rosalia Vandenbergh" ;
  a2a:PersonName [
    rdfs:label "Joanna Rosalia Vandenbergh" ;
    a2a:PersonNameFirstName "Joanna Rosalia" ;
    a2a:PersonNameLastName "Vandenbergh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Person-2c5e5dcc-dfe7-4966-d1b6-b31c9a7c7a50
  a a2a:Person ;
  rdfs:label "Joanna Maria Greefs" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Greefs" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNameLastName "Greefs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1876-03-10"^^xsd:date
  ] .

oa:event_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1876-03-10"^^xsd:date
  ] .

oa:relationep_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Person:eb1d1a4c-fe47-46e2-09b3-19b00d279256 ;
  a2a:EventKeyRef oa:event_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Event1 .

oa:relationep_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Person:2e9e7a85-cf7b-2d43-0cb0-7cd1ec10b11e ;
  a2a:EventKeyRef oa:event_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Event1 .

oa:relationep_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Person:2c5e5dcc-dfe7-4966-d1b6-b31c9a7c7a50 ;
  a2a:EventKeyRef oa:event_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81_Event1 .

oa:source_wba_0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1876-03-10 - 1876-03-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-03-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-03-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1876" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1876-03-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 52, Periode: 1876" ;
    a2a:Book "Geboorteregister Kalmthout 1876" ;
    a2a:DocumentNumber "29" ;
    a2a:RegistryNumber "52" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 52, Periode: 1876, Geboorteregister Kalmthout 1876, 29, 52"
  ] ;
  a2a:SourceLastChangeDate "2016-06-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81" ;
  a2a:RecordGUID "{0a3ab4d8-9c65-24fa-e084-a74e0c2e4b81}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1895_00001895.xml van WBA" .

[] a2a:PersonRemarkdiversen "39 jaar, landbouwer, wonende in deze gemeente op den Heikant Wijk A no 16" .
[] a2a:PersonRemarkdiversen "40 jaar, huisvrouw" .
[] a2a:PersonRemarkdiversen "40 jaar, huisvrouw" .
