@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_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed
  a a2a:Record ;
  rdfs:label "Doop op 24 januari 1798 te Lith" ;
  a2a:hasPerson oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person-9b3fd0f2-d7bd-fc5c-6958-443780dead14, oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person-553138ca-0779-5ad7-efff-edacfc01ab4c, oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person-cdf28eae-9b9e-5d39-7029-d686c720ceee, oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person-e7dc7c5a-fc7a-3e9f-2cab-eb64cb139e73, oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person-063938a6-fde0-9a6b-74d4-5d09ca90f816 ;
  a2a:hasEvent oa:event_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_0, oa:relationep_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_1, oa:relationep_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_2, oa:relationep_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_3, oa:relationep_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_4 ;
  a2a:hasSource oa:source_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed .

oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person-9b3fd0f2-d7bd-fc5c-6958-443780dead14
  a a2a:Person ;
  rdfs:label "Nicolaus Romijnders" ;
  a2a:PersonName [
    rdfs:label "Nicolaus Romijnders" ;
    a2a:PersonNameFirstName "Nicolaus" ;
    a2a:PersonNameLastName "Romijnders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person-553138ca-0779-5ad7-efff-edacfc01ab4c
  a a2a:Person ;
  rdfs:label "Hendrina de Bijl" ;
  a2a:PersonName [
    rdfs:label "Hendrina de Bijl" ;
    a2a:PersonNameFirstName "Hendrina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bijl"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person-cdf28eae-9b9e-5d39-7029-d686c720ceee
  a a2a:Person ;
  rdfs:label "Joanna Dijkhof" ;
  a2a:PersonName [
    rdfs:label "Joanna Dijkhof" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Dijkhof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person-e7dc7c5a-fc7a-3e9f-2cab-eb64cb139e73
  a a2a:Person ;
  rdfs:label "Balduinus van Grinsvent" ;
  a2a:PersonName [
    rdfs:label "Balduinus van Grinsvent" ;
    a2a:PersonNameFirstName "Balduinus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Grinsvent"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person-063938a6-fde0-9a6b-74d4-5d09ca90f816
  a a2a:Person ;
  rdfs:label "Adrianus van Grinsvent" ;
  a2a:PersonName [
    rdfs:label "Adrianus van Grinsvent" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Grinsvent"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1798" ;
    a2a:Month "1" ;
    a2a:Day "24" ;
    rdfs:label "1798-01-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lith" ;
    rdfs:label "Lith"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person:9b3fd0f2-d7bd-fc5c-6958-443780dead14 ;
  a2a:EventKeyRef oa:event_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Event1 .

oa:relationep_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person:553138ca-0779-5ad7-efff-edacfc01ab4c ;
  a2a:EventKeyRef oa:event_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Event1 .

oa:relationep_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person:cdf28eae-9b9e-5d39-7029-d686c720ceee ;
  a2a:EventKeyRef oa:event_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Event1 .

oa:relationep_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person:e7dc7c5a-fc7a-3e9f-2cab-eb64cb139e73 ;
  a2a:EventKeyRef oa:event_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Event1 .

oa:relationep_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Person:063938a6-fde0-9a6b-74d4-5d09ca90f816 ;
  a2a:EventKeyRef oa:event_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed_Event1 .

oa:source_bhi_2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Lith" ;
    rdfs:label "Lith", "1798-01-24 - 1798-01-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1798-01-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1798-01-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1798" ;
    a2a:Month "1" ;
    a2a:Day "24" ;
    rdfs:label "1798-01-24"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: BHIC, Bron: boek, Deel: 5, Periode: 1788-1810" ;
    a2a:Book "Dopen" ;
    a2a:RegistryNumber "5" ;
    a2a:Folio "17v02" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: boek, Deel: 5, Periode: 1788-1810, Dopen, 5, 17v02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/65fd6542-dcdb-4443-4957-c72222862ed9.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/65fd6542-dcdb-4443-4957-c72222862ed9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-09-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed" ;
  a2a:RecordGUID "{2e70f93a-8d7d-7fe2-0d74-23a30e5ce5ed}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_41706_00041706.xml van BHI" .

