@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_c0174edb-3fb2-310b-8277-e1edc4236a9d
  a a2a:Record ;
  rdfs:label "Doop op 24 mei 1760 te Grave" ;
  a2a:hasPerson oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person-7ccf7532-ee43-a5e6-a701-aa93bbbd940d, oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person-a34ec9a2-d37a-7ae0-7cf8-6065d7471ef5, oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person-a2ac28a6-2712-81a1-0c60-fa6349adcc81, oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person-aa27a2fd-86aa-9271-bad1-0faaf12cecb1 ;
  a2a:hasEvent oa:event_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_0, oa:relationep_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_1, oa:relationep_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_2, oa:relationep_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_3 ;
  a2a:hasSource oa:source_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d .

oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person-7ccf7532-ee43-a5e6-a701-aa93bbbd940d
  a a2a:Person ;
  rdfs:label "Maria Aldegonda Bockhorst" ;
  a2a:PersonName [
    rdfs:label "Maria Aldegonda Bockhorst" ;
    a2a:PersonNameFirstName "Maria Aldegonda" ;
    a2a:PersonNameLastName "Bockhorst"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person-a34ec9a2-d37a-7ae0-7cf8-6065d7471ef5
  a a2a:Person ;
  rdfs:label "Anna Maria Lelivelt" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Lelivelt" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Lelivelt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person-a2ac28a6-2712-81a1-0c60-fa6349adcc81
  a a2a:Person ;
  rdfs:label "Joannes Bockhorst" ;
  a2a:PersonName [
    rdfs:label "Joannes Bockhorst" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Bockhorst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person-aa27a2fd-86aa-9271-bad1-0faaf12cecb1
  a a2a:Person ;
  rdfs:label "Maria Baet Lelivelt" ;
  a2a:PersonName [
    rdfs:label "Maria Baet Lelivelt" ;
    a2a:PersonNameFirstName "Maria Baet" ;
    a2a:PersonNameLastName "Lelivelt"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1760" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1760-05-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Grave" ;
    rdfs:label "Grave"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person:7ccf7532-ee43-a5e6-a701-aa93bbbd940d ;
  a2a:EventKeyRef oa:event_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Event1 .

oa:relationep_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person:a34ec9a2-d37a-7ae0-7cf8-6065d7471ef5 ;
  a2a:EventKeyRef oa:event_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Event1 .

oa:relationep_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person:a2ac28a6-2712-81a1-0c60-fa6349adcc81 ;
  a2a:EventKeyRef oa:event_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Event1 .

oa:relationep_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Person:aa27a2fd-86aa-9271-bad1-0faaf12cecb1 ;
  a2a:EventKeyRef oa:event_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d_Event1 .

oa:source_bhi_c0174edb-3fb2-310b-8277-e1edc4236a9d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Grave" ;
    rdfs:label "Grave", "1760-05-24 - 1760-05-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1760-05-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1760-05-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1760" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1760-05-24"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2, Periode: 1749-1768" ;
    a2a:Book "Rooms-Katholiek doopboek 1749-1768" ;
    a2a:RegistryNumber "2" ;
    a2a:Folio "63r01" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2, Periode: 1749-1768, Rooms-Katholiek doopboek 1749-1768, 2, 63r01"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/80c1c4ac-0d94-88e6-c545-acba684e109a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/80c1c4ac-0d94-88e6-c545-acba684e109a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-05-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c0174edb-3fb2-310b-8277-e1edc4236a9d" ;
  a2a:RecordGUID "{c0174edb-3fb2-310b-8277-e1edc4236a9d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_51420_00051420.xml van BHI" .

[] a2a:PersonRemarkdiversen "soldaat, niet-katholiek" .
