@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_270ae6b4-21ff-620c-9b92-e5c8124ef403
  a a2a:Record ;
  rdfs:label "Geboorte op 13 februari 1900" ;
  a2a:hasPerson oa:person_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Person-c2ea3f03-a0d6-14af-dce0-1ae822181c21, oa:person_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Person-10cef79a-b534-70c0-7c97-ea71c35cbf2b, oa:person_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Person-11ee879a-edd8-7f4e-1514-098ea4526e6b ;
  a2a:hasEvent oa:event_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_0, oa:relationep_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_1, oa:relationep_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_2 ;
  a2a:hasSource oa:source_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403 .

oa:person_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Person-c2ea3f03-a0d6-14af-dce0-1ae822181c21
  a a2a:Person ;
  rdfs:label "Johannes Schepers" ;
  a2a:PersonName [
    rdfs:label "Johannes Schepers" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Schepers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Person-10cef79a-b534-70c0-7c97-ea71c35cbf2b
  a a2a:Person ;
  rdfs:label "Joanna Adriana Stuijts" ;
  a2a:PersonName [
    rdfs:label "Joanna Adriana Stuijts" ;
    a2a:PersonNameFirstName "Joanna Adriana" ;
    a2a:PersonNameLastName "Stuijts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Person-11ee879a-edd8-7f4e-1514-098ea4526e6b
  a a2a:Person ;
  rdfs:label "Maria Dimphna Petronella Schepers" ;
  a2a:PersonName [
    rdfs:label "Maria Dimphna Petronella Schepers" ;
    a2a:PersonNameFirstName "Maria Dimphna Petronella" ;
    a2a:PersonNameLastName "Schepers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1900-02-13"^^xsd:date
  ] .

oa:event_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1900-02-13"^^xsd:date
  ] .

oa:relationep_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Person:c2ea3f03-a0d6-14af-dce0-1ae822181c21 ;
  a2a:EventKeyRef oa:event_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Event1 .

oa:relationep_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Person:10cef79a-b534-70c0-7c97-ea71c35cbf2b ;
  a2a:EventKeyRef oa:event_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Event1 .

oa:relationep_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Person:11ee879a-edd8-7f4e-1514-098ea4526e6b ;
  a2a:EventKeyRef oa:event_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403_Event1 .

oa:source_bhi_270ae6b4-21ff-620c-9b92-e5c8124ef403
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1900-02-14 - 1900-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1900-02-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6631, Periode: 1900" ;
    a2a:Book "Geboorteregister Roosendaal 1900" ;
    a2a:DocumentNumber "68" ;
    a2a:RegistryNumber "6631" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6631, Periode: 1900, Geboorteregister Roosendaal 1900, 68, 6631"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/20cf0281-9f93-d20c-75ff-b9b4b0017ced.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/20cf0281-9f93-d20c-75ff-b9b4b0017ced.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/270ae6b4-21ff-620c-9b92-e5c8124ef403" ;
  a2a:RecordGUID "{270ae6b4-21ff-620c-9b92-e5c8124ef403}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_240_00000240.xml van BHI" .

