@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_e69bea4e-851a-a925-2d4c-dd9cc16e86b4
  a a2a:Record ;
  rdfs:label "Doop op 12 februari 1653 te Nistelrode" ;
  a2a:hasPerson oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person-b4b5866f-eb1e-981d-45eb-7cdbffd67128, oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person-30e7b1d9-6633-edf4-cfd7-aa047d214c25, oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person-32c3b846-8cef-eec0-963a-6660d80a8b30, oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person-de1b30ff-73a7-4c9a-94e4-64049fd7ece4, oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person-df3016b0-48f0-3e3b-175b-53f1bf1803b6 ;
  a2a:hasEvent oa:event_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_0, oa:relationep_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_1, oa:relationep_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_2, oa:relationep_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_3, oa:relationep_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_4 ;
  a2a:hasSource oa:source_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4 .

oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person-b4b5866f-eb1e-981d-45eb-7cdbffd67128
  a a2a:Person ;
  rdfs:label "Neesken Jan Willems" ;
  a2a:PersonName [
    rdfs:label "Neesken Jan Willems" ;
    a2a:PersonNameFirstName "Neesken" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person-30e7b1d9-6633-edf4-cfd7-aa047d214c25
  a a2a:Person ;
  rdfs:label "Jenneken Jan Roeloefs" ;
  a2a:PersonName [
    rdfs:label "Jenneken Jan Roeloefs" ;
    a2a:PersonNameFirstName "Jenneken" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Roeloefs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person-32c3b846-8cef-eec0-963a-6660d80a8b30
  a a2a:Person ;
  rdfs:label "Griet N.N." ;
  a2a:PersonName [
    rdfs:label "Griet N.N." ;
    a2a:PersonNameFirstName "Griet" ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person-de1b30ff-73a7-4c9a-94e4-64049fd7ece4
  a a2a:Person ;
  rdfs:label "Pauwels Henrick Roeloefs" ;
  a2a:PersonName [
    rdfs:label "Pauwels Henrick Roeloefs" ;
    a2a:PersonNameFirstName "Pauwels" ;
    a2a:PersonNamePatronym "Henrick" ;
    a2a:PersonNameLastName "Roeloefs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person-df3016b0-48f0-3e3b-175b-53f1bf1803b6
  a a2a:Person ;
  rdfs:label "Pauwelsken Roeloefs" ;
  a2a:PersonName [
    rdfs:label "Pauwelsken Roeloefs" ;
    a2a:PersonNameFirstName "Pauwelsken" ;
    a2a:PersonNameLastName "Roeloefs"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1653" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1653-02-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nistelrode" ;
    rdfs:label "Nistelrode"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person:b4b5866f-eb1e-981d-45eb-7cdbffd67128 ;
  a2a:EventKeyRef oa:event_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Event1 .

oa:relationep_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person:30e7b1d9-6633-edf4-cfd7-aa047d214c25 ;
  a2a:EventKeyRef oa:event_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Event1 .

oa:relationep_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person:32c3b846-8cef-eec0-963a-6660d80a8b30 ;
  a2a:EventKeyRef oa:event_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Event1 .

oa:relationep_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person:de1b30ff-73a7-4c9a-94e4-64049fd7ece4 ;
  a2a:EventKeyRef oa:event_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Event1 .

oa:relationep_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Person:df3016b0-48f0-3e3b-175b-53f1bf1803b6 ;
  a2a:EventKeyRef oa:event_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4_Event1 .

oa:source_bhi_e69bea4e-851a-a925-2d4c-dd9cc16e86b4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Nistelrode" ;
    rdfs:label "Nistelrode", "1653-02-12 - 1653-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1653-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1653-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1653" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1653-02-12"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: Boek, Deel: 11, Periode: 1650-1658" ;
    a2a:Book "Nistelrode doopboek 1650-1658" ;
    a2a:RegistryNumber "11" ;
    a2a:Folio "10-04" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: Boek, Deel: 11, Periode: 1650-1658, Nistelrode doopboek 1650-1658, 11, 10-04"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4b399a8f-8bea-a44f-fa2d-baa0bd2af185.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4b399a8f-8bea-a44f-fa2d-baa0bd2af185.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-06-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e69bea4e-851a-a925-2d4c-dd9cc16e86b4" ;
  a2a:RecordGUID "{e69bea4e-851a-a925-2d4c-dd9cc16e86b4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_38147_00038147.xml van BHI" .

