@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_0a7074a9-3a65-e752-e433-43a95a38f8de
  a a2a:Record ;
  rdfs:label "Geboorte op 7 september 1894" ;
  a2a:hasPerson oa:person_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Person-3e7a3e14-de0c-fc34-cfa0-af5e6577a364, oa:person_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Person-f3b58b11-f330-a446-5e7b-13dbf8fff5c9, oa:person_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Person-579eb26a-2ec8-37c6-5f6f-6c3c3e398329 ;
  a2a:hasEvent oa:event_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_0, oa:relationep_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_1, oa:relationep_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_2 ;
  a2a:hasSource oa:source_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de .

oa:person_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Person-3e7a3e14-de0c-fc34-cfa0-af5e6577a364
  a a2a:Person ;
  rdfs:label "Cornelia Slobbeek" ;
  a2a:PersonName [
    rdfs:label "Cornelia Slobbeek" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Slobbeek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Person-f3b58b11-f330-a446-5e7b-13dbf8fff5c9
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Person-579eb26a-2ec8-37c6-5f6f-6c3c3e398329
  a a2a:Person ;
  rdfs:label "Willem Slobbeek" ;
  a2a:PersonName [
    rdfs:label "Willem Slobbeek" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Slobbeek"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1894" ;
    a2a:Month "9" ;
    a2a:Day "7" ;
    rdfs:label "1894-09-07"^^xsd:date
  ] .

oa:event_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "9" ;
    a2a:Day "7" ;
    rdfs:label "1894-09-07"^^xsd:date
  ] .

oa:relationep_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Person:3e7a3e14-de0c-fc34-cfa0-af5e6577a364 ;
  a2a:EventKeyRef oa:event_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Event1 .

oa:relationep_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Person:f3b58b11-f330-a446-5e7b-13dbf8fff5c9 ;
  a2a:EventKeyRef oa:event_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Event1 .

oa:relationep_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Person:579eb26a-2ec8-37c6-5f6f-6c3c3e398329 ;
  a2a:EventKeyRef oa:event_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de_Event1 .

oa:source_bhi_0a7074a9-3a65-e752-e433-43a95a38f8de
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1894-09-10 - 1894-09-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-09-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-09-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1894" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1894-09-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1196, Periode: 1894" ;
    a2a:Book "Geboorteregister 1894" ;
    a2a:DocumentNumber "616" ;
    a2a:RegistryNumber "1196" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1196, Periode: 1894, Geboorteregister 1894, 616, 1196"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/56a6742b-875f-3f39-125c-d1da7589b692.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/56a6742b-875f-3f39-125c-d1da7589b692.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0a7074a9-3a65-e752-e433-43a95a38f8de" ;
  a2a:RecordGUID "{0a7074a9-3a65-e752-e433-43a95a38f8de}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2903_00002903.xml van BHI" .

