@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_5d267933-e24b-c57e-5ccd-0baac4093472
  a a2a:Record ;
  rdfs:label "Geboorte op 31 oktober 1895" ;
  a2a:hasPerson oa:person_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Person-f3642439-9d65-c3c6-1e2b-0f7b79fa26dd, oa:person_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Person-8fc3b6eb-8ad7-399c-1496-33e87c581088, oa:person_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Person-4ec242fb-88e5-2fbf-b324-e4d0324a7f5f ;
  a2a:hasEvent oa:event_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_0, oa:relationep_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_1, oa:relationep_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_2 ;
  a2a:hasSource oa:source_bhi_5d267933-e24b-c57e-5ccd-0baac4093472 .

oa:person_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Person-f3642439-9d65-c3c6-1e2b-0f7b79fa26dd
  a a2a:Person ;
  rdfs:label "Cornelia Johanna Hendrika Jonkers" ;
  a2a:PersonName [
    rdfs:label "Cornelia Johanna Hendrika Jonkers" ;
    a2a:PersonNameFirstName "Cornelia Johanna Hendrika" ;
    a2a:PersonNameLastName "Jonkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Person-8fc3b6eb-8ad7-399c-1496-33e87c581088
  a a2a:Person ;
  rdfs:label "Everardus Stephanus Scheerder" ;
  a2a:PersonName [
    rdfs:label "Everardus Stephanus Scheerder" ;
    a2a:PersonNameFirstName "Everardus Stephanus" ;
    a2a:PersonNameLastName "Scheerder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Person-4ec242fb-88e5-2fbf-b324-e4d0324a7f5f
  a a2a:Person ;
  rdfs:label "Johannes Stephanus Everardus Scheerder" ;
  a2a:PersonName [
    rdfs:label "Johannes Stephanus Everardus Scheerder" ;
    a2a:PersonNameFirstName "Johannes Stephanus Everardus" ;
    a2a:PersonNameLastName "Scheerder"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1895-10-31"^^xsd:date
  ] .

oa:event_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1895" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1895-10-31"^^xsd:date
  ] .

oa:relationep_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Person:f3642439-9d65-c3c6-1e2b-0f7b79fa26dd ;
  a2a:EventKeyRef oa:event_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Event1 .

oa:relationep_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Person:8fc3b6eb-8ad7-399c-1496-33e87c581088 ;
  a2a:EventKeyRef oa:event_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Event1 .

oa:relationep_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Person:4ec242fb-88e5-2fbf-b324-e4d0324a7f5f ;
  a2a:EventKeyRef oa:event_bhi_5d267933-e24b-c57e-5ccd-0baac4093472_Event1 .

oa:source_bhi_5d267933-e24b-c57e-5ccd-0baac4093472
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1895-11-01 - 1895-11-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-11-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-11-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1895" ;
    a2a:Month "11" ;
    a2a:Day "1" ;
    rdfs:label "1895-11-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1197, Periode: 1895" ;
    a2a:Book "Geboorteregister 1895" ;
    a2a:DocumentNumber "733" ;
    a2a:RegistryNumber "1197" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1197, Periode: 1895, Geboorteregister 1895, 733, 1197"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ef2590b7-6d7a-41c0-f35d-7c87a5ac1642.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ef2590b7-6d7a-41c0-f35d-7c87a5ac1642.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5d267933-e24b-c57e-5ccd-0baac4093472" ;
  a2a:RecordGUID "{5d267933-e24b-c57e-5ccd-0baac4093472}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2433_00002433.xml van BHI" .

