@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_a84900fc-a946-e5ce-a2e6-185d63f6eb3c
  a a2a:Record ;
  rdfs:label "Geboorte op 29 mei 1811" ;
  a2a:hasPerson oa:person_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Person-5f7722be-4b1b-6862-d657-2b944f100230, oa:person_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Person-89168a13-7184-0bf0-d349-51e15673908c, oa:person_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Person-e7236d14-f1a9-9005-0997-348cd1b4844f ;
  a2a:hasEvent oa:event_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_0, oa:relationep_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_1, oa:relationep_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_2 ;
  a2a:hasSource oa:source_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c .

oa:person_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Person-5f7722be-4b1b-6862-d657-2b944f100230
  a a2a:Person ;
  rdfs:label "Corneille Hagenaars" ;
  a2a:PersonName [
    rdfs:label "Corneille Hagenaars" ;
    a2a:PersonNameFirstName "Corneille" ;
    a2a:PersonNameLastName "Hagenaars"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Person-89168a13-7184-0bf0-d349-51e15673908c
  a a2a:Person ;
  rdfs:label "Adrien Hagenaars" ;
  a2a:PersonName [
    rdfs:label "Adrien Hagenaars" ;
    a2a:PersonNameFirstName "Adrien" ;
    a2a:PersonNameLastName "Hagenaars"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1811" ;
    a2a:Month "5" ;
    a2a:Day "29" ;
    rdfs:label "1811-05-29"^^xsd:date
  ] .

oa:person_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Person-e7236d14-f1a9-9005-0997-348cd1b4844f
  a a2a:Person ;
  rdfs:label "Cornelie Martelmans" ;
  a2a:PersonName [
    rdfs:label "Cornelie Martelmans" ;
    a2a:PersonNameFirstName "Cornelie" ;
    a2a:PersonNameLastName "Martelmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "5" ;
    a2a:Day "29" ;
    rdfs:label "1811-05-29"^^xsd:date
  ] .

oa:relationep_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Person:5f7722be-4b1b-6862-d657-2b944f100230 ;
  a2a:EventKeyRef oa:event_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Event1 .

oa:relationep_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Person:89168a13-7184-0bf0-d349-51e15673908c ;
  a2a:EventKeyRef oa:event_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Event1 .

oa:relationep_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Person:e7236d14-f1a9-9005-0997-348cd1b4844f ;
  a2a:EventKeyRef oa:event_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c_Event1 .

oa:source_wba_a84900fc-a946-e5ce-a2e6-185d63f6eb3c
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1811-05-29 - 1811-05-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-05-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-05-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "5" ;
    a2a:Day "29" ;
    rdfs:label "1811-05-29"^^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: 1811" ;
    a2a:Book "Geboorteregister Wouw 1811" ;
    a2a:DocumentNumber "32" ;
    a2a:RegistryNumber "3606" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3606, Periode: 1811, Geboorteregister Wouw 1811, 32, 3606"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/39b30409-912f-40c4-f03c-c75c382f12d2.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/a84900fc-a946-e5ce-a2e6-185d63f6eb3c" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/39b30409-912f-40c4-f03c-c75c382f12d2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/a84900fc-a946-e5ce-a2e6-185d63f6eb3c" ;
  a2a:RecordGUID "{a84900fc-a946-e5ce-a2e6-185d63f6eb3c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_16621_00016621.xml van WBA" .

[] a2a:PersonRemarkdiversen "en service de l'Empire Fran‡aise (in dienst van het Franse Keizerrijk)" .
[] a2a:PersonRemarkdiversen "journaliere (dagloonster)" .
