@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_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e
  a a2a:Record ;
  rdfs:label "Doop op 7 maart 1790 te Sint Anthonis" ;
  a2a:hasPerson oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-4eb95c4c-711d-b875-aa5a-2ec43f344b5e, oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-e177cd0a-d36e-79f7-9017-1fc816327ad6, oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-8bede69c-0b64-2037-0a94-48fa6506b042, oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-8ecaff33-18ca-df8a-9908-be504eb03379, oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-49d8aae9-a248-a398-8699-179cfefc7ee0, oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-d4d11807-39aa-eb1f-3095-b97803688bec ;
  a2a:hasEvent oa:event_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_0, oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_1, oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_2, oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_3, oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_4, oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_5 ;
  a2a:hasSource oa:source_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e .

oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-4eb95c4c-711d-b875-aa5a-2ec43f344b5e
  a a2a:Person ;
  rdfs:label "Jordanus Hendrix" ;
  a2a:PersonName [
    rdfs:label "Jordanus Hendrix" ;
    a2a:PersonNameFirstName "Jordanus" ;
    a2a:PersonNameLastName "Hendrix"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-e177cd0a-d36e-79f7-9017-1fc816327ad6
  a a2a:Person ;
  rdfs:label "Wilhelmus Hendriks" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Hendriks" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Hendriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-8bede69c-0b64-2037-0a94-48fa6506b042
  a a2a:Person ;
  rdfs:label "Elizabeth van Melis" ;
  a2a:PersonName [
    rdfs:label "Elizabeth van Melis" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Melis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-8ecaff33-18ca-df8a-9908-be504eb03379
  a a2a:Person ;
  rdfs:label "Arnolda Andreae Houba" ;
  a2a:PersonName [
    rdfs:label "Arnolda Andreae Houba" ;
    a2a:PersonNameFirstName "Arnolda" ;
    a2a:PersonNamePatronym "Andreae" ;
    a2a:PersonNameLastName "Houba"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-49d8aae9-a248-a398-8699-179cfefc7ee0
  a a2a:Person ;
  rdfs:label "Gerardus Rijnen" ;
  a2a:PersonName [
    rdfs:label "Gerardus Rijnen" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNameLastName "Rijnen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person-d4d11807-39aa-eb1f-3095-b97803688bec
  a a2a:Person ;
  rdfs:label "Petronilla Rijnen" ;
  a2a:PersonName [
    rdfs:label "Petronilla Rijnen" ;
    a2a:PersonNameFirstName "Petronilla" ;
    a2a:PersonNameLastName "Rijnen"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1790" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1790-03-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sint Anthonis" ;
    rdfs:label "Sint Anthonis"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person:4eb95c4c-711d-b875-aa5a-2ec43f344b5e ;
  a2a:EventKeyRef oa:event_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Event1 .

oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person:e177cd0a-d36e-79f7-9017-1fc816327ad6 ;
  a2a:EventKeyRef oa:event_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Event1 .

oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person:8bede69c-0b64-2037-0a94-48fa6506b042 ;
  a2a:EventKeyRef oa:event_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Event1 .

oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person:8ecaff33-18ca-df8a-9908-be504eb03379 ;
  a2a:EventKeyRef oa:event_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Event1 .

oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person:49d8aae9-a248-a398-8699-179cfefc7ee0 ;
  a2a:EventKeyRef oa:event_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Event1 .

oa:relationep_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_5
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Person:d4d11807-39aa-eb1f-3095-b97803688bec ;
  a2a:EventKeyRef oa:event_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e_Event1 .

oa:source_bhi_0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oploo, Sint Anthonis en Ledeacker" ;
    rdfs:label "Oploo, Sint Anthonis en Ledeacker", "1790-03-07 - 1790-03-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1790-03-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1790-03-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1790" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1790-03-07"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Brabants Historisch Informatie Centrum, Bron: boek, Deel: 10, Periode: 1699-1804" ;
    a2a:Book "Sint Anthonis RK doopboek 1699-1804" ;
    a2a:RegistryNumber "10" ;
    a2a:Folio "413-01" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: Brabants Historisch Informatie Centrum, Bron: boek, Deel: 10, Periode: 1699-1804, Sint Anthonis RK doopboek 1699-1804, 10, 413-01"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f8920460-cb31-419f-bc59-78c28c2f43cd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f8920460-cb31-419f-bc59-78c28c2f43cd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-06-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e" ;
  a2a:RecordGUID "{0bd52c79-c53e-0f2a-bc86-80bd1d2bce3e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_40406_00040406.xml van BHI" .

[] a2a:PersonRemarkdiversen "uit Sint Anthonis" .
[] a2a:PersonRemarkdiversen "uit Sint Anthonis" .
