@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_16804231-ac18-e1be-57c5-e1b928b29430
  a a2a:Record ;
  rdfs:label "Doop op 20 mei 1798 te Uden" ;
  a2a:hasPerson oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person-a186946f-c5a8-d4ef-10ce-8984a3ca83c3, oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person-f97268b5-aee1-e94b-6d17-3873e57d2ac8, oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person-8d448c76-fbf3-3502-6014-f3e25c98b1b2, oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person-de84fca2-9f08-173f-a2ab-f2821735e3f6, oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person-93320700-829a-4f6e-4445-73a66ff0fe00 ;
  a2a:hasEvent oa:event_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_16804231-ac18-e1be-57c5-e1b928b29430_0, oa:relationep_bhi_16804231-ac18-e1be-57c5-e1b928b29430_1, oa:relationep_bhi_16804231-ac18-e1be-57c5-e1b928b29430_2, oa:relationep_bhi_16804231-ac18-e1be-57c5-e1b928b29430_3, oa:relationep_bhi_16804231-ac18-e1be-57c5-e1b928b29430_4 ;
  a2a:hasSource oa:source_bhi_16804231-ac18-e1be-57c5-e1b928b29430 .

oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person-a186946f-c5a8-d4ef-10ce-8984a3ca83c3
  a a2a:Person ;
  rdfs:label "Joannes Franken" ;
  a2a:PersonName [
    rdfs:label "Joannes Franken" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Franken"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person-f97268b5-aee1-e94b-6d17-3873e57d2ac8
  a a2a:Person ;
  rdfs:label "Leonardus Franken" ;
  a2a:PersonName [
    rdfs:label "Leonardus Franken" ;
    a2a:PersonNameFirstName "Leonardus" ;
    a2a:PersonNameLastName "Franken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person-8d448c76-fbf3-3502-6014-f3e25c98b1b2
  a a2a:Person ;
  rdfs:label "Anna Maria Schwarts" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Schwarts" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Schwarts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person-de84fca2-9f08-173f-a2ab-f2821735e3f6
  a a2a:Person ;
  rdfs:label "Anna Maria Franken" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Franken" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Franken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person-93320700-829a-4f6e-4445-73a66ff0fe00
  a a2a:Person ;
  rdfs:label "N.N. N.N." ;
  a2a:PersonName [
    rdfs:label "N.N. N.N." ;
    a2a:PersonNameFirstName "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1798" ;
    a2a:Month "5" ;
    a2a:Day "20" ;
    rdfs:label "1798-05-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Uden" ;
    rdfs:label "Uden"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_16804231-ac18-e1be-57c5-e1b928b29430_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person:a186946f-c5a8-d4ef-10ce-8984a3ca83c3 ;
  a2a:EventKeyRef oa:event_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Event1 .

oa:relationep_bhi_16804231-ac18-e1be-57c5-e1b928b29430_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person:f97268b5-aee1-e94b-6d17-3873e57d2ac8 ;
  a2a:EventKeyRef oa:event_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Event1 .

oa:relationep_bhi_16804231-ac18-e1be-57c5-e1b928b29430_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person:8d448c76-fbf3-3502-6014-f3e25c98b1b2 ;
  a2a:EventKeyRef oa:event_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Event1 .

oa:relationep_bhi_16804231-ac18-e1be-57c5-e1b928b29430_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person:de84fca2-9f08-173f-a2ab-f2821735e3f6 ;
  a2a:EventKeyRef oa:event_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Event1 .

oa:relationep_bhi_16804231-ac18-e1be-57c5-e1b928b29430_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Person:93320700-829a-4f6e-4445-73a66ff0fe00 ;
  a2a:EventKeyRef oa:event_bhi_16804231-ac18-e1be-57c5-e1b928b29430_Event1 .

oa:source_bhi_16804231-ac18-e1be-57c5-e1b928b29430
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Uden" ;
    rdfs:label "Uden", "1798-05-20 - 1798-05-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1798-05-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1798-05-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1798" ;
    a2a:Month "5" ;
    a2a:Day "20" ;
    rdfs:label "1798-05-20"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 12, Periode: 1783-1804" ;
    a2a:Book "Rooms-Katholiek doopboek 1783-1804" ;
    a2a:RegistryNumber "12" ;
    a2a:Folio "194v01" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 12, Periode: 1783-1804, Rooms-Katholiek doopboek 1783-1804, 12, 194v01"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/16c565e2-86b3-139e-74e8-4493247bf2f6.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/16c565e2-86b3-139e-74e8-4493247bf2f6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-11-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/16804231-ac18-e1be-57c5-e1b928b29430" ;
  a2a:RecordGUID "{16804231-ac18-e1be-57c5-e1b928b29430}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_39757_00039757.xml van BHI" .

[] a2a:PersonRemarkdiversen "onwettig" .
[] a2a:PersonRemarkdiversen "de vader is onbekend" .
