@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_2aa64038-0ea6-27fa-89f3-da213947e24f
  a a2a:Record ;
  rdfs:label "Doop op 9 december 1640 te Wouw" ;
  a2a:hasPerson oa:person_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Person-be253fd0-1561-ac72-7ce1-d074b22b2f9e, oa:person_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Person-9a90646f-2e1e-2a6d-4133-1d5d8683a91f, oa:person_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Person-0b67cdba-70b5-0926-a0d9-e5a714a4ac06 ;
  a2a:hasEvent oa:event_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_0, oa:relationep_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_1, oa:relationep_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_2 ;
  a2a:hasSource oa:source_wba_2aa64038-0ea6-27fa-89f3-da213947e24f .

oa:person_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Person-be253fd0-1561-ac72-7ce1-d074b22b2f9e
  a a2a:Person ;
  rdfs:label "Adrianus Joppen" ;
  a2a:PersonName [
    rdfs:label "Adrianus Joppen" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Joppen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Person-9a90646f-2e1e-2a6d-4133-1d5d8683a91f
  a a2a:Person ;
  rdfs:label "Elizabeth Huijbrechts" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Huijbrechts" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Huijbrechts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Person-0b67cdba-70b5-0926-a0d9-e5a714a4ac06
  a a2a:Person ;
  rdfs:label "Maria Joppen" ;
  a2a:PersonName [
    rdfs:label "Maria Joppen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Joppen"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1640" ;
    a2a:Month "12" ;
    a2a:Day "9" ;
    rdfs:label "1640-12-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Person:be253fd0-1561-ac72-7ce1-d074b22b2f9e ;
  a2a:EventKeyRef oa:event_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Event1 .

oa:relationep_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Person:9a90646f-2e1e-2a6d-4133-1d5d8683a91f ;
  a2a:EventKeyRef oa:event_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Event1 .

oa:relationep_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Person:0b67cdba-70b5-0926-a0d9-e5a714a4ac06 ;
  a2a:EventKeyRef oa:event_wba_2aa64038-0ea6-27fa-89f3-da213947e24f_Event1 .

oa:source_wba_2aa64038-0ea6-27fa-89f3-da213947e24f
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1640-12-09 - 1640-12-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1640-12-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1640-12-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1640" ;
    a2a:Month "12" ;
    a2a:Day "9" ;
    rdfs:label "1640-12-09"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Parochie St. Lambertus Wouw, Bron: boek, Deel: 494b, Periode: 1640-1692" ;
    a2a:Book "RK Wouw Doopregister, 1640-1692 (DTB-deel 2, gedeelte 1640-1665)" ;
    a2a:RegistryNumber "494b" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Parochie St. Lambertus Wouw, Bron: boek, Deel: 494b, Periode: 1640-1692, RK Wouw Doopregister, 1640-1692 (DTB-deel 2, gedeelte 1640-1665), 494b"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/2aa64038-0ea6-27fa-89f3-da213947e24f" ;
  a2a:RecordGUID "{2aa64038-0ea6-27fa-89f3-da213947e24f}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Daniel Janssen, Elizabeth Janssen" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_7104_00007104.xml van WBA" .

