@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_d9186a22-e66a-9e91-c741-16ec6c8cdb5a
  a a2a:Record ;
  rdfs:label "Geboorte op 23 januari 1855" ;
  a2a:hasPerson oa:person_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Person-06d1ebfd-6a78-8cb4-e7e5-bec3296e1e01, oa:person_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Person-63568c14-4fda-76d6-8597-611cbf0c4fcb, oa:person_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Person-9b4845d4-8dc7-0bf3-875d-c8f6cc436b89 ;
  a2a:hasEvent oa:event_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_0, oa:relationep_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_1, oa:relationep_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_2 ;
  a2a:hasSource oa:source_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a .

oa:person_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Person-06d1ebfd-6a78-8cb4-e7e5-bec3296e1e01
  a a2a:Person ;
  rdfs:label "Johannes Potters" ;
  a2a:PersonName [
    rdfs:label "Johannes Potters" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Potters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Person-63568c14-4fda-76d6-8597-611cbf0c4fcb
  a a2a:Person ;
  rdfs:label "Ida Cornelia Potters" ;
  a2a:PersonName [
    rdfs:label "Ida Cornelia Potters" ;
    a2a:PersonNameFirstName "Ida Cornelia" ;
    a2a:PersonNameLastName "Potters"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1855" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1855-01-23"^^xsd:date
  ] .

oa:person_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Person-9b4845d4-8dc7-0bf3-875d-c8f6cc436b89
  a a2a:Person ;
  rdfs:label "Anna Maria Bennenbroek" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Bennenbroek" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Bennenbroek"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1855" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1855-01-23"^^xsd:date
  ] .

oa:relationep_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Person:06d1ebfd-6a78-8cb4-e7e5-bec3296e1e01 ;
  a2a:EventKeyRef oa:event_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Event1 .

oa:relationep_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Person:63568c14-4fda-76d6-8597-611cbf0c4fcb ;
  a2a:EventKeyRef oa:event_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Event1 .

oa:relationep_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Person:9b4845d4-8dc7-0bf3-875d-c8f6cc436b89 ;
  a2a:EventKeyRef oa:event_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a_Event1 .

oa:source_bhi_d9186a22-e66a-9e91-c741-16ec6c8cdb5a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1855-01-24 - 1855-01-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1855-01-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1855-01-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1855" ;
    a2a:Month "1" ;
    a2a:Day "24" ;
    rdfs:label "1855-01-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6622, Periode: 1855" ;
    a2a:Book "Geboorteregister Roosendaal 1855" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "6622" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6622, Periode: 1855, Geboorteregister Roosendaal 1855, 13, 6622"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8abe2034-c33e-e435-5cf3-a3c005384ba5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8abe2034-c33e-e435-5cf3-a3c005384ba5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d9186a22-e66a-9e91-c741-16ec6c8cdb5a" ;
  a2a:RecordGUID "{d9186a22-e66a-9e91-c741-16ec6c8cdb5a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_6406_00006406.xml van BHI" .

