@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_4044400a-c79a-17b1-351d-784c93daa3dc
  a a2a:Record ;
  rdfs:label "Geboorte op 20 december 1836" ;
  a2a:hasPerson oa:person_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Person-093b40ae-db6a-b706-7116-4f58ea8dfd6b, oa:person_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Person-c7cbafeb-a6ac-91f2-f810-d21cc8dcd8da, oa:person_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Person-d72b96af-d712-e994-ace6-21147d042d85 ;
  a2a:hasEvent oa:event_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_0, oa:relationep_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_1, oa:relationep_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_2 ;
  a2a:hasSource oa:source_bhi_4044400a-c79a-17b1-351d-784c93daa3dc .

oa:person_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Person-093b40ae-db6a-b706-7116-4f58ea8dfd6b
  a a2a:Person ;
  rdfs:label "Catharina Amelia Schlegel" ;
  a2a:PersonName [
    rdfs:label "Catharina Amelia Schlegel" ;
    a2a:PersonNameFirstName "Catharina Amelia" ;
    a2a:PersonNameLastName "Schlegel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Person-c7cbafeb-a6ac-91f2-f810-d21cc8dcd8da
  a a2a:Person ;
  rdfs:label "Anna Adriana Schaddelee" ;
  a2a:PersonName [
    rdfs:label "Anna Adriana Schaddelee" ;
    a2a:PersonNameFirstName "Anna Adriana" ;
    a2a:PersonNameLastName "Schaddelee"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1836" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1836-12-20"^^xsd:date
  ] .

oa:person_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Person-d72b96af-d712-e994-ace6-21147d042d85
  a a2a:Person ;
  rdfs:label "Pieter Schaddelee" ;
  a2a:PersonName [
    rdfs:label "Pieter Schaddelee" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Schaddelee"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1836" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1836-12-20"^^xsd:date
  ] .

oa:relationep_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Person:093b40ae-db6a-b706-7116-4f58ea8dfd6b ;
  a2a:EventKeyRef oa:event_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Event1 .

oa:relationep_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Person:c7cbafeb-a6ac-91f2-f810-d21cc8dcd8da ;
  a2a:EventKeyRef oa:event_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Event1 .

oa:relationep_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Person:d72b96af-d712-e994-ace6-21147d042d85 ;
  a2a:EventKeyRef oa:event_bhi_4044400a-c79a-17b1-351d-784c93daa3dc_Event1 .

oa:source_bhi_4044400a-c79a-17b1-351d-784c93daa3dc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam", "1836-12-22 - 1836-12-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1836-12-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1836-12-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1836" ;
    a2a:Month "12" ;
    a2a:Day "22" ;
    rdfs:label "1836-12-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8869, Periode: 1836" ;
    a2a:Book "Geboorteregister Werkendam 1836" ;
    a2a:DocumentNumber "57" ;
    a2a:RegistryNumber "8869" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8869, Periode: 1836, Geboorteregister Werkendam 1836, 57, 8869"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5e3f03ae-bbd3-470a-6390-7b92e7ada579.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5e3f03ae-bbd3-470a-6390-7b92e7ada579.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-02-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4044400a-c79a-17b1-351d-784c93daa3dc" ;
  a2a:RecordGUID "{4044400a-c79a-17b1-351d-784c93daa3dc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_943_00000943.xml van BHI" .

