@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_cf8a4e28-dfcd-3b4a-0abf-c6941e719788
  a a2a:Record ;
  rdfs:label "Geboorte op 29 juli 1812" ;
  a2a:hasPerson oa:person_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Person-274b373e-12f4-6836-9a18-c7ce52617118, oa:person_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Person-a14b944e-13c9-09a0-ba6b-e75e0f11fe58, oa:person_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Person-5fd9ceb1-f9b4-e4bf-03e4-63a298fea889 ;
  a2a:hasEvent oa:event_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_0, oa:relationep_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_1, oa:relationep_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_2 ;
  a2a:hasSource oa:source_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788 .

oa:person_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Person-274b373e-12f4-6836-9a18-c7ce52617118
  a a2a:Person ;
  rdfs:label "Corneille Mens" ;
  a2a:PersonName [
    rdfs:label "Corneille Mens" ;
    a2a:PersonNameFirstName "Corneille" ;
    a2a:PersonNameLastName "Mens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Person-a14b944e-13c9-09a0-ba6b-e75e0f11fe58
  a a2a:Person ;
  rdfs:label "Jeanne Loos" ;
  a2a:PersonName [
    rdfs:label "Jeanne Loos" ;
    a2a:PersonNameFirstName "Jeanne" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Person-5fd9ceb1-f9b4-e4bf-03e4-63a298fea889
  a a2a:Person ;
  rdfs:label "Adrien Mens" ;
  a2a:PersonName [
    rdfs:label "Adrien Mens" ;
    a2a:PersonNameFirstName "Adrien" ;
    a2a:PersonNameLastName "Mens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1812" ;
    a2a:Month "7" ;
    a2a:Day "29" ;
    rdfs:label "1812-07-29"^^xsd:date
  ] .

oa:event_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1812" ;
    a2a:Month "7" ;
    a2a:Day "29" ;
    rdfs:label "1812-07-29"^^xsd:date
  ] .

oa:relationep_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Person:274b373e-12f4-6836-9a18-c7ce52617118 ;
  a2a:EventKeyRef oa:event_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Event1 .

oa:relationep_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Person:a14b944e-13c9-09a0-ba6b-e75e0f11fe58 ;
  a2a:EventKeyRef oa:event_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Event1 .

oa:relationep_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Person:5fd9ceb1-f9b4-e4bf-03e4-63a298fea889 ;
  a2a:EventKeyRef oa:event_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788_Event1 .

oa:source_wba_cf8a4e28-dfcd-3b4a-0abf-c6941e719788
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1812-07-29 - 1812-07-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-07-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-07-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1812" ;
    a2a:Month "7" ;
    a2a:Day "29" ;
    rdfs:label "1812-07-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: 1812" ;
    a2a:Book "Geboorteregister Wouw 1812" ;
    a2a:DocumentNumber "38" ;
    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, 38, 3606"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/93193e89-ab9d-db0a-9c7b-1e22e0c40eba.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/cf8a4e28-dfcd-3b4a-0abf-c6941e719788" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/93193e89-ab9d-db0a-9c7b-1e22e0c40eba.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/cf8a4e28-dfcd-3b4a-0abf-c6941e719788" ;
  a2a:RecordGUID "{cf8a4e28-dfcd-3b4a-0abf-c6941e719788}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_16988_00016988.xml van WBA" .

[] a2a:PersonRemarkdiversen "cultivateur (landbouwer), 38 jaar" .
