@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_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7
  a a2a:Record ;
  rdfs:label "Doop op 10 februari 1703 te Huijbergen" ;
  a2a:hasPerson oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person-9c9b675b-e5fc-a222-3ecb-3e71372d60c6, oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person-248af2f5-a9c4-d840-976e-93e48ef3b313, oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person-97c9ef9c-da2c-7d74-0b62-218e5da97711, oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person-23294768-3cfa-c634-e7df-03f84e6dbb69, oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person-5b5450c2-a04a-dd82-3ee5-16fb6a02b2b2 ;
  a2a:hasEvent oa:event_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_0, oa:relationep_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_1, oa:relationep_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_2, oa:relationep_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_3, oa:relationep_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_4 ;
  a2a:hasSource oa:source_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7 .

oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person-9c9b675b-e5fc-a222-3ecb-3e71372d60c6
  a a2a:Person ;
  rdfs:label "Guillielmus Janssen van Campen" ;
  a2a:PersonName [
    rdfs:label "Guillielmus Janssen van Campen" ;
    a2a:PersonNameFirstName "Guillielmus Janssen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Campen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person-248af2f5-a9c4-d840-976e-93e48ef3b313
  a a2a:Person ;
  rdfs:label "Joanna Peetersen Brandts" ;
  a2a:PersonName [
    rdfs:label "Joanna Peetersen Brandts" ;
    a2a:PersonNameFirstName "Joanna Peetersen" ;
    a2a:PersonNameLastName "Brandts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person-97c9ef9c-da2c-7d74-0b62-218e5da97711
  a a2a:Person ;
  rdfs:label "Barbara Janssen van Campen" ;
  a2a:PersonName [
    rdfs:label "Barbara Janssen van Campen" ;
    a2a:PersonNameFirstName "Barbara Janssen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Campen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person-23294768-3cfa-c634-e7df-03f84e6dbb69
  a a2a:Person ;
  rdfs:label "Joannes Cornelissen Hoeckx" ;
  a2a:PersonName [
    rdfs:label "Joannes Cornelissen Hoeckx" ;
    a2a:PersonNameFirstName "Joannes Cornelissen" ;
    a2a:PersonNameLastName "Hoeckx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person-5b5450c2-a04a-dd82-3ee5-16fb6a02b2b2
  a a2a:Person ;
  rdfs:label "Catharina Hoeckx" ;
  a2a:PersonName [
    rdfs:label "Catharina Hoeckx" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Hoeckx"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Huijbergen" ;
    rdfs:label "Huijbergen"
  ] .

oa:event_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1703" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1703-02-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Huijbergen" ;
    rdfs:label "Huijbergen"
  ] .

oa:relationep_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person:9c9b675b-e5fc-a222-3ecb-3e71372d60c6 ;
  a2a:EventKeyRef oa:event_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Event1 .

oa:relationep_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person:248af2f5-a9c4-d840-976e-93e48ef3b313 ;
  a2a:EventKeyRef oa:event_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Event1 .

oa:relationep_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person:97c9ef9c-da2c-7d74-0b62-218e5da97711 ;
  a2a:EventKeyRef oa:event_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Event1 .

oa:relationep_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person:23294768-3cfa-c634-e7df-03f84e6dbb69 ;
  a2a:EventKeyRef oa:event_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Event1 .

oa:relationep_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_4
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Person:5b5450c2-a04a-dd82-3ee5-16fb6a02b2b2 ;
  a2a:EventKeyRef oa:event_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7_Event1 .

oa:source_wba_415ba52b-dc96-2fa6-4b57-bf2e0fda21d7
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Huijbergen" ;
    rdfs:label "Huijbergen", "1703-02-10 - 1703-02-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1703-02-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1703-02-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1703" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1703-02-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken Huijbergen, Bron: boek, Deel: 3, Periode: 1681-1714" ;
    a2a:Book "RK doop-, trouw- en begraafboek 1681-1714 - doop" ;
    a2a:RegistryNumber "3" ;
    a2a:Folio "31" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Doop-, trouw- en begraafboeken Huijbergen, Bron: boek, Deel: 3, Periode: 1681-1714, RK doop-, trouw- en begraafboek 1681-1714 - doop, 3, 31"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/228e6401-239d-0cf6-36cc-237bcb6964cd.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/415ba52b-dc96-2fa6-4b57-bf2e0fda21d7" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/228e6401-239d-0cf6-36cc-237bcb6964cd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-12-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/415ba52b-dc96-2fa6-4b57-bf2e0fda21d7" ;
  a2a:RecordGUID "{415ba52b-dc96-2fa6-4b57-bf2e0fda21d7}" ;
  a2a:SourceRemarkOpmerking "dochter" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_7211_00007211.xml van WBA" .

