@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_a2c2f914-e66d-dd69-e593-26bab8f88c8a
  a a2a:Record ;
  rdfs:label "Doop op 4 april 1632 te Grave" ;
  a2a:hasPerson oa:person_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Person-7e20ba8f-24c4-0d4c-6441-dd504319536f, oa:person_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Person-098669a1-511e-f60f-9d5e-286c49b6313c, oa:person_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Person-a040da14-1fbb-f2b8-b5b9-1206a0583a28 ;
  a2a:hasEvent oa:event_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_0, oa:relationep_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_1, oa:relationep_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_2 ;
  a2a:hasSource oa:source_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a .

oa:person_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Person-7e20ba8f-24c4-0d4c-6441-dd504319536f
  a a2a:Person ;
  rdfs:label "Adelheijd Hensen" ;
  a2a:PersonName [
    rdfs:label "Adelheijd Hensen" ;
    a2a:PersonNameFirstName "Adelheijd" ;
    a2a:PersonNameLastName "Hensen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Person-098669a1-511e-f60f-9d5e-286c49b6313c
  a a2a:Person ;
  rdfs:label "Catharina N.N." ;
  a2a:PersonName [
    rdfs:label "Catharina N.N." ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Person-a040da14-1fbb-f2b8-b5b9-1206a0583a28
  a a2a:Person ;
  rdfs:label "Hans Hensen" ;
  a2a:PersonName [
    rdfs:label "Hans Hensen" ;
    a2a:PersonNameFirstName "Hans" ;
    a2a:PersonNameLastName "Hensen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1632" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1632-04-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Grave" ;
    rdfs:label "Grave"
  ] ;
  a2a:EventReligion "Nederduits Gereformeerd" .

oa:relationep_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Person:7e20ba8f-24c4-0d4c-6441-dd504319536f ;
  a2a:EventKeyRef oa:event_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Event1 .

oa:relationep_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Person:098669a1-511e-f60f-9d5e-286c49b6313c ;
  a2a:EventKeyRef oa:event_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Event1 .

oa:relationep_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Person:a040da14-1fbb-f2b8-b5b9-1206a0583a28 ;
  a2a:EventKeyRef oa:event_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a_Event1 .

oa:source_bhi_a2c2f914-e66d-dd69-e593-26bab8f88c8a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Grave" ;
    rdfs:label "Grave", "1632-04-04 - 1632-04-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1632-04-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1632-04-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1632" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1632-04-04"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5, Periode: 1615-1639" ;
    a2a:Book "Nederduits Gereformeerd doopboek 1615-1639" ;
    a2a:RegistryNumber "5" ;
    a2a:Folio "63r16" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5, Periode: 1615-1639, Nederduits Gereformeerd doopboek 1615-1639, 5, 63r16"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/76dfa7ea-e880-e13e-7845-6939042a7dad.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/76dfa7ea-e880-e13e-7845-6939042a7dad.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-05-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a2c2f914-e66d-dd69-e593-26bab8f88c8a" ;
  a2a:RecordGUID "{a2c2f914-e66d-dd69-e593-26bab8f88c8a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_50500_00050500.xml van BHI" .

