@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_8725d595-29c2-bfce-b698-d17065e68cd1
  a a2a:Record ;
  rdfs:label "Doop op 22 september 1748 te Grave" ;
  a2a:hasPerson oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person-5e83e434-82d3-f0a6-4f15-4dc7a654c192, oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person-2fc84ee6-ebde-8d5d-85ca-7f581ad80e69, oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person-620c7958-fcf8-5654-9f37-cbd5c0cd4ddc, oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person-620f9022-969e-d159-4aba-467b7123203e ;
  a2a:hasEvent oa:event_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_0, oa:relationep_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_1, oa:relationep_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_2, oa:relationep_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_3 ;
  a2a:hasSource oa:source_bhi_8725d595-29c2-bfce-b698-d17065e68cd1 .

oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person-5e83e434-82d3-f0a6-4f15-4dc7a654c192
  a a2a:Person ;
  rdfs:label "Josephus Rompel" ;
  a2a:PersonName [
    rdfs:label "Josephus Rompel" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Rompel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person-2fc84ee6-ebde-8d5d-85ca-7f581ad80e69
  a a2a:Person ;
  rdfs:label "Josephus Matthaeus Stokkers" ;
  a2a:PersonName [
    rdfs:label "Josephus Matthaeus Stokkers" ;
    a2a:PersonNameFirstName "Josephus Matthaeus" ;
    a2a:PersonNameLastName "Stokkers"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person-620c7958-fcf8-5654-9f37-cbd5c0cd4ddc
  a a2a:Person ;
  rdfs:label "Bernardus Stokkers" ;
  a2a:PersonName [
    rdfs:label "Bernardus Stokkers" ;
    a2a:PersonNameFirstName "Bernardus" ;
    a2a:PersonNameLastName "Stokkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person-620f9022-969e-d159-4aba-467b7123203e
  a a2a:Person ;
  rdfs:label "Helena Wierix" ;
  a2a:PersonName [
    rdfs:label "Helena Wierix" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNameLastName "Wierix"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1748" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1748-09-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Grave" ;
    rdfs:label "Grave"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person:5e83e434-82d3-f0a6-4f15-4dc7a654c192 ;
  a2a:EventKeyRef oa:event_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Event1 .

oa:relationep_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person:2fc84ee6-ebde-8d5d-85ca-7f581ad80e69 ;
  a2a:EventKeyRef oa:event_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Event1 .

oa:relationep_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person:620c7958-fcf8-5654-9f37-cbd5c0cd4ddc ;
  a2a:EventKeyRef oa:event_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Event1 .

oa:relationep_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Person:620f9022-969e-d159-4aba-467b7123203e ;
  a2a:EventKeyRef oa:event_bhi_8725d595-29c2-bfce-b698-d17065e68cd1_Event1 .

oa:source_bhi_8725d595-29c2-bfce-b698-d17065e68cd1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Grave" ;
    rdfs:label "Grave", "1748-09-22 - 1748-09-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1748-09-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1748-09-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1748" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1748-09-22"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1, Periode: 1719-1749" ;
    a2a:Book "Rooms-Katholiek doopboek 1719-1749" ;
    a2a:RegistryNumber "1" ;
    a2a:Folio "168r06" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1, Periode: 1719-1749, Rooms-Katholiek doopboek 1719-1749, 1, 168r06"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4bc0de76-2d75-1760-0b1d-fc86b5b0a6c0.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4bc0de76-2d75-1760-0b1d-fc86b5b0a6c0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/8725d595-29c2-bfce-b698-d17065e68cd1" ;
  a2a:RecordGUID "{8725d595-29c2-bfce-b698-d17065e68cd1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_50174_00050174.xml van BHI" .

