@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_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3
  a a2a:Record ;
  rdfs:label "Doop op 25 mei 1771 te Boekel" ;
  a2a:hasPerson oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person-e5ee9b1a-36eb-893e-cd05-7444d2b20df3, oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person-8216195f-d93e-5fdd-fa31-8c0d5bb10de8, oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person-1ea69141-8ebf-4d30-c9e3-08cdccaf514e, oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person-1b9d05f0-a85b-b687-92f6-db3259065be6, oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person-e991d49a-32b5-a0d6-8521-cd5eec1a8008 ;
  a2a:hasEvent oa:event_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_0, oa:relationep_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_1, oa:relationep_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_2, oa:relationep_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_3, oa:relationep_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_4 ;
  a2a:hasSource oa:source_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3 .

oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person-e5ee9b1a-36eb-893e-cd05-7444d2b20df3
  a a2a:Person ;
  rdfs:label "Antonius Janse" ;
  a2a:PersonName [
    rdfs:label "Antonius Janse" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Janse"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person-8216195f-d93e-5fdd-fa31-8c0d5bb10de8
  a a2a:Person ;
  rdfs:label "Nelis Janse" ;
  a2a:PersonName [
    rdfs:label "Nelis Janse" ;
    a2a:PersonNameFirstName "Nelis" ;
    a2a:PersonNameLastName "Janse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person-1ea69141-8ebf-4d30-c9e3-08cdccaf514e
  a a2a:Person ;
  rdfs:label "Josijn Janse" ;
  a2a:PersonName [
    rdfs:label "Josijn Janse" ;
    a2a:PersonNameFirstName "Josijn" ;
    a2a:PersonNameLastName "Janse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person-1b9d05f0-a85b-b687-92f6-db3259065be6
  a a2a:Person ;
  rdfs:label "Ardina Tomasse" ;
  a2a:PersonName [
    rdfs:label "Ardina Tomasse" ;
    a2a:PersonNameFirstName "Ardina" ;
    a2a:PersonNameLastName "Tomasse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person-e991d49a-32b5-a0d6-8521-cd5eec1a8008
  a a2a:Person ;
  rdfs:label "Joannes Janse" ;
  a2a:PersonName [
    rdfs:label "Joannes Janse" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Janse"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1771" ;
    a2a:Month "5" ;
    a2a:Day "25" ;
    rdfs:label "1771-05-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Boekel" ;
    rdfs:label "Boekel"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person:e5ee9b1a-36eb-893e-cd05-7444d2b20df3 ;
  a2a:EventKeyRef oa:event_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Event1 .

oa:relationep_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person:8216195f-d93e-5fdd-fa31-8c0d5bb10de8 ;
  a2a:EventKeyRef oa:event_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Event1 .

oa:relationep_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person:1ea69141-8ebf-4d30-c9e3-08cdccaf514e ;
  a2a:EventKeyRef oa:event_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Event1 .

oa:relationep_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person:1b9d05f0-a85b-b687-92f6-db3259065be6 ;
  a2a:EventKeyRef oa:event_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Event1 .

oa:relationep_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Person:e991d49a-32b5-a0d6-8521-cd5eec1a8008 ;
  a2a:EventKeyRef oa:event_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3_Event1 .

oa:source_bhi_1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Boekel" ;
    rdfs:label "Boekel", "1771-05-25 - 1771-05-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1771-05-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1771-05-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1771" ;
    a2a:Month "5" ;
    a2a:Day "25" ;
    rdfs:label "1771-05-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3, Periode: 1770-1806" ;
    a2a:Book "Rooms-Katholiek doopboek 1770-1806" ;
    a2a:RegistryNumber "3" ;
    a2a:Folio "6v01" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3, Periode: 1770-1806, Rooms-Katholiek doopboek 1770-1806, 3, 6v01"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/310450e9-70ae-0c47-b2cd-629f467ab367.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/310450e9-70ae-0c47-b2cd-629f467ab367.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-12-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3" ;
  a2a:RecordGUID "{1fd39ec9-2dc8-2f85-2ac5-383ea5afc0e3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_39047_00039047.xml van BHI" .

