@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_766c4a5d-661a-9ef9-e0ee-331ed2cf226e
  a a2a:Record ;
  rdfs:label "Geboorte op 15 december 1811" ;
  a2a:hasPerson oa:person_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Person-015869b3-7c99-52f6-dc02-3f7de77c0022, oa:person_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Person-38c800ac-fcd1-cf43-375e-0023812ad485, oa:person_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Person-c206daa6-2bdb-f0dd-1b73-f7e2be4eee9d ;
  a2a:hasEvent oa:event_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_0, oa:relationep_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_1, oa:relationep_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_2 ;
  a2a:hasSource oa:source_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e .

oa:person_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Person-015869b3-7c99-52f6-dc02-3f7de77c0022
  a a2a:Person ;
  rdfs:label "Jeanne Nelisson" ;
  a2a:PersonName [
    rdfs:label "Jeanne Nelisson" ;
    a2a:PersonNameFirstName "Jeanne" ;
    a2a:PersonNameLastName "Nelisson"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Person-38c800ac-fcd1-cf43-375e-0023812ad485
  a a2a:Person ;
  rdfs:label "Joseph Schakel" ;
  a2a:PersonName [
    rdfs:label "Joseph Schakel" ;
    a2a:PersonNameFirstName "Joseph" ;
    a2a:PersonNameLastName "Schakel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Person-c206daa6-2bdb-f0dd-1b73-f7e2be4eee9d
  a a2a:Person ;
  rdfs:label "Jeanne Schakel" ;
  a2a:PersonName [
    rdfs:label "Jeanne Schakel" ;
    a2a:PersonNameFirstName "Jeanne" ;
    a2a:PersonNameLastName "Schakel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1811" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1811-12-15"^^xsd:date
  ] .

oa:event_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1811-12-15"^^xsd:date
  ] .

oa:relationep_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Person:015869b3-7c99-52f6-dc02-3f7de77c0022 ;
  a2a:EventKeyRef oa:event_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Event1 .

oa:relationep_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Person:38c800ac-fcd1-cf43-375e-0023812ad485 ;
  a2a:EventKeyRef oa:event_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Event1 .

oa:relationep_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Person:c206daa6-2bdb-f0dd-1b73-f7e2be4eee9d ;
  a2a:EventKeyRef oa:event_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e_Event1 .

oa:source_bhi_766c4a5d-661a-9ef9-e0ee-331ed2cf226e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1811-12-16 - 1811-12-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-12-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-12-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1811-12-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1170, Periode: 1811" ;
    a2a:Book "Geboorteregister 1811" ;
    a2a:DocumentNumber "299" ;
    a2a:RegistryNumber "1170" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1170, Periode: 1811, Geboorteregister 1811, 299, 1170"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/35e24fc2-349c-9357-731f-6bf8f7d69f31.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/35e24fc2-349c-9357-731f-6bf8f7d69f31.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/766c4a5d-661a-9ef9-e0ee-331ed2cf226e" ;
  a2a:RecordGUID "{766c4a5d-661a-9ef9-e0ee-331ed2cf226e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2774_00002774.xml van BHI" .

