@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_91eef2bf-2aab-a62a-c878-cee609229293
  a a2a:Record ;
  rdfs:label "Geboorte op 6 augustus 1812" ;
  a2a:hasPerson oa:person_wba_91eef2bf-2aab-a62a-c878-cee609229293_Person-f4d95ed8-c837-2eda-22af-f214abc3228c, oa:person_wba_91eef2bf-2aab-a62a-c878-cee609229293_Person-43b160d2-c531-d31d-9e1f-03347cb2c82a, oa:person_wba_91eef2bf-2aab-a62a-c878-cee609229293_Person-d72c28c8-0dc9-aa03-160d-7e45927edf87 ;
  a2a:hasEvent oa:event_wba_91eef2bf-2aab-a62a-c878-cee609229293_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_91eef2bf-2aab-a62a-c878-cee609229293_0, oa:relationep_wba_91eef2bf-2aab-a62a-c878-cee609229293_1, oa:relationep_wba_91eef2bf-2aab-a62a-c878-cee609229293_2 ;
  a2a:hasSource oa:source_wba_91eef2bf-2aab-a62a-c878-cee609229293 .

oa:person_wba_91eef2bf-2aab-a62a-c878-cee609229293_Person-f4d95ed8-c837-2eda-22af-f214abc3228c
  a a2a:Person ;
  rdfs:label "Corneille Govers" ;
  a2a:PersonName [
    rdfs:label "Corneille Govers" ;
    a2a:PersonNameFirstName "Corneille" ;
    a2a:PersonNameLastName "Govers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_91eef2bf-2aab-a62a-c878-cee609229293_Person-43b160d2-c531-d31d-9e1f-03347cb2c82a
  a a2a:Person ;
  rdfs:label "Marie Catharine Govers" ;
  a2a:PersonName [
    rdfs:label "Marie Catharine Govers" ;
    a2a:PersonNameFirstName "Marie Catharine" ;
    a2a:PersonNameLastName "Govers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1812" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1812-08-06"^^xsd:date
  ] .

oa:person_wba_91eef2bf-2aab-a62a-c878-cee609229293_Person-d72c28c8-0dc9-aa03-160d-7e45927edf87
  a a2a:Person ;
  rdfs:label "Cornelie van Overveld" ;
  a2a:PersonName [
    rdfs:label "Cornelie van Overveld" ;
    a2a:PersonNameFirstName "Cornelie" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Overveld"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_91eef2bf-2aab-a62a-c878-cee609229293_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1812" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1812-08-06"^^xsd:date
  ] .

oa:relationep_wba_91eef2bf-2aab-a62a-c878-cee609229293_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_91eef2bf-2aab-a62a-c878-cee609229293_Person:f4d95ed8-c837-2eda-22af-f214abc3228c ;
  a2a:EventKeyRef oa:event_wba_91eef2bf-2aab-a62a-c878-cee609229293_Event1 .

oa:relationep_wba_91eef2bf-2aab-a62a-c878-cee609229293_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_91eef2bf-2aab-a62a-c878-cee609229293_Person:43b160d2-c531-d31d-9e1f-03347cb2c82a ;
  a2a:EventKeyRef oa:event_wba_91eef2bf-2aab-a62a-c878-cee609229293_Event1 .

oa:relationep_wba_91eef2bf-2aab-a62a-c878-cee609229293_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_91eef2bf-2aab-a62a-c878-cee609229293_Person:d72c28c8-0dc9-aa03-160d-7e45927edf87 ;
  a2a:EventKeyRef oa:event_wba_91eef2bf-2aab-a62a-c878-cee609229293_Event1 .

oa:source_wba_91eef2bf-2aab-a62a-c878-cee609229293
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1812-08-06 - 1812-08-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-08-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-08-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1812" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1812-08-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3606, Periode: 1812" ;
    a2a:Book "Geboorteregister Wouw 1812" ;
    a2a:DocumentNumber "42" ;
    a2a:RegistryNumber "3606" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3606, Periode: 1812, Geboorteregister Wouw 1812, 42, 3606"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/91eef2bf-2aab-a62a-c878-cee609229293" ;
  a2a:RecordGUID "{91eef2bf-2aab-a62a-c878-cee609229293}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_18235_00018235.xml van WBA" .

[] a2a:PersonRemarkdiversen "journalier (dagloner), 36 jaar" .
