@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_2bfcfab0-3e05-e09b-9104-69f20007fbfe
  a a2a:Record ;
  rdfs:label "Doop op 12 december 1784 te Oss" ;
  a2a:hasPerson oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person-2635144c-6002-a357-4972-850df197d117, oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person-afb8e7b0-eb50-7d2a-3acd-61598a056bbf, oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person-e34cbbb5-7383-33c1-559f-d9dbd72ec96e, oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person-4e02f06a-3f7c-77da-79c4-50dbaa4309e7 ;
  a2a:hasEvent oa:event_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_0, oa:relationep_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_1, oa:relationep_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_2, oa:relationep_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_3 ;
  a2a:hasSource oa:source_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe .

oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person-2635144c-6002-a357-4972-850df197d117
  a a2a:Person ;
  rdfs:label "Elske Joannis Crocke" ;
  a2a:PersonName [
    rdfs:label "Elske Joannis Crocke" ;
    a2a:PersonNameFirstName "Elske" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNameLastName "Crocke"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person-afb8e7b0-eb50-7d2a-3acd-61598a056bbf
  a a2a:Person ;
  rdfs:label "Joanna Maria Joannis Crocke" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Joannis Crocke" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNameLastName "Crocke"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person-e34cbbb5-7383-33c1-559f-d9dbd72ec96e
  a a2a:Person ;
  rdfs:label "Rudolphus Petri van Uden" ;
  a2a:PersonName [
    rdfs:label "Rudolphus Petri van Uden" ;
    a2a:PersonNameFirstName "Rudolphus" ;
    a2a:PersonNamePatronym "Petri" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Uden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person-4e02f06a-3f7c-77da-79c4-50dbaa4309e7
  a a2a:Person ;
  rdfs:label "Joannes Rudolphi van Uden" ;
  a2a:PersonName [
    rdfs:label "Joannes Rudolphi van Uden" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePatronym "Rudolphi" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Uden"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1784" ;
    a2a:Month "12" ;
    a2a:Day "12" ;
    rdfs:label "1784-12-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oss" ;
    rdfs:label "Oss"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person:2635144c-6002-a357-4972-850df197d117 ;
  a2a:EventKeyRef oa:event_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Event1 .

oa:relationep_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person:afb8e7b0-eb50-7d2a-3acd-61598a056bbf ;
  a2a:EventKeyRef oa:event_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Event1 .

oa:relationep_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person:e34cbbb5-7383-33c1-559f-d9dbd72ec96e ;
  a2a:EventKeyRef oa:event_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Event1 .

oa:relationep_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Person:4e02f06a-3f7c-77da-79c4-50dbaa4309e7 ;
  a2a:EventKeyRef oa:event_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe_Event1 .

oa:source_bhi_2bfcfab0-3e05-e09b-9104-69f20007fbfe
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oss" ;
    rdfs:label "Oss", "1784-12-12 - 1784-12-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1784-12-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1784-12-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1784" ;
    a2a:Month "12" ;
    a2a:Day "12" ;
    rdfs:label "1784-12-12"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: BHIC, Bron: boek, Deel: 6, Periode: 1774-1805" ;
    a2a:Book "Dopen" ;
    a2a:RegistryNumber "6" ;
    a2a:Folio "103-05" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: boek, Deel: 6, Periode: 1774-1805, Dopen, 6, 103-05"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/dc49cc5a-8476-1ec8-787c-1f042d76a1b5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/dc49cc5a-8476-1ec8-787c-1f042d76a1b5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-03-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2bfcfab0-3e05-e09b-9104-69f20007fbfe" ;
  a2a:RecordGUID "{2bfcfab0-3e05-e09b-9104-69f20007fbfe}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_40736_00040736.xml van BHI" .

