@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_295b0f70-a895-e5b2-82df-5a53cfebff15
  a a2a:Record ;
  rdfs:label "Geboorte op 13 februari 1895" ;
  a2a:hasPerson oa:person_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Person-d7eade45-18e2-c12d-03d8-3dbbe19b0eac, oa:person_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Person-19abf32d-0dc7-b94c-a9ea-72996f560c38, oa:person_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Person-1e2055a4-280f-cc95-fd33-aa8b5ecb1364 ;
  a2a:hasEvent oa:event_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_0, oa:relationep_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_1, oa:relationep_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_2 ;
  a2a:hasSource oa:source_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15 .

oa:person_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Person-d7eade45-18e2-c12d-03d8-3dbbe19b0eac
  a a2a:Person ;
  rdfs:label "Jacoba Rijpert" ;
  a2a:PersonName [
    rdfs:label "Jacoba Rijpert" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Rijpert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Person-19abf32d-0dc7-b94c-a9ea-72996f560c38
  a a2a:Person ;
  rdfs:label "Hendrik Jan Hofmann" ;
  a2a:PersonName [
    rdfs:label "Hendrik Jan Hofmann" ;
    a2a:PersonNameFirstName "Hendrik Jan" ;
    a2a:PersonNameLastName "Hofmann"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1895-02-13"^^xsd:date
  ] .

oa:person_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Person-1e2055a4-280f-cc95-fd33-aa8b5ecb1364
  a a2a:Person ;
  rdfs:label "Jan Thomas Hendrik Hofmann" ;
  a2a:PersonName [
    rdfs:label "Jan Thomas Hendrik Hofmann" ;
    a2a:PersonNameFirstName "Jan Thomas Hendrik" ;
    a2a:PersonNameLastName "Hofmann"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1895" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1895-02-13"^^xsd:date
  ] .

oa:relationep_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Person:d7eade45-18e2-c12d-03d8-3dbbe19b0eac ;
  a2a:EventKeyRef oa:event_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Event1 .

oa:relationep_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Person:19abf32d-0dc7-b94c-a9ea-72996f560c38 ;
  a2a:EventKeyRef oa:event_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Event1 .

oa:relationep_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Person:1e2055a4-280f-cc95-fd33-aa8b5ecb1364 ;
  a2a:EventKeyRef oa:event_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15_Event1 .

oa:source_bhi_295b0f70-a895-e5b2-82df-5a53cfebff15
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1895-02-13 - 1895-02-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-02-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-02-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1895" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1895-02-13"^^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 "101" ;
    a2a:RegistryNumber "1197" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1197, Periode: 1895, Geboorteregister 1895, 101, 1197"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/77bfd9bd-60e7-5018-6534-93a8184340ba.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/77bfd9bd-60e7-5018-6534-93a8184340ba.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/295b0f70-a895-e5b2-82df-5a53cfebff15" ;
  a2a:RecordGUID "{295b0f70-a895-e5b2-82df-5a53cfebff15}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3387_00003387.xml van BHI" .

