@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_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2
  a a2a:Record ;
  rdfs:label "Doop op 30 maart 1678 te Schijndel" ;
  a2a:hasPerson oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person-cc136201-8565-a347-e060-b9d3ea6c24a4, oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person-38e8c763-f540-9e99-1172-dba7dde11fde, oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person-a310a768-3162-22ee-ea77-40592934bee2, oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person-b44c44e1-ce6a-38db-72ed-57c46544c65e, oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person-dc6bd4d2-f951-24d9-dcbb-ec0358b96bae ;
  a2a:hasEvent oa:event_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_0, oa:relationep_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_1, oa:relationep_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_2, oa:relationep_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_3, oa:relationep_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_4 ;
  a2a:hasSource oa:source_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2 .

oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person-cc136201-8565-a347-e060-b9d3ea6c24a4
  a a2a:Person ;
  rdfs:label "Jan Janssen van Delft" ;
  a2a:PersonName [
    rdfs:label "Jan Janssen van Delft" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Janssen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Delft"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person-38e8c763-f540-9e99-1172-dba7dde11fde
  a a2a:Person ;
  rdfs:label "Joanna Joannis Willems van den Bogert" ;
  a2a:PersonName [
    rdfs:label "Joanna Joannis Willems van den Bogert" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePatronym "Joannis Willems" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bogert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person-a310a768-3162-22ee-ea77-40592934bee2
  a a2a:Person ;
  rdfs:label "Anna N.N." ;
  a2a:PersonName [
    rdfs:label "Anna N.N." ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person-b44c44e1-ce6a-38db-72ed-57c46544c65e
  a a2a:Person ;
  rdfs:label "Joannes Petri" ;
  a2a:PersonName [
    rdfs:label "Joannes Petri" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Petri"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person-dc6bd4d2-f951-24d9-dcbb-ec0358b96bae
  a a2a:Person ;
  rdfs:label "Albertus Joannis Petri" ;
  a2a:PersonName [
    rdfs:label "Albertus Joannis Petri" ;
    a2a:PersonNameFirstName "Albertus" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNameLastName "Petri"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1678" ;
    a2a:Month "3" ;
    a2a:Day "30" ;
    rdfs:label "1678-03-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person:cc136201-8565-a347-e060-b9d3ea6c24a4 ;
  a2a:EventKeyRef oa:event_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Event1 .

oa:relationep_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person:38e8c763-f540-9e99-1172-dba7dde11fde ;
  a2a:EventKeyRef oa:event_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Event1 .

oa:relationep_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person:a310a768-3162-22ee-ea77-40592934bee2 ;
  a2a:EventKeyRef oa:event_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Event1 .

oa:relationep_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person:b44c44e1-ce6a-38db-72ed-57c46544c65e ;
  a2a:EventKeyRef oa:event_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Event1 .

oa:relationep_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Person:dc6bd4d2-f951-24d9-dcbb-ec0358b96bae ;
  a2a:EventKeyRef oa:event_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2_Event1 .

oa:source_bhi_e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel", "1678-03-30 - 1678-03-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1678-03-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1678-03-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1678" ;
    a2a:Month "3" ;
    a2a:Day "30" ;
    rdfs:label "1678-03-30"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3, Periode: 1664-1685" ;
    a2a:Book "Schijndel RK doopboek 1664-1685" ;
    a2a:RegistryNumber "3" ;
    a2a:Folio "66v04" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3, Periode: 1664-1685, Schijndel RK doopboek 1664-1685, 3, 66v04"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f8da7bca-c158-8d71-e616-5ff2f2f8a6be.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f8da7bca-c158-8d71-e616-5ff2f2f8a6be.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-10-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2" ;
  a2a:RecordGUID "{e9c01d90-e5fb-cfcb-29b9-32dc867cdcf2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_38617_00038617.xml van BHI" .

