diff --git a/claim_extractor/extractors/africacheck.py b/claim_extractor/extractors/africacheck.py index b1cddc3..514df08 100644 --- a/claim_extractor/extractors/africacheck.py +++ b/claim_extractor/extractors/africacheck.py @@ -143,8 +143,7 @@ class AfricacheckFactCheckingSiteExtractor(FactCheckingSiteExtractor): def __init__(self, configuration: Configuration): super().__init__(configuration) - def retrieve_listing_page_urls(self) -> List[str]: - #return ["https://africacheck.org/latest-reports/page/1/"] + def retrieve_listing_page_urls(self) -> List[str]: return ["https://africacheck.org/search?rt_bef_combine=created_DESC&sort_by=created&sort_order=DESC&page=0"] @@ -251,7 +250,6 @@ def extract_claim_and_review(self, parsed_claim_review_page: BeautifulSoup, url: except KeyError: print("KeyError: Skip") else: - # alternative rating (If there is no article--aside box with verdict) global_truth_rating = "" if parsed_claim_review_page.find("div", {"class": "verdict-stamp"}): @@ -264,9 +262,6 @@ def extract_claim_and_review(self, parsed_claim_review_page: BeautifulSoup, url: global_truth_rating = parsed_claim_review_page.find("div", {"class": "indicator"}).find( 'span').get_text() - #if (url == "https://africacheck.org/fact-checks/fbchecks/beware-details-viral-message-about-discovery-health-and-oxygen-tanks-covid-19"): - # print("ws") - # If still no rathing value, try to extract from picture name if (global_truth_rating == ""): filename ="" @@ -288,8 +283,6 @@ def extract_claim_and_review(self, parsed_claim_review_page: BeautifulSoup, url: global_truth_rating = filename_split[0] else: global_truth_rating = filename_split[len(filename_split)-1] - - #global_truth_rating = filename_split[0] claim.set_rating(str(re.sub('[^A-Za-z0-9 -]+', '', global_truth_rating)).lower().strip().replace("pfalse","false").replace("-","").capitalize()) @@ -298,47 +291,7 @@ def extract_claim_and_review(self, parsed_claim_review_page: BeautifulSoup, url: print ("\n Rating:" + claim.rating) claim.rating = "" - ########### - - # # There are several claims checked within the page. Common date, author, tags ,etc. - # if inline_ratings and len(inline_ratings) > 0: - # entry_contents = entry_section.contents # type : List[Tag] - # current_index = 0 - - # # First we extract the bit of text common to everything until we meed a sub-section - # body_text, links, current_index = get_text_and_links_until_next_header(entry_contents, current_index) - # claim.set_body(body_text) - # claim.set_refered_links(links) - - # while current_index < len(entry_contents): - # current_index = forward_until_inline_rating(entry_contents, current_index) - # inline_rating_div = entry_contents[current_index] - # if isinstance(inline_rating_div, NavigableString): - # break - # claim_text = inline_rating_div.find("p", {"class": "claim-content"}).text - # inline_rating = inline_rating_div.find("div", {"class", "indicator"}).find("span").text - # previous_current_index = current_index - # inline_body_text, inline_links, current_index = get_text_and_links_until_next_header(entry_contents, - # current_index) - # if previous_current_index == current_index: - # current_index += 1 - # inline_claim = Claim() - # inline_claim.set_source("africacheck") - # inline_claim.set_claim(claim_text) - # inline_claim.set_rating(inline_rating) - # inline_claim.set_refered_links(",".join(inline_links)) - # inline_claim.set_body(inline_body_text) - # inline_claim.set_tags(", ".join(tags)) - # inline_claim.set_date(global_date_str) - # inline_claim.set_url(url) - # if author: - # inline_claim.set_author(author.get_text()) - # inline_claim.set_title(global_title_text) - - # local_claims.append(inline_claim) - - - # body + # body body = parsed_claim_review_page.find("div", {"class": "article--main"}) claim.set_body(body.get_text()) @@ -346,10 +299,8 @@ def extract_claim_and_review(self, parsed_claim_review_page: BeautifulSoup, url: related_links = [] for link in body.findAll('a', href=True): related_links.append(link['href']) - claim.related_links = related_links + claim.set_refered_links(related_links) - # local_claims.append(claim) - # return local_claims if claim.rating: return [claim] else: diff --git a/output_got.csv b/output_got.csv index 1955535..7f6dd27 100644 --- a/output_got.csv +++ b/output_got.csv @@ -1,28 +1,28 @@ ,rating_ratingValue,rating_worstRating,rating_bestRating,rating_alternateName,creativeWork_author_name,creativeWork_datePublished,creativeWork_author_sameAs,claimReview_author_name,claimReview_author_url,claimReview_url,claimReview_claimReviewed,claimReview_datePublished,claimReview_source,claimReview_author,extra_body,extra_refered_links,extra_title,extra_tags,extra_entities_claimReview_claimReviewed,extra_entities_body,extra_entities_keywords,extra_entities_author,related_links -0,,,,False,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/fbchecks/no-asymptomatic-covid-patients-can-transmit-virus-and-masks-work,,2021-07-28,africacheck,,"A Facebook video posted on 5 July 2021 claims that studies show asymptomatic Covid-19 patients – people who don’t get sick – can’t transmit the new coronavirus. It also says the US Centers for Disease Control (CDC) published a review of studies and found wearing a mask doesn’t stop the spread of Covid.In the video, a woman appears to be standing at a podium, talking to an audience off camera. She says: “Nearly 500 people were recently exposed to a Covid positive asymptomatic carrier. Zero got sick. Asymptomatic carriers of Covid do not spread disease.”She goes on to claim: “The CDC a couple weeks ago did a study where they looked at every single other study in the entire world on face mask wearing and this is what they found. The CDC found, quote, ‘no reduction in viral transmission with the use of face masks’.”The words “the information is there dont say u wernt warned” are printed on the video. It’s been shared more than 1,200 times so far, including in South Africa. Since Covid-19 was declared a pandemic in early 2020, the World Health Organization has warned that Covid patients who don’t show any symptoms of the disease can still spread it to others. It also says masks are a “key measure to suppress transmission and save lives”.Do studies prove that asymptomatic Covid-19 patients can’t spread the disease? And has a CDC analysis found that masks don’t reduce transmission?Video of US attorney Leigh DundasThe video does not identify the woman, where she is, or when the video was taken. It’s poor quality, taken from an original that doesn’t appear to be online anymore.But we did find a short video on Vimeo of a woman named Leigh Dundas, speaking on 13 April. Based on her voice, hairstyle, clothing and the background, it’s likely that the video on Facebook shows this woman, at the same event.In the Vimeo video she identifies herself as a human rights attorney. The video is captioned “Leigh Dundas, Board of Supervisors, April 13 2021”. Dundas, a US attorney, publicly supports that country’s anti-vaccination movement. Voice of OC reports that, in May, she helped organise residents in California’s Orange county to go to local Board of Education meetings to petition against mandatory vaccinations and “vaccine passports”.As Africa Check has found, there is no such thing as mandatory or “universal” vaccination in the US. And vaccine passports don’t exist there.Asymptomatic patients can transmit the virusIn the Facebook video, Dundas refers to a May 2020 study in Wuhan, China. It’s titled A study on infectivity of asymptomatic SARS-CoV-2 carriers. The Covid-19 pandemic is thought to have started in Wuhan.The researchers studied 455 people who had been in contact with asymptomatic Covid-positive patients. None of the 455 tested positive for Covid-19. But the study didn’t find that people with asymptomatic Covid-19 can’t transmit the virus. Instead, it concluded that “the infectivity of some asymptomatic SARS-CoV-2 carriers might be weak”. SARS-CoV-2 is the formal name of the new coronavirus that causes Covid-19.Other studies of asymptomatic carriers have found that they can transmit the virus.A January 2021 study looked at 2,250 people in a “confined” community of university staff in the Canadian province of Quebec. Confinement, the study says, is “used to reflect social restrictions instructed by Quebec's government”.It found that 1.82% of the staff were asymptomatic carriers. None had contact with any known Covid patients. The researchers concluded: “Our results raise concerns about the possibility of viral spread through asymptomatic transmission.” But they added that the rate of asymptomatic transmission was unknown.In February 2021, a study based on daily mass screenings of some 20,000 residents of Luxembourg, a small country in Europe, was published. It found that, on average, asymptomatic patients infected the same number of people as patients with Covid-19 symptoms. The researchers concluded: “Asymptomatic carriers represent a significant risk for transmission.”CDC: Masks reduce Covid spreadAnd what about Dundas’s claim that a CDC analysis had found that masks didn’t reduce the amount of coronavirus transmitted between people?This is not what the CDC website says. A science brief on the site, updated on 7 May 2021, quotes several studies that found face masks reduced the risk of Covid-19 infection by as much as 79%, and had led to declines in daily new cases.The CDC concludes: “Experimental and epidemiological data support community masking to reduce the spread of SARS-CoV-2.” The CDC also says that making people wear masks can help prevent possible lockdowns in the future. The benefits increase when people are also required to use other measures against Covid: social distancing, hand washing and good ventilation. Conclusion: Video’s claims are falseIn a video posted on Facebook, US anti-vaccination advocate and lawyer Leigh Dundas claims that asymptomatic Covid-19 patients can’t transmit the virus. She also says a study by the US Centers for Disease Control found that masks don’t reduce the spread of the disease.But the CDC study doesn’t conclude that asymptomatic patients can’t transmit the virus. And  other studies have found that asymptomatic patients do transmit the virus. The CDC has published studies supporting the benefits of masks, and says wearing masks can reduce the spread of Covid-19.",,"No, asymptomatic Covid patients can transmit the virus, and masks work",,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,c,o,v,i,d,-,1,9,-,h,o,w,-,i,s,-,i,t,-,t,r,a,n,s,m,i,t,t,e,d,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,e,m,e,r,g,e,n,c,i,e,s,/,d,i,s,e,a,s,e,s,/,n,o,v,e,l,-,c,o,r,o,n,a,v,i,r,u,s,-,2,0,1,9,/,q,u,e,s,t,i,o,n,-,a,n,d,-,a,n,s,w,e,r,s,-,h,u,b,/,q,-,a,-,d,e,t,a,i,l,/,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,c,o,v,i,d,-,1,9,-,m,a,s,k,s,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,w,w,w,.,r,a,w,s,t,o,r,y,.,c,o,m,/,l,e,i,g,h,-,d,u,n,d,a,s,/,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,O,r,a,n,g,e,+,C,o,u,n,t,y,,,+,C,A,,,+,U,S,A,/,@,3,3,.,6,3,9,4,8,7,7,,,-,1,1,8,.,3,2,9,8,9,4,2,,,9,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,8,0,d,c,9,2,5,c,5,4,d,5,f,7,c,f,:,0,x,d,e,a,6,c,3,6,1,8,f,f,0,d,6,0,7,!,8,m,2,!,3,d,3,3,.,7,1,7,4,7,0,8,!,4,d,-,1,1,7,.,8,3,1,1,4,2,8,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,n,o,-,u,s,-,s,u,p,r,e,m,e,-,c,o,u,r,t,-,h,a,s,n,t,-,r,u,l,e,d,-,a,g,a,i,n,s,t,-,u,n,i,v,e,r,s,a,l,-,v,a,c,c,i,n,a,t,i,o,n,-,t,h,e,r,e,s,-,n,o,-,s,u,c,h,,,h,t,t,p,s,:,/,/,a,p,n,e,w,s,.,c,o,m,/,a,r,t,i,c,l,e,/,f,a,c,t,-,c,h,e,c,k,i,n,g,-,a,f,s,:,C,o,n,t,e,n,t,:,1,0,0,5,1,8,1,7,1,7,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,W,u,h,a,n,,,+,H,u,b,e,i,,,+,C,h,i,n,a,/,@,3,0,.,5,6,8,4,0,7,3,,,1,1,4,.,0,2,0,1,9,2,2,,,1,0,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,3,4,2,e,a,e,f,8,d,d,8,5,f,2,6,f,:,0,x,3,9,c,2,c,9,a,c,6,c,5,8,2,2,1,0,!,8,m,2,!,3,d,3,0,.,5,9,2,8,4,9,!,4,d,1,1,4,.,3,0,5,5,3,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,C,h,i,n,a,/,@,3,4,.,4,5,0,4,1,5,7,,,8,6,.,0,4,5,8,2,7,4,,,4,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,3,1,5,0,8,e,6,4,e,5,c,6,4,2,c,1,:,0,x,9,5,1,d,a,a,7,c,3,4,9,f,3,6,6,f,!,8,m,2,!,3,d,3,5,.,8,6,1,6,6,!,4,d,1,0,4,.,1,9,5,3,9,7,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,a,t,u,r,e,.,c,o,m,/,a,r,t,i,c,l,e,s,/,d,4,1,5,8,6,-,0,2,1,-,0,0,5,0,2,-,4,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,e,m,e,r,g,e,n,c,i,e,s,/,d,i,s,e,a,s,e,s,/,n,o,v,e,l,-,c,o,r,o,n,a,v,i,r,u,s,-,2,0,1,9,/,t,e,c,h,n,i,c,a,l,-,g,u,i,d,a,n,c,e,/,n,a,m,i,n,g,-,t,h,e,-,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,(,c,o,v,i,d,-,2,0,1,9,),-,a,n,d,-,t,h,e,-,v,i,r,u,s,-,t,h,a,t,-,c,a,u,s,e,s,-,i,t,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,C,a,n,a,d,a,/,@,5,6,,,-,9,6,,,3,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,b,0,d,0,3,d,3,3,7,c,c,6,a,d,9,:,0,x,9,9,6,8,b,7,2,a,a,2,4,3,8,f,a,5,!,8,m,2,!,3,d,5,6,.,1,3,0,3,6,6,!,4,d,-,1,0,6,.,3,4,6,7,7,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,Q,u,e,b,e,c,,,+,C,a,n,a,d,a,/,@,5,3,.,4,7,3,3,0,1,7,,,-,7,7,.,4,0,2,8,6,0,3,,,5,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,c,5,8,b,5,3,4,9,f,d,1,a,8,a,1,:,0,x,1,0,4,0,c,a,d,a,e,4,d,0,0,2,0,!,8,m,2,!,3,d,5,2,.,9,3,9,9,1,5,9,!,4,d,-,7,3,.,5,4,9,1,3,6,1,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,L,u,x,e,m,b,o,u,r,g,/,@,4,9,.,8,4,2,3,3,5,7,,,1,.,6,4,8,9,5,6,4,,,6,z,/,d,a,t,a,=,!,4,m,5,!,3,m,4,!,1,s,0,x,4,7,9,5,4,5,b,9,c,a,2,1,2,1,4,7,:,0,x,6,4,d,b,6,0,f,6,0,2,d,3,9,2,e,f,!,8,m,2,!,3,d,4,9,.,8,1,5,2,7,3,!,4,d,6,.,1,2,9,5,8,3,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l" -1,,,,Partlyfalse,Mary Alexander,,,africacheck,https://africacheck.org/about/authors/mary-alexander,https://africacheck.org/fact-checks/fbchecks/photo-2018-fuel-tax-protest-france-not-demonstrators-unleashing-truth-variant,,2021-07-28,africacheck,,"“Greece and France... Yep its happening, time to unlesh the new TRUTH variant,” reads the caption of two photos of what seem to be mass protests, posted on Facebook in July 2021 and shared in South Africa.The first photo shows a huge crowd of people on an avenue in Paris, France’s capital city. The city’s famous Arc de Triomphe can be seen in the background. Many in the crowd are wearing yellow reflective vests.The second photo is of another crowd, flanked by police, in a city square. The flag of Greece can be seen waving in the crowd.The photos were also posted on an Australia-based Facebook page, with a similar caption: “Greece & France! Thousands rally against COVID-19 vaccinations and government restrictions.”But do the photos really show people “unleashing the TRUTH variant” in protests against Covid-19 measures in Greece and France?Protest against vaccinations in Greece, against fuel tax in FranceA Google reverse image search of the second photo reveals that it does indeed show a rally against Covid-19 vaccinations, in the Greek capital of Athens on 14 July.The photo appears in an article on M3 News, an international online news magazine.“More than 5,000 anti-vaccine protesters, some of them waving Greek flags and wooden crosses, rallied in Athens on Wednesday to oppose Greece’s coronavirus vaccinations program,” the article reads.It adds: “Protests are fairly common in Greece and there have been several in recent months on issues ranging from new labour law to the most recent Israeli military campaign on Gaza.”But a TinEye reverse image search of the first photo, filtered for the oldest version, reveals that it has been online since at least 4 December 2018 – over a year before the coronavirus was first identified in late December 2019.The photo can be found on the French-language stock photo website Divergence Images. A machine translation of its caption reads: “Demonstration of the Yellow Vests on the Champs-Elysees, Paris on November 24, 2018.” It was taken by Olivier Coret.According to the US National Public Radio website, the 2018 yellow vests protests in France were sparked by the announcement of a new environmental tax on fuel.“Nicknamed for the safety vests worn by protesters, known as gilets jaunes, the yellow vest movement has sparked a political crisis for the French government,” the NPR says.“The protests started in the French provinces but spread to Paris, where demonstrations turned into riots over the weekend and scenes of violent civil unrest played out along the city's famous Avenue des Champs Élysées.”The second photo does show a protest against Covid-19 vaccinations, in Greece, but the first photo is of a demonstration against a fuel tax in France, more than two and a half years ago.",,Photo of 2018 fuel tax protest in France – not demonstrators ‘unleashing truth variant’ against Covid measures,"fuel tax, protest, covid, Covid-19",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,s,o,n,i,a,.,b,o,n,a,c,c,i,/,p,o,s,t,s,/,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,P,a,r,i,s,,,+,F,r,a,n,c,e,/,@,4,8,.,8,5,8,9,5,0,7,,,2,.,2,7,7,0,2,0,1,,,1,2,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,7,e,6,6,e,1,f,0,6,e,2,b,7,0,f,:,0,x,4,0,b,8,2,c,3,6,8,8,c,9,4,6,0,!,8,m,2,!,3,d,4,8,.,8,5,6,6,1,4,!,4,d,2,.,3,5,2,2,2,1,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,F,r,a,n,c,e,/,@,4,6,.,1,3,8,9,6,9,6,,,-,2,.,4,3,6,8,0,9,4,,,6,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,d,5,4,a,0,2,9,3,3,7,8,5,7,3,1,:,0,x,6,b,f,d,3,f,9,6,c,7,4,7,d,9,f,7,!,8,m,2,!,3,d,4,6,.,2,2,7,6,3,8,!,4,d,2,.,2,1,3,7,4,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,@,4,8,.,8,7,4,1,0,1,9,,,2,.,2,9,3,7,2,8,,,3,a,,,7,5,y,,,1,1,1,.,8,8,h,,,8,5,.,6,9,t,/,d,a,t,a,=,!,3,m,6,!,1,e,1,!,3,m,4,!,1,s,s,b,f,l,l,I,b,d,q,W,_,y,l,z,U,N,m,O,c,Y,b,g,!,2,e,0,!,7,i,1,6,3,8,4,!,8,i,8,1,9,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,7,1,8,3,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,r,e,e,k,a,.,c,o,m,/,g,r,e,e,c,e,-,h,i,s,t,o,r,y,/,f,l,a,g,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,G,r,e,e,c,e,/,@,3,8,.,0,6,0,2,9,7,6,,,1,9,.,9,9,1,2,2,,,6,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,1,3,5,b,4,a,c,7,1,1,7,1,6,c,6,3,:,0,x,3,6,3,a,1,7,7,5,d,c,9,a,2,d,1,d,!,8,m,2,!,3,d,3,9,.,0,7,4,2,0,8,!,4,d,2,1,.,8,2,4,3,1,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,h,r,a,a,u,s,t,r,a,l,i,a,/,p,o,s,t,s,/,2,9,0,2,7,9,9,6,2,8,9,0,6,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,7,1,8,3,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,A,t,h,e,n,s,,,+,G,r,e,e,c,e,/,@,3,7,.,9,9,0,8,9,9,7,,,2,3,.,7,0,3,3,1,9,8,,,1,3,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,1,4,a,1,b,d,1,f,0,6,7,0,4,3,f,1,:,0,x,2,7,3,6,3,5,4,5,7,6,6,6,8,d,d,d,!,8,m,2,!,3,d,3,7,.,9,8,3,8,0,9,6,!,4,d,2,3,.,7,2,7,5,3,8,8,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,i,n,-,g,r,e,e,c,e,-,t,h,o,u,s,a,n,d,s,-,r,a,l,l,y,-,a,g,a,i,n,s,t,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,a,t,i,o,n,s,/,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,c,o,n,t,a,c,t,/,s,t,a,f,f,-,d,i,r,e,c,t,o,r,y,/,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,i,n,-,g,r,e,e,c,e,-,t,h,o,u,s,a,n,d,s,-,r,a,l,l,y,-,a,g,a,i,n,s,t,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,a,t,i,o,n,s,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,T,i,n,E,y,e,-,G,r,e,e,c,e,-,p,r,o,t,e,s,t,s,.,j,p,g,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,:,/,/,w,w,w,.,d,i,v,e,r,g,e,n,c,e,-,i,m,a,g,e,s,.,c,o,m,/,o,l,i,v,i,e,r,-,c,o,r,e,t,/,r,e,p,o,r,t,a,g,e,s,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,O,C,O,1,1,9,3,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,r,e,f,-,O,C,O,1,1,9,3,0,0,1,.,h,t,m,l,,,h,t,t,p,s,:,/,/,t,r,a,n,s,l,a,t,e,.,g,o,o,g,l,e,.,c,o,m,/,t,r,a,n,s,l,a,t,e,?,s,l,=,a,u,t,o,&,t,l,=,e,n,&,u,=,h,t,t,p,:,/,/,w,w,w,.,d,i,v,e,r,g,e,n,c,e,-,i,m,a,g,e,s,.,c,o,m,/,o,l,i,v,i,e,r,-,c,o,r,e,t,/,r,e,p,o,r,t,a,g,e,s,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,O,C,O,1,1,9,3,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,r,e,f,-,O,C,O,1,1,9,3,0,0,1,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,1,8,/,1,2,/,0,3,/,6,7,2,8,6,2,3,5,3,/,w,h,o,-,a,r,e,-,f,r,a,n,c,e,s,-,y,e,l,l,o,w,-,v,e,s,t,-,p,r,o,t,e,s,t,e,r,s,-,a,n,d,-,w,h,a,t,-,d,o,-,t,h,e,y,-,w,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,1,8,/,1,2,/,0,3,/,6,7,2,8,6,2,3,5,3,/,w,h,o,-,a,r,e,-,f,r,a,n,c,e,s,-,y,e,l,l,o,w,-,v,e,s,t,-,p,r,o,t,e,s,t,e,r,s,-,a,n,d,-,w,h,a,t,-,d,o,-,t,h,e,y,-,w,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6" -2,,,,False,Oluseyi Awojulugbe,,,africacheck,https://africacheck.org/about/authors/oluseyi-awojulugbe,https://africacheck.org/fact-checks/fbchecks/no-dont-use-garlic-lower-blood-pressure,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that garlic can be used to lower high blood pressure.It also credits the World Health Organization (WHO) with saying garlic helps to reduce blood pressure in patients with moderate hypertension.“Garlic works in a way to increase the size of the arteries, which makes it easier for blood to pass. In addition, due to its diuretic properties, it reduces the volume of water in the body and therefore blood pressure,” reads part of the post.The post does include an unusual warning: “Be careful, even regular consumption of garlic does not exempt from appropriate treatment, especially in people with severe hypertension.” But is there any scientific evidence that the bulbous flowering plant can be used to manage high blood pressure? We checked.High blood pressure leads to 9.4 mn deaths annuallyAccording to the WHO, high blood pressure, also called hypertension, is when the force exerted by blood pushing against the walls of the arteries is higher than what is considered normal.“Hypertension is diagnosed if, when it is measured on two different days, the systolic blood pressure readings on both days are greater than 140 mmHg and/or the diastolic blood pressure readings on both days are greater than 90 mmHg,” says a WHO fact sheet on hypertension.Blood pressure is measured in units of millimeters of mercury, or mmHg. It is recorded as two numbers, the systolic or upper value first, followed by the diastolic or lower value. About 1.13 billion people around the world have high blood pressure, with the majority living in low- and middle-income countries. This leads to about 9.4 million deaths annually, says the WHO.‘Not approved by health authorities’ – expertSome studies have documented the potential of garlic in lowering high blood pressure in a similar way to standard medication. A review of trials involving garlic concludes that the vitamin B status of an individual is “an important factor for the responsiveness of high blood pressure to garlic”.But Basden Onwubere, a professor of medicine at the University of Nigeria in southeastern Nigeria, was sceptical. He told Africa Check: “Such prescriptions cannot be made by doctors.” “There are studies that have been published about the use of garlic in managing some health conditions but I am not aware of any traditional medicine that has been approved officially by Nafdac for use in managing high blood pressure,” he said.Nafdac is Nigeria’s National Agency for Food and Drug Administration and Control, responsible for regulating and controlling drugs, among other substances.Onwubere said: “Until that [approval] becomes available, what we are using now is the orthodox way of managing hypertension. This is medication and advice on managing the patient’s diet.”Africa Check has also checked claims on Facebook that ginger or ginger tea can prevent heart attack and stroke, and that mixing lemon, ginger and garlic cures high blood pressure. Like this claim, we found no conclusive evidence to support these. Experts advise those with high or elevated blood pressure to ignore miracle cures promoted on social media and seek proper medical care.",,"No, don’t use garlic to lower blood pressure","Garlic, high blood pressure",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,2,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,2,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,3,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,w,w,.,w,e,b,m,d,.,c,o,m,/,v,i,t,a,m,i,n,s,/,a,i,/,i,n,g,r,e,d,i,e,n,t,m,o,n,o,-,3,0,0,/,g,a,r,l,i,c,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,n,o,n,c,o,m,m,u,n,i,c,a,b,l,e,-,d,i,s,e,a,s,e,s,-,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,b,o,o,k,s,/,N,B,K,2,7,9,2,5,1,/,,,h,t,t,p,s,:,/,/,w,w,w,.,h,e,a,r,t,.,o,r,g,/,e,n,/,h,e,a,l,t,h,-,t,o,p,i,c,s,/,h,i,g,h,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e,/,u,n,d,e,r,s,t,a,n,d,i,n,g,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e,-,r,e,a,d,i,n,g,s,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,n,o,n,c,o,m,m,u,n,i,c,a,b,l,e,-,d,i,s,e,a,s,e,s,-,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,4,2,6,6,2,5,0,/,,,h,t,t,p,s,:,/,/,a,c,a,d,e,m,i,c,.,o,u,p,.,c,o,m,/,j,n,/,a,r,t,i,c,l,e,/,1,4,6,/,2,/,3,8,9,S,/,4,5,8,4,6,9,8,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,6,9,6,6,1,0,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,n,.,e,d,u,.,n,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,a,f,d,a,c,.,g,o,v,.,n,g,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,g,i,n,g,e,r,-,o,r,-,g,i,n,g,e,r,-,t,e,a,-,w,o,n,t,-,p,r,e,v,e,n,t,-,h,e,a,r,t,-,a,t,t,a,c,k,-,a,n,d,-,s,t,r,o,k,e,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,n,o,-,l,e,m,o,n,-,g,i,n,g,e,r,-,a,n,d,-,g,a,r,l,i,c,-,w,o,n,t,-,c,u,r,e,-,h,i,g,h,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e" -3,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-martine-moise-first-lady-haiti-not-dead,,2021-07-28,africacheck,,"Martine Moïse, the wife of Haiti’s assassinated president, is dead, claims a post shared on Facebook in Nigeria in July 2021.On 7 July, Haitian president Jovenel Moïse was assassinated in his private residence in the capital, Port-au-Prince. His wife, Martine Moïse, was also shot in the attack. Haiti is an island nation in the Caribbean Sea.The post claims that the “First Lady died from her injuries”, after being “rushed to hospital” and “despite the doctors’ best efforts”. The post includes photos of the couple. But is Martine Moïse dead?Alive and well Moïse was seriously injured during the assassination and was flown to Florida in the US for medical treatment.But on 17 July she spoke to the media from her hospital bed, confirming she was alive and well.In an article updated 17 July, she was pictured wearing a bulletproof vest as she returned to Port-au-Prince.Moïse also spoke at her late husband’s funeral on 22 July.",,"No, Martine Moïse, first lady of Haiti, not dead",,,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,c,f,r,.,o,r,g,/,i,n,-,b,r,i,e,f,/,a,s,s,a,s,s,i,n,a,t,i,o,n,-,h,a,i,t,i,a,n,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,w,h,a,t,-,k,n,o,w,,,h,t,t,p,s,:,/,/,w,w,w,.,c,f,r,.,o,r,g,/,i,n,-,b,r,i,e,f,/,a,s,s,a,s,s,i,n,a,t,i,o,n,-,h,a,i,t,i,a,n,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,w,h,a,t,-,k,n,o,w,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,a,r,t,i,n,e,j,m,o,i,s,e,?,l,a,n,g,=,e,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,H,a,i,t,i,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,n,e,w,s,.,s,k,y,.,c,o,m,/,s,t,o,r,y,/,w,i,f,e,-,o,f,-,a,s,s,a,s,s,i,n,a,t,e,d,-,h,a,i,t,i,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,s,p,e,a,k,s,-,f,r,o,m,-,h,o,s,p,i,t,a,l,-,b,e,d,-,1,2,3,5,3,3,4,2,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,m,a,r,t,i,n,e,-,m,o,i,s,e,-,w,i,f,e,-,o,f,-,a,s,s,a,s,s,i,n,a,t,e,d,-,p,r,e,s,i,d,e,n,t,-,m,a,k,e,s,-,s,u,r,p,r,i,s,e,-,r,e,t,u,r,n,-,t,o,-,h,a,i,t,i,-,1,1,6,2,6,5,6,4,4,9,1,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,2,1,/,0,7,/,1,7,/,1,0,1,7,3,9,8,2,1,9,/,m,a,r,t,i,n,e,-,m,o,i,s,e,-,w,i,f,e,-,o,f,-,s,l,a,i,n,-,p,r,e,s,i,d,e,n,t,-,r,e,t,u,r,n,s,-,t,o,-,h,a,i,t,i,,,h,t,t,p,s,:,/,/,w,w,w,.,v,o,a,n,e,w,s,.,c,o,m,/,a,m,e,r,i,c,a,s,/,g,u,n,f,i,r,e,-,p,r,o,t,e,s,t,s,-,d,i,s,r,u,p,t,-,f,u,n,e,r,a,l,-,h,a,i,t,i,s,-,a,s,s,a,s,s,i,n,a,t,e,d,-,p,r,e,s,i,d,e,n,t" -4,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/biafran-independence-movement-leader-nnamdi-kanu-arrested-not-fake-news,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that Nnamdi Kanu, leader of the Indigenous People of Biafra (Ipob), was not arrested, despite news reports saying he was.It reads: “Nnamdi Kanu Arrest. Nigerians and there fake news flying upandan [up and down].” Biafra was a region that roughly correlates with Nigeria’s South East geopolitical zone today.  In May 1967, Biafra declared its independence from the rest of the country. A civil war followed, ending in January 1970 with Biafra’s defeat.  There are continued calls for Biafran independence, most notably by Ipob. But has Kanu, who has been living in London in the UK, been arrested?Kanu arrested and arraigned in courtThere have been multiple reports in the mainstream media of Kanu’s arrest, both in Nigeria and internationally.He was arrested on 27 June 2021 through joint efforts by Nigerian security agents and the International Criminal Police Organization, or Interpol. But officials have not disclosed where and how.According to Nigeria's justice minister, Abubakar Malami, Kanu was brought back to Nigeria to face trial, after jumping bail in 2019.‘11-count charge’Kanu was previously arrested on 14 October 2015 on 11 charges, including terrorism, treasonable felony and managing an unlawful society. He was granted bail in 2017.He is also accused of inciting violence against the Nigerian state and institutions through TV, radio and online broadcasts, and of instigating violence, particularly in southeastern Nigeria.Kanu appeared before a federal high court in Abuja on 29 June 2021, two days after his arrest. While all the details are still to emerge at the time of writing, claims that he was not arrested are false.",,Biafran independence movement leader Nnamdi Kanu arrested – not ‘fake news’,,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,.,p,h,p,?,f,b,i,d,=,1,5,8,2,3,8,5,6,1,9,1,2,1,8,6,&,s,e,t,=,p,c,b,.,1,5,8,2,3,8,6,0,1,9,1,2,1,8,2,&,t,y,p,e,=,3,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,8,8,0,5,0,9,5,9,3,1,3,0,4,3,/,p,o,s,t,s,/,4,6,6,5,2,3,6,5,4,7,9,9,1,0,6,/,?,_,_,c,f,t,_,_,[,0,],=,A,Z,V,b,T,-,n,A,-,y,A,j,w,p,g,s,A,h,c,1,l,4,N,B,v,q,1,n,g,x,o,Q,L,V,Y,c,2,l,Z,N,P,4,J,9,v,Z,m,r,z,X,0,0,u,N,U,b,E,z,M,H,p,7,H,n,7,b,7,M,I,c,Q,C,W,7,A,d,Y,Y,k,w,p,s,A,k,w,q,S,P,P,A,a,d,i,k,i,b,V,N,_,p,f,Y,b,Z,a,1,W,c,K,c,J,C,r,N,N,g,P,G,q,s,9,r,4,2,h,c,r,l,q,-,A,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,f,o,r,e,i,g,n,p,o,l,i,c,y,.,c,o,m,/,2,0,2,0,/,0,6,/,1,1,/,n,i,g,e,r,i,a,-,b,i,a,f,r,a,-,k,a,n,u,-,r,e,c,o,n,c,i,l,i,a,t,i,o,n,-,i,n,d,e,p,e,n,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,8,8,0,5,0,9,5,9,3,1,3,0,4,3,/,p,o,s,t,s,/,4,6,6,5,2,3,6,5,4,7,9,9,1,0,6,/,?,_,_,c,f,t,_,_,[,0,],=,A,Z,V,b,T,-,n,A,-,y,A,j,w,p,g,s,A,h,c,1,l,4,N,B,v,q,1,n,g,x,o,Q,L,V,Y,c,2,l,Z,N,P,4,J,9,v,Z,m,r,z,X,0,0,u,N,U,b,E,z,M,H,p,7,H,n,7,b,7,M,I,c,Q,C,W,7,A,d,Y,Y,k,w,p,s,A,k,w,q,S,P,P,A,a,d,i,k,i,b,V,N,_,p,f,Y,b,Z,a,1,W,c,K,c,J,C,r,N,N,g,P,G,q,s,9,r,4,2,h,c,r,l,q,-,A,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,i,a,f,r,a,,,h,t,t,p,s,:,/,/,w,w,w,.,r,e,s,e,a,r,c,h,g,a,t,e,.,n,e,t,/,f,i,g,u,r,e,/,M,a,p,-,o,f,-,N,i,g,e,r,i,a,-,a,n,d,-,i,t,s,-,g,e,o,p,o,l,i,t,i,c,a,l,-,z,o,n,e,s,-,N,o,r,t,h,-,C,e,n,t,r,a,l,-,B,e,n,u,e,-,F,C,T,-,K,o,g,i,-,K,w,a,r,a,_,f,i,g,1,_,2,5,6,6,1,4,6,0,5,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,i,a,f,r,a,,,h,t,t,p,s,:,/,/,f,o,r,e,i,g,n,p,o,l,i,c,y,.,c,o,m,/,2,0,2,0,/,0,6,/,1,1,/,n,i,g,e,r,i,a,-,b,i,a,f,r,a,-,k,a,n,u,-,r,e,c,o,n,c,i,l,i,a,t,i,o,n,-,i,n,d,e,p,e,n,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,u,g,o,b,e,s,t,i,k,y,.,c,o,m,/,w,p,-,c,o,n,t,e,n,t,/,u,p,l,o,a,d,s,/,2,0,1,9,/,0,9,/,F,B,_,I,M,G,_,1,5,6,8,1,3,8,8,2,5,5,8,2,9,8,9,8,-,7,5,0,x,4,3,0,.,j,p,g,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,g,u,a,r,d,i,a,n,.,c,o,m,/,w,o,r,l,d,/,2,0,2,1,/,j,u,n,/,2,9,/,b,i,a,f,r,a,-,s,e,p,a,r,a,t,i,s,t,-,l,e,a,d,e,r,-,a,r,r,e,s,t,e,d,-,a,n,d,-,e,x,t,r,a,d,i,t,e,d,-,t,o,-,n,i,g,e,r,i,a,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,t,e,r,p,o,l,.,i,n,t,/,e,n,,,h,t,t,p,s,:,/,/,e,d,i,t,i,o,n,.,c,n,n,.,c,o,m,/,2,0,2,1,/,0,6,/,2,9,/,a,f,r,i,c,a,/,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,n,i,g,e,r,i,a,-,i,n,t,l,/,i,n,d,e,x,.,h,t,m,l,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,0,5,6,6,-,u,p,d,a,t,e,d,-,n,n,a,m,d,i,-,k,a,n,u,-,r,e,-,a,r,r,e,s,t,e,d,-,r,e,t,u,r,n,e,d,-,t,o,-,n,i,g,e,r,i,a,-,m,a,l,a,m,i,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,0,5,6,6,-,u,p,d,a,t,e,d,-,n,n,a,m,d,i,-,k,a,n,u,-,r,e,-,a,r,r,e,s,t,e,d,-,r,e,t,u,r,n,e,d,-,t,o,-,n,i,g,e,r,i,a,-,m,a,l,a,m,i,.,h,t,m,l,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,n,n,a,m,d,i,-,k,a,n,u,-,a,p,p,e,a,r,s,-,i,n,-,c,o,u,r,t,-,a,f,t,e,r,-,r,e,-,a,r,r,e,s,t,/" -5,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-yoruba-separatist-sunday-adeyemo-still-custody-republic-benin-wife-released,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria on 20 July 2021 claims that Sunday Adeyemo and his wife Ropo Adeyemo have been released from custody in Benin and allowed to board a plane to Germany.Adeyemo, popularly known as Sunday Igboho, has been campaigning for the self-determination of the Yoruba people in southwestern Nigeria.The Facebook post reads: “Breaking news!!!! Sunday Adeyemo (AKA) Igboho and his wife German citizen has been released and allows to board plane on their way to Germany #BeninRepublicNoBeKenya.”The post has been shared several times and some commenters were happy.One Facebook user said: “Just can't express my joy for the great news!!!”Another said: “Good to hear this, shame to the haters.”However, others said the claim was not true.Were Sunday and Ropo Adeyemo jailed and have they been released from custody in Benin?Igboho still held but wife releasedThe Adeyemos fled Nigeria for the neighbouring Republic of Benin in early July after their Ibadan home was raided by the the Department of State Services.Ammunition and weapons were found on the premises during the raid.The Nigerian government then issued a warrant for Sunday Adeyemo’s arrest.On 19 July, the couple were arrested in the port city of Cotonou by Beninoise authorities while trying to travel to Germany. Ropo Adeyemo lives in Germany.The charges brought by the Beninoise court were for immigration-related offences. It ordered Ropo’s release while Sunday remained in custody. His trial continued on 26 July. The claims on Facebook are false.",,"No, Yoruba separatist Sunday Adeyemo still in custody in Republic of Benin, wife released",,,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,9,3,4,2,7,5,,,h,t,t,p,s,:,/,/,w,w,w,.,n,g,n,e,w,s,2,4,7,.,c,o,m,/,s,u,n,d,a,y,-,i,g,b,o,h,o,-,b,i,o,g,r,a,p,h,y,-,w,f,e,-,a,g,e,-,h,o,u,s,e,-,s,o,n,s,-,f,a,m,i,l,y,-,n,e,t,-,w,o,r,t,h,-,c,a,r,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,t,o,p,-,n,e,w,s,/,4,7,1,2,8,8,-,l,a,g,o,s,-,r,a,l,l,y,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,y,o,r,u,b,a,-,n,a,t,i,o,n,-,c,a,m,p,a,i,g,n,e,r,s,-,s,e,t,-,f,o,r,-,s,h,o,w,d,o,w,n,-,w,i,t,h,-,p,o,l,i,c,e,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,e,n,i,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,9,3,4,2,7,5,,,h,t,t,p,s,:,/,/,w,w,w,.,d,s,s,.,g,o,v,.,n,g,/,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,d,s,s,-,d,e,c,l,a,r,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,n,t,e,d,-,c,o,n,f,i,r,m,s,-,r,a,i,d,-,o,n,-,h,i,s,-,r,e,s,i,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,d,s,s,-,d,e,c,l,a,r,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,n,t,e,d,-,c,o,n,f,i,r,m,s,-,r,a,i,d,-,o,n,-,h,i,s,-,r,e,s,i,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,4,7,4,9,-,h,o,w,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,s,-,a,r,r,e,s,t,e,d,-,i,n,-,b,e,n,i,n,-,r,e,p,u,b,l,i,c,.,h,t,m,l,,,h,t,t,p,:,/,/,s,a,h,a,r,a,r,e,p,o,r,t,e,r,s,.,c,o,m,/,2,0,2,1,/,0,7,/,2,2,/,b,r,e,a,k,i,n,g,-,b,e,n,i,n,e,s,e,-,c,o,u,r,t,-,r,e,l,e,a,s,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,%,E,2,%,8,0,%,9,9,s,-,w,i,f,e,-,o,r,d,e,r,s,-,i,g,b,o,h,o,-,r,e,m,a,i,n,-,c,u,s,t,o,d,y,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,e,n,i,n,o,i,s,e,-,c,o,u,r,t,s,-,n,o,t,-,u,s,e,d,-,t,o,-,l,a,r,g,e,-,c,r,o,w,d,s,-,i,g,b,o,h,o,s,-,l,a,w,y,e,r,s,-,c,a,u,t,i,o,n,-,s,u,p,p,o,r,t,e,r,s,/" -6,,,,Misleading,Keegan Leech,,,africacheck,https://africacheck.org/about/authors/keegan-leech,https://africacheck.org/fact-checks/reports/no-south-africa-does-not-account-50-global-mining-deaths,About 50% of global mining deaths occur in South Africa.,2021-07-28,africacheck,,"Messages posted on Twitter and Facebook claim that 50% of global mining deaths occur in South Africa.But the figure is taken from a 2020 report by the International Council on Mining and Minerals, which only records the deaths reported by its 28 member companies. This is not all the mining deaths in the world.There is a lack of reliable global statistics on mining fatalities. Deaths from mining diseases, and the deaths of contractors and small-scale miners, tend to be under-reported.“About 50% of global mining deaths occur in South Africa. Yet no single mining executive has been held accountable,” reads a tweet with more than 850 likes, which has been shared over 500 times on Twitter. The claim has also been posted on Facebook and other social media.When another user asked for “receipts” supporting the claim, the person who posted it said the data came from the International Council on Mining and Metals. Is the claim backed by data? We checked. Only 28 members included in rankingThe source of this claim is a 2020 report published by the International Council on Mining and Minerals (ICMM). The mining association collates the number of workplace accidents and fatalities recorded by its members.But the ICMM told Africa Check that its 28 member companies represent only about a third of the global mining industry. Not all mining companies are members and not all countries are represented. According to the report, South Africa recorded 22 out of 44 fatalities in 2020. This is 50% of deaths reported by its members – not 50% of global deaths. South Africa also accounted for more total working hours than any other individual country: 17.7% of all recorded hours in 2020.Government records more mining deathsSouth Africa has regularly fared worst in the ICMM’s safety reports. It has contributed the most deaths every year since 2015, the first year the council recorded location data. The one exception was 2019, when the Brumadinho dam disaster in Brazil claimed more than 250 lives.But the ICMM’s records likely don’t even represent all mining deaths in South Africa. The last year the country’s department of mineral resources and energy released a tally of mining fatalities was 2018. In that year, the department recorded 81 fatalities, while South African ICMM members recorded just 14.Data on global mining deaths is limited According to the Minerals Council South Africa (MCSA), another mining industry employers’ organisation, the ICMM’s 28 members “exclude huge numbers of mining businesses in many parts of the world, including some major mining jurisdictions, most notably China”.But determining the total number of mining fatalities around the world is not easy.“There is no one record of all industry fatalities,” the ICMM told Africa Check. “Individual companies will release their fatality numbers in their own sustainability and annual reports.”In 2019 the Wall Street Journal reported that many of the world’s mining fatalities may not even be counted. Its analysis of mining companies’ safety reports found that many did not record the deaths of contractors, workers transporting extracted minerals or deaths at joint mining ventures, which are managed by more than one company.The journal even found that more than half of the people who died in the 2019 Brumadinho dam disaster may not have been included in the official mining death toll. Deaths from mining diseases are even more likely to go unrecorded.Artisanal mining deaths may not be recordedAnother category of fatalities which may go overlooked is artisanal mining. In 2013, the World Bank estimated that there were “approximately 100 million artisanal miners globally”. This form of small-scale mining is often, but not always, conducted illegally. Deaths in this sector are more likely to go unrecorded. In June 2021 the bodies of 20 people believed to be illegal miners or “zama-zamas” were found near abandoned mine shafts in Johannesburg. In a 2016 report, human rights organisation Amnesty International said that in artisanal cobalt mines in the Democratic Republic of the Congo, “many accidents go unrecorded and bodies are left buried in the rubble”.And a 2004 publication by philanthropy organisation Oxfam, in collaboration with environmental non-profit Earthworks, found that “health and safety data for ASM [artisanal and small-scale mining] are sketchy, but the sector appears to experience a significantly higher accident rate than the industry as a whole”.Conclusion: South Africa accounts for 50% of mining deaths recorded by 28 companies in a single report – not 50% of global deaths. A widely shared social media post claims that South Africa accounted for “about 50% of global mining deaths”. But the report cited as evidence gives mining fatalities for 28 companies in 2020. That year South Africa accounted for half of the 44 recorded fatalities. The report likely doesn't even represent all mining deaths in South Africa. It also excludes major miners and mining countries such as China. We therefore rate the claim misleading. But data on global mining fatalities is fraught with problems. Beyond the lack of reliable global statistics, deaths from disease, and the deaths of contractors and small-scale miners, are regularly under-reported across the world. More and better data is needed to accurately determine how many deaths are due to mining, both globally and in South Africa.",,"No, South Africa does not account for ‘50% of global mining deaths’","mining, global, deaths",,,,,"h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,S,c,r,e,e,n,s,h,o,t,_,2,0,2,1,-,0,6,-,2,1,_,a,t,_,1,6,-,0,0,-,4,7,_,T,_,o,n,_,T,w,i,t,t,e,r,.,p,n,g,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,o,k,h,a,t,h,i,/,s,t,a,t,u,s,/,1,4,0,6,1,3,4,7,7,3,2,3,2,4,1,8,8,1,7,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,M,d,u,Z,o,n,d,o,/,p,o,s,t,s,/,4,0,8,5,2,0,6,8,9,1,5,3,4,3,9,3,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,a,n,h,l,a,m,z,a,/,s,t,a,t,u,s,/,1,4,0,6,4,9,1,7,8,7,5,4,4,4,3,2,6,4,3,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,o,k,h,a,t,h,i,/,s,t,a,t,u,s,/,1,4,0,6,1,3,4,7,7,3,2,3,2,4,1,8,8,1,7,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,2,0,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,a,b,o,u,t,-,u,s,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,a,b,o,u,t,-,u,s,/,o,u,r,-,m,e,m,b,e,r,s,/,m,e,m,b,e,r,-,c,o,m,p,a,n,i,e,s,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,9,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,8,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,5,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,3,0,3,2,4,3,4,2,0,3,0,0,1,9,2,,,h,t,t,p,s,:,/,/,w,w,w,.,d,m,r,.,g,o,v,.,z,a,/,,,h,t,t,p,s,:,/,/,w,w,w,.,d,m,r,.,g,o,v,.,z,a,/,P,o,r,t,a,l,s,/,0,/,R,e,s,o,u,r,c,e,s,/,A,n,n,u,a,l,%,2,0,R,e,p,o,r,t,s,/,D,M,R,_,a,n,n,u,a,l,_,r,e,p,o,r,t,_,2,0,1,9,_,l,o,w,%,2,0,r,e,s,.,p,d,f,?,v,e,r,=,2,0,1,9,-,1,1,-,0,5,-,1,6,1,4,1,2,-,8,8,3,#,p,a,g,e,=,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,8,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,m,i,n,e,r,a,l,s,c,o,u,n,c,i,l,.,o,r,g,.,z,a,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,t,h,e,-,h,i,d,d,e,n,-,d,e,a,t,h,s,-,o,f,-,m,i,n,i,n,g,-,1,1,5,7,7,8,2,5,5,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,t,h,e,-,h,i,d,d,e,n,-,d,e,a,t,h,s,-,o,f,-,m,i,n,i,n,g,-,1,1,5,7,7,8,2,5,5,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,e,i,t,i,.,o,r,g,/,A,S,M,,,h,t,t,p,s,:,/,/,w,w,w,.,w,o,r,l,d,b,a,n,k,.,o,r,g,/,e,n,/,t,o,p,i,c,/,e,x,t,r,a,c,t,i,v,e,i,n,d,u,s,t,r,i,e,s,/,b,r,i,e,f,/,a,r,t,i,s,a,n,a,l,-,a,n,d,-,s,m,a,l,l,-,s,c,a,l,e,-,m,i,n,i,n,g,,,h,t,t,p,s,:,/,/,w,w,w,.,t,i,m,e,s,l,i,v,e,.,c,o,.,z,a,/,n,e,w,s,/,s,o,u,t,h,-,a,f,r,i,c,a,/,2,0,2,1,-,0,6,-,1,5,-,t,w,e,n,t,y,-,b,o,d,i,e,s,-,o,f,-,a,l,l,e,g,e,d,-,z,a,m,a,-,z,a,m,a,s,-,f,o,u,n,d,-,o,u,t,s,i,d,e,-,k,l,e,r,k,s,d,o,r,p,/,,,h,t,t,p,s,:,/,/,w,w,w,.,a,m,n,e,s,t,y,u,s,a,.,o,r,g,/,r,e,p,o,r,t,s,/,t,h,i,s,-,i,s,-,w,h,a,t,-,w,e,-,d,i,e,-,f,o,r,-,h,u,m,a,n,-,r,i,g,h,t,s,-,a,b,u,s,e,s,-,i,n,-,t,h,e,-,d,e,m,o,c,r,a,t,i,c,-,r,e,p,u,b,l,i,c,-,o,f,-,t,h,e,-,c,o,n,g,o,-,p,o,w,e,r,-,t,h,e,-,g,l,o,b,a,l,-,t,r,a,d,e,-,i,n,-,c,o,b,a,l,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,a,m,n,e,s,t,y,u,s,a,.,o,r,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,p,u,b,l,i,c,a,t,i,o,n,s,/,d,i,r,t,y,_,m,e,t,a,l,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,o,x,f,a,m,.,o,r,g,/,e,n,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,c,m,s,/,a,s,s,e,t,s,/,u,p,l,o,a,d,s,/,a,r,c,h,i,v,e,/,f,i,l,e,s,/,p,u,b,l,i,c,a,t,i,o,n,s,/,D,i,r,t,y,M,e,t,a,l,s,_,W,o,r,k,e,r,s,.,p,d,f,#,p,a,g,e,=,2" -7,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/lemon-zobo-baya-maganin-zazzabi-aje-asibiti,,2021-07-27,africacheck,,"Wani rubutu da aka buga a Facebook yayi iƙirarin cewa lemon zoɓo “na maganin zazzaɓi.”“ Yadda ake lemon zoɓo na magani,” rubutun ya fara. Ya bayyana yadda za ayi  lemon da a fara  jiƙa ganyen zoɓo, abarba, ganyen lemongiras, citta, biturut, lemon zaƙi, kankana da ruwa.Zoɓo dai wani lemo ne da ya shahara a Najeriya, wanda ake yi da busasshiyar filawar itacen rosilli. Itacen rosilli, wanda ake kira da habiscus sabdariffa a kimiyance ya fito ne daga ayarin itatuwan Malvaceae. Yana fitowa a wurare masu zafi, yana kuma da launin kore mai duhu ko jajayen kara da ganye.Shin lemon da aka bayyana a rubutun yana maganin zazzaɓi?  Abubuwa da dama na jawo zazzaɓiZazzaɓi shine ƙaruwar zafin jiki sama da maki 37 a ma’aunin selshiyos. Wanda ke nuna alamun shigar cuta, kamar yadda Mayo Clinic suka bayyana. Wasu daga cikin alamun zazzaɓi sun haɗa da ciwon kai, rawar jiki, rashin ɗanɗano, rashin ruwa a jiki da kuma kasala. Hukumar lafiya ta Britaniyya(NHS) tace abubuwa da cututtaka da dama na iya jawo zazzaɓi. Yana kuma daga cikin alamun cutar Covid-19.Mutane- manya da yara- idan zazzaɓi ya kama su tare da ciwon kai mai zafi, jijjiga, rikicewar tunani, yawan amai, ciwon ciki da wahala wajen numfashi, ana basu shawarar zuwa asibiti cikin gaggawa.Kada a ɗauki zazzaɓi akan abu mai sauƙi“ Wannan haɗin gargajiya ne, ayi watsi da shi,” Cewar Marycelin Baba, Farfesa a fannin ƙwayoyin cuta ta jami’ar Maiduguri, kamar yadda ta shaidawa Africa Check.Baba wadda suka wallafa wata takarda akan gaza gane cutar zazzaɓin cizon sauro da zazzaɓin taifot. “ Babu wata hujja a kimiyance da ta goyi da bayan wannan da’awar,”  cewar Farfesar. “ Wannan haɗi baya magani ko hana zazzaɓi. Ƴaƴan itatuwan da aka lissafa na da muhimmanci  a jiki amma ba maganin zazzaɓi ba ne”.Baba ta ƙara da cewa: Idan an kamu da zazzaɓi, a hanzarta zuwa asibiti. Kada a dogara da haɗe-haɗe. Kada a ɗauki zazzaɓi da wasa.”",,Lemon Zoɓo baya maganin zazzaɓi- aje asibiti,"zobo, Incorrect",,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,5,3,4,7,0,5,9,8,3,7,4,0,0,0,/,p,e,r,m,a,l,i,n,k,/,1,6,2,9,6,4,9,8,6,0,7,5,6,0,6,1,/,?,_,_,c,f,t,_,_,%,5,b,0,%,5,d,=,A,Z,X,e,w,-,F,y,o,s,d,U,N,v,m,F,i,Q,H,u,2,W,m,j,B,T,b,E,0,I,-,j,l,6,f,F,v,T,m,V,0,n,Z,L,l,l,E,a,K,q,8,2,p,D,D,0,k,J,l,1,k,s,h,M,k,y,h,X,x,K,F,0,T,8,Y,L,X,_,s,3,b,U,y,z,E,t,Z,R,a,H,-,b,D,e,D,u,N,0,n,0,s,c,1,H,b,g,p,3,l,2,k,A,a,I,K,L,J,U,p,z,f,2,F,-,2,u,7,t,f,o,Q,U,6,o,5,e,4,r,M,3,j,I,M,N,j,N,2,h,Z,K,W,9,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,t,h,e,n,a,t,i,o,n,o,n,l,i,n,e,n,g,.,n,e,t,/,i,n,t,e,r,e,s,t,i,n,g,-,f,a,c,t,s,-,z,o,b,o,-,r,o,s,e,l,l,e,-,d,r,i,n,k,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,n,t,/,r,o,s,e,l,l,e,-,p,l,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,n,h,s,.,u,k,/,s,e,a,r,c,h,/,r,e,s,u,l,t,s,?,q,=,F,e,v,e,r,&,p,a,g,e,=,0,,,h,t,t,p,s,:,/,/,w,w,w,.,h,e,a,l,t,h,.,h,a,r,v,a,r,d,.,e,d,u,/,d,i,s,e,a,s,e,s,-,a,n,d,-,c,o,n,d,i,t,i,o,n,s,/,c,o,v,i,d,-,1,9,-,b,a,s,i,c,s,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,i,m,a,i,d,.,e,d,u,.,n,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,l,o,n,g,d,o,m,.,o,r,g,/,p,r,o,c,e,e,d,i,n,g,s,/,a,r,b,o,v,i,r,u,s,-,c,o,i,n,f,e,c,t,i,o,n,s,-,i,n,-,s,u,s,p,e,c,t,e,d,-,f,e,b,r,i,l,e,-,m,a,l,a,r,i,a,-,a,n,d,-,t,y,p,h,o,i,d,-,p,a,t,i,e,n,t,s,-,a,-,w,o,r,r,i,s,o,m,e,-,s,i,t,u,a,t,i,o,n,-,i,n,-,n,i,g,e,r,i,a,-,8,5,.,h,t,m,l" -8,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/masanin-kwayoyin-cuta-montagnier-bai-ce-duk-wadanda-aka-yiwa-allurar-rigakafi,,2021-07-27,africacheck,,"Shin Luc Montagnier, ƙwararre akan ƙwayoyin cuta ɗan ƙasar Faransa yace duk waɗanda aka yiwa allurar rigakafi zasu mutu cikin shekaru biyu? Wannan rubutu ne da ke ta yawo a WhatsApp, Facebook da Instagram a Najeriya a watan Mayu 2021.Da dama daga rubutun da ake yaɗawa na nuna hoton Montagnier da taken: “ Duk waɗanda aka yiwa allurar rigakifi zasu mutu cikin shekaru biyu.”“ Luc Montagnier wanda ya samu lambar yabo ta Nobel ya tabbatar da cewa babu dama mutum ya cigaba da rayuwa bayan ya yi kowacce daga alluran rigakafin,” rubutu da ake fi yaɗawa ke cewa.“ A wata ganawa da akayi da shi, babban ƙwararre akan ƙwayoyin cuta ya ce: ‘ babu dama, sannan babu magani ga waɗanda suka riga sukayi allurar rigakafin. Mu shirya ƙona gawawwaki.’ Masanin kimiyar ya kuma goyi da bayan da’awowin wasu masana ƙwayoyin cuta bayan yayi nazarin abubuwa da ke ɗauke  acikin alluran rigakafin. Duk zasu mutu daga haɓakar ƙwayoyin kare ƙwayar cuta a jiki. Babu abun da za a kuma cewa.”Da dama daga rubutukan da ake yaɗawa an alaƙanta su ga wani rubutu a shafin yanar gizo na LifeSiteNews, wanda ke da taƙen: Wanda ya ci lambar yabo ta nobel: Taron llurar rigakafin Covid ‘kuskure ne da ba a amince da shi ba.”Da gaske Montagnier ya ce duk waɗanda aka yiwa alllurar rigakafi zasu mutu cikin shekaru biyu? Ƙarya aka alaƙanta masa, ‘ labaran ƙarya aka kwaikwaya’Wanda aka haifa a ranar 18 ga watan Agusta 1932, Luc Montagnier masanin binciken kimiyyyar ɗan asalin ƙasar Faransa, wanda ya samu tarin nasarori da suka haɗa da lambar yabo ta Nobel a shekarar 2008 akan ilimin sanin halittar ɗan adam da likitanci. Ya kuma jagoranci tawagar masana da suka gano ƙwayar cutar ƙanjamau (HIV) da kuma abun da ke jawo karyewar garkuwar jiki ( Aids)Rubutun da LifeSiteNews tayi, wanda aka buga ranar 19 ga Mayu, ya ambato wata hira da Montagnier “ wadda gidauniyar RAIR ta ƙasar Amurka suka fassara kuma suka wallafa a jiya.” Gidauniyar ta bayyana kanta a matsayin “ wani yunƙuri don ƙwanto jamhuriyar mu daga mutane da ƙungiyoyin da suka haɗa kai don yaƙi da Amurka, tsarin mulki, iyakokin mu da kare ɗabi’un yahudu da nasara”.A cewar LifeSiteNews, Montagnier ya kira “ allurar rigakafin cutar korona da abun da ba a yi tunani ba, kuma babban kuskure a tarihi da ke haifar da nau’ikan cutar, wadda ke ta jawo mace-mace daga cutar”. “ Babban kuskure ne, ko ba haka ba? Kuskure a kimiyance, a kuma likitance. Kuskure ne da ba za a taɓa amincewa da shi ba,” Sun wallafo Montagnier na cewa. “ Littattafan tarihi zasu tabbatar da haka, saboda allurar rigakafin ke jawo nau’oin cutar.”Sai dai babu inda rubutun ya ambato Montagnier ya ce duk waɗanda aka yiwa allurar zasu mutu cikin shekaru biyu, ko kuma “ mu shirya ƙona gawawwaki”.A ranar 27 ga Mayu, LifeSiteNews suka ƙara sabunta rubutun. “ Yayin da LifeSiteNews ta ruwaito abun da Montagnier ya faɗa, wasu masana kimiyya sun yi watsi da rubutun sa, na cewa alluran rigakafin na jawo sababbin nau’ikan cutar,” sabon rubutu ya fara da cewa. Ya kuma ƙare da cewa: “ Abu na biyu shine, Montagnier bai ce duk wanda aka yiwa gwajin  allurar rigakafin Covid-19 ‘zai mutu’ cikin shekaru biyu ba. Wannan maganar an ƙage ta, an danganta masa ita a matsayin labaran ƙarya da ya ke ta bazuwa.”Ba mu samu wata hujja da ta tabbatar da cewa Montagnier yayi waɗannan kalamai ba.",,Masanin ƙwayoyin cuta Montagnier bai ce ‘ duk waɗanda aka yiwa allurar rigakafi zasu mutu cikin shekaru biyu’,,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,b,i,o,g,r,a,p,h,y,/,L,u,c,-,M,o,n,t,a,g,n,i,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,.,p,h,p,?,f,b,i,d,=,2,9,6,1,1,1,4,4,9,0,8,8,2,0,4,4,&,s,e,t,=,a,.,1,4,1,6,4,5,3,8,5,5,3,4,8,1,2,3,&,t,y,p,e,=,3,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,1,0,0,0,0,2,8,6,9,5,8,3,1,2,0,/,v,i,d,e,o,s,/,3,8,5,9,0,0,4,1,7,7,5,3,8,5,3,0,/,?,_,_,t,n,_,_,=,%,2,C,O,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,P,j,H,9,c,i,h,f,L,7,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,1,0,0,0,0,2,8,6,9,5,8,3,1,2,0,/,v,i,d,e,o,s,/,3,8,5,9,0,0,4,1,7,7,5,3,8,5,3,0,/,?,_,_,t,n,_,_,=,%,2,C,O,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,P,j,H,9,c,i,h,f,L,7,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,a,b,o,u,t,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,t,o,p,i,c,/,N,o,b,e,l,-,P,r,i,z,e,,,h,t,t,p,s,:,/,/,w,w,w,.,m,e,d,i,a,t,h,e,q,u,e,.,l,i,n,d,a,u,-,n,o,b,e,l,.,o,r,g,/,l,a,u,r,e,a,t,e,s,/,m,o,n,t,a,g,n,i,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,r,a,i,r,f,o,u,n,d,a,t,i,o,n,.,c,o,m,/,a,b,o,u,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s" -9,,,,False,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/fbchecks/no-asymptomatic-covid-patients-can-transmit-virus-and-masks-work,,2021-07-28,africacheck,,"A Facebook video posted on 5 July 2021 claims that studies show asymptomatic Covid-19 patients – people who don’t get sick – can’t transmit the new coronavirus. It also says the US Centers for Disease Control (CDC) published a review of studies and found wearing a mask doesn’t stop the spread of Covid.In the video, a woman appears to be standing at a podium, talking to an audience off camera. She says: “Nearly 500 people were recently exposed to a Covid positive asymptomatic carrier. Zero got sick. Asymptomatic carriers of Covid do not spread disease.”She goes on to claim: “The CDC a couple weeks ago did a study where they looked at every single other study in the entire world on face mask wearing and this is what they found. The CDC found, quote, ‘no reduction in viral transmission with the use of face masks’.”The words “the information is there dont say u wernt warned” are printed on the video. It’s been shared more than 1,200 times so far, including in South Africa. Since Covid-19 was declared a pandemic in early 2020, the World Health Organization has warned that Covid patients who don’t show any symptoms of the disease can still spread it to others. It also says masks are a “key measure to suppress transmission and save lives”.Do studies prove that asymptomatic Covid-19 patients can’t spread the disease? And has a CDC analysis found that masks don’t reduce transmission?Video of US attorney Leigh DundasThe video does not identify the woman, where she is, or when the video was taken. It’s poor quality, taken from an original that doesn’t appear to be online anymore.But we did find a short video on Vimeo of a woman named Leigh Dundas, speaking on 13 April. Based on her voice, hairstyle, clothing and the background, it’s likely that the video on Facebook shows this woman, at the same event.In the Vimeo video she identifies herself as a human rights attorney. The video is captioned “Leigh Dundas, Board of Supervisors, April 13 2021”. Dundas, a US attorney, publicly supports that country’s anti-vaccination movement. Voice of OC reports that, in May, she helped organise residents in California’s Orange county to go to local Board of Education meetings to petition against mandatory vaccinations and “vaccine passports”.As Africa Check has found, there is no such thing as mandatory or “universal” vaccination in the US. And vaccine passports don’t exist there.Asymptomatic patients can transmit the virusIn the Facebook video, Dundas refers to a May 2020 study in Wuhan, China. It’s titled A study on infectivity of asymptomatic SARS-CoV-2 carriers. The Covid-19 pandemic is thought to have started in Wuhan.The researchers studied 455 people who had been in contact with asymptomatic Covid-positive patients. None of the 455 tested positive for Covid-19. But the study didn’t find that people with asymptomatic Covid-19 can’t transmit the virus. Instead, it concluded that “the infectivity of some asymptomatic SARS-CoV-2 carriers might be weak”. SARS-CoV-2 is the formal name of the new coronavirus that causes Covid-19.Other studies of asymptomatic carriers have found that they can transmit the virus.A January 2021 study looked at 2,250 people in a “confined” community of university staff in the Canadian province of Quebec. Confinement, the study says, is “used to reflect social restrictions instructed by Quebec's government”.It found that 1.82% of the staff were asymptomatic carriers. None had contact with any known Covid patients. The researchers concluded: “Our results raise concerns about the possibility of viral spread through asymptomatic transmission.” But they added that the rate of asymptomatic transmission was unknown.In February 2021, a study based on daily mass screenings of some 20,000 residents of Luxembourg, a small country in Europe, was published. It found that, on average, asymptomatic patients infected the same number of people as patients with Covid-19 symptoms. The researchers concluded: “Asymptomatic carriers represent a significant risk for transmission.”CDC: Masks reduce Covid spreadAnd what about Dundas’s claim that a CDC analysis had found that masks didn’t reduce the amount of coronavirus transmitted between people?This is not what the CDC website says. A science brief on the site, updated on 7 May 2021, quotes several studies that found face masks reduced the risk of Covid-19 infection by as much as 79%, and had led to declines in daily new cases.The CDC concludes: “Experimental and epidemiological data support community masking to reduce the spread of SARS-CoV-2.” The CDC also says that making people wear masks can help prevent possible lockdowns in the future. The benefits increase when people are also required to use other measures against Covid: social distancing, hand washing and good ventilation. Conclusion: Video’s claims are falseIn a video posted on Facebook, US anti-vaccination advocate and lawyer Leigh Dundas claims that asymptomatic Covid-19 patients can’t transmit the virus. She also says a study by the US Centers for Disease Control found that masks don’t reduce the spread of the disease.But the CDC study doesn’t conclude that asymptomatic patients can’t transmit the virus. And  other studies have found that asymptomatic patients do transmit the virus. The CDC has published studies supporting the benefits of masks, and says wearing masks can reduce the spread of Covid-19.",,"No, asymptomatic Covid patients can transmit the virus, and masks work",,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,c,o,v,i,d,-,1,9,-,h,o,w,-,i,s,-,i,t,-,t,r,a,n,s,m,i,t,t,e,d,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,e,m,e,r,g,e,n,c,i,e,s,/,d,i,s,e,a,s,e,s,/,n,o,v,e,l,-,c,o,r,o,n,a,v,i,r,u,s,-,2,0,1,9,/,q,u,e,s,t,i,o,n,-,a,n,d,-,a,n,s,w,e,r,s,-,h,u,b,/,q,-,a,-,d,e,t,a,i,l,/,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,c,o,v,i,d,-,1,9,-,m,a,s,k,s,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,w,w,w,.,r,a,w,s,t,o,r,y,.,c,o,m,/,l,e,i,g,h,-,d,u,n,d,a,s,/,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,O,r,a,n,g,e,+,C,o,u,n,t,y,,,+,C,A,,,+,U,S,A,/,@,3,3,.,6,3,9,4,8,7,7,,,-,1,1,8,.,3,2,9,8,9,4,2,,,9,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,8,0,d,c,9,2,5,c,5,4,d,5,f,7,c,f,:,0,x,d,e,a,6,c,3,6,1,8,f,f,0,d,6,0,7,!,8,m,2,!,3,d,3,3,.,7,1,7,4,7,0,8,!,4,d,-,1,1,7,.,8,3,1,1,4,2,8,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,n,o,-,u,s,-,s,u,p,r,e,m,e,-,c,o,u,r,t,-,h,a,s,n,t,-,r,u,l,e,d,-,a,g,a,i,n,s,t,-,u,n,i,v,e,r,s,a,l,-,v,a,c,c,i,n,a,t,i,o,n,-,t,h,e,r,e,s,-,n,o,-,s,u,c,h,,,h,t,t,p,s,:,/,/,a,p,n,e,w,s,.,c,o,m,/,a,r,t,i,c,l,e,/,f,a,c,t,-,c,h,e,c,k,i,n,g,-,a,f,s,:,C,o,n,t,e,n,t,:,1,0,0,5,1,8,1,7,1,7,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,W,u,h,a,n,,,+,H,u,b,e,i,,,+,C,h,i,n,a,/,@,3,0,.,5,6,8,4,0,7,3,,,1,1,4,.,0,2,0,1,9,2,2,,,1,0,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,3,4,2,e,a,e,f,8,d,d,8,5,f,2,6,f,:,0,x,3,9,c,2,c,9,a,c,6,c,5,8,2,2,1,0,!,8,m,2,!,3,d,3,0,.,5,9,2,8,4,9,!,4,d,1,1,4,.,3,0,5,5,3,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,C,h,i,n,a,/,@,3,4,.,4,5,0,4,1,5,7,,,8,6,.,0,4,5,8,2,7,4,,,4,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,3,1,5,0,8,e,6,4,e,5,c,6,4,2,c,1,:,0,x,9,5,1,d,a,a,7,c,3,4,9,f,3,6,6,f,!,8,m,2,!,3,d,3,5,.,8,6,1,6,6,!,4,d,1,0,4,.,1,9,5,3,9,7,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,a,t,u,r,e,.,c,o,m,/,a,r,t,i,c,l,e,s,/,d,4,1,5,8,6,-,0,2,1,-,0,0,5,0,2,-,4,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,e,m,e,r,g,e,n,c,i,e,s,/,d,i,s,e,a,s,e,s,/,n,o,v,e,l,-,c,o,r,o,n,a,v,i,r,u,s,-,2,0,1,9,/,t,e,c,h,n,i,c,a,l,-,g,u,i,d,a,n,c,e,/,n,a,m,i,n,g,-,t,h,e,-,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,(,c,o,v,i,d,-,2,0,1,9,),-,a,n,d,-,t,h,e,-,v,i,r,u,s,-,t,h,a,t,-,c,a,u,s,e,s,-,i,t,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,C,a,n,a,d,a,/,@,5,6,,,-,9,6,,,3,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,b,0,d,0,3,d,3,3,7,c,c,6,a,d,9,:,0,x,9,9,6,8,b,7,2,a,a,2,4,3,8,f,a,5,!,8,m,2,!,3,d,5,6,.,1,3,0,3,6,6,!,4,d,-,1,0,6,.,3,4,6,7,7,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,Q,u,e,b,e,c,,,+,C,a,n,a,d,a,/,@,5,3,.,4,7,3,3,0,1,7,,,-,7,7,.,4,0,2,8,6,0,3,,,5,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,c,5,8,b,5,3,4,9,f,d,1,a,8,a,1,:,0,x,1,0,4,0,c,a,d,a,e,4,d,0,0,2,0,!,8,m,2,!,3,d,5,2,.,9,3,9,9,1,5,9,!,4,d,-,7,3,.,5,4,9,1,3,6,1,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,L,u,x,e,m,b,o,u,r,g,/,@,4,9,.,8,4,2,3,3,5,7,,,1,.,6,4,8,9,5,6,4,,,6,z,/,d,a,t,a,=,!,4,m,5,!,3,m,4,!,1,s,0,x,4,7,9,5,4,5,b,9,c,a,2,1,2,1,4,7,:,0,x,6,4,d,b,6,0,f,6,0,2,d,3,9,2,e,f,!,8,m,2,!,3,d,4,9,.,8,1,5,2,7,3,!,4,d,6,.,1,2,9,5,8,3,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l" -10,,,,Partlyfalse,Mary Alexander,,,africacheck,https://africacheck.org/about/authors/mary-alexander,https://africacheck.org/fact-checks/fbchecks/photo-2018-fuel-tax-protest-france-not-demonstrators-unleashing-truth-variant,,2021-07-28,africacheck,,"“Greece and France... Yep its happening, time to unlesh the new TRUTH variant,” reads the caption of two photos of what seem to be mass protests, posted on Facebook in July 2021 and shared in South Africa.The first photo shows a huge crowd of people on an avenue in Paris, France’s capital city. The city’s famous Arc de Triomphe can be seen in the background. Many in the crowd are wearing yellow reflective vests.The second photo is of another crowd, flanked by police, in a city square. The flag of Greece can be seen waving in the crowd.The photos were also posted on an Australia-based Facebook page, with a similar caption: “Greece & France! Thousands rally against COVID-19 vaccinations and government restrictions.”But do the photos really show people “unleashing the TRUTH variant” in protests against Covid-19 measures in Greece and France?Protest against vaccinations in Greece, against fuel tax in FranceA Google reverse image search of the second photo reveals that it does indeed show a rally against Covid-19 vaccinations, in the Greek capital of Athens on 14 July.The photo appears in an article on M3 News, an international online news magazine.“More than 5,000 anti-vaccine protesters, some of them waving Greek flags and wooden crosses, rallied in Athens on Wednesday to oppose Greece’s coronavirus vaccinations program,” the article reads.It adds: “Protests are fairly common in Greece and there have been several in recent months on issues ranging from new labour law to the most recent Israeli military campaign on Gaza.”But a TinEye reverse image search of the first photo, filtered for the oldest version, reveals that it has been online since at least 4 December 2018 – over a year before the coronavirus was first identified in late December 2019.The photo can be found on the French-language stock photo website Divergence Images. A machine translation of its caption reads: “Demonstration of the Yellow Vests on the Champs-Elysees, Paris on November 24, 2018.” It was taken by Olivier Coret.According to the US National Public Radio website, the 2018 yellow vests protests in France were sparked by the announcement of a new environmental tax on fuel.“Nicknamed for the safety vests worn by protesters, known as gilets jaunes, the yellow vest movement has sparked a political crisis for the French government,” the NPR says.“The protests started in the French provinces but spread to Paris, where demonstrations turned into riots over the weekend and scenes of violent civil unrest played out along the city's famous Avenue des Champs Élysées.”The second photo does show a protest against Covid-19 vaccinations, in Greece, but the first photo is of a demonstration against a fuel tax in France, more than two and a half years ago.",,Photo of 2018 fuel tax protest in France – not demonstrators ‘unleashing truth variant’ against Covid measures,"fuel tax, protest, covid, Covid-19",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,s,o,n,i,a,.,b,o,n,a,c,c,i,/,p,o,s,t,s,/,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,P,a,r,i,s,,,+,F,r,a,n,c,e,/,@,4,8,.,8,5,8,9,5,0,7,,,2,.,2,7,7,0,2,0,1,,,1,2,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,7,e,6,6,e,1,f,0,6,e,2,b,7,0,f,:,0,x,4,0,b,8,2,c,3,6,8,8,c,9,4,6,0,!,8,m,2,!,3,d,4,8,.,8,5,6,6,1,4,!,4,d,2,.,3,5,2,2,2,1,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,F,r,a,n,c,e,/,@,4,6,.,1,3,8,9,6,9,6,,,-,2,.,4,3,6,8,0,9,4,,,6,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,d,5,4,a,0,2,9,3,3,7,8,5,7,3,1,:,0,x,6,b,f,d,3,f,9,6,c,7,4,7,d,9,f,7,!,8,m,2,!,3,d,4,6,.,2,2,7,6,3,8,!,4,d,2,.,2,1,3,7,4,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,@,4,8,.,8,7,4,1,0,1,9,,,2,.,2,9,3,7,2,8,,,3,a,,,7,5,y,,,1,1,1,.,8,8,h,,,8,5,.,6,9,t,/,d,a,t,a,=,!,3,m,6,!,1,e,1,!,3,m,4,!,1,s,s,b,f,l,l,I,b,d,q,W,_,y,l,z,U,N,m,O,c,Y,b,g,!,2,e,0,!,7,i,1,6,3,8,4,!,8,i,8,1,9,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,7,1,8,3,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,r,e,e,k,a,.,c,o,m,/,g,r,e,e,c,e,-,h,i,s,t,o,r,y,/,f,l,a,g,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,G,r,e,e,c,e,/,@,3,8,.,0,6,0,2,9,7,6,,,1,9,.,9,9,1,2,2,,,6,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,1,3,5,b,4,a,c,7,1,1,7,1,6,c,6,3,:,0,x,3,6,3,a,1,7,7,5,d,c,9,a,2,d,1,d,!,8,m,2,!,3,d,3,9,.,0,7,4,2,0,8,!,4,d,2,1,.,8,2,4,3,1,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,h,r,a,a,u,s,t,r,a,l,i,a,/,p,o,s,t,s,/,2,9,0,2,7,9,9,6,2,8,9,0,6,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,7,1,8,3,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,A,t,h,e,n,s,,,+,G,r,e,e,c,e,/,@,3,7,.,9,9,0,8,9,9,7,,,2,3,.,7,0,3,3,1,9,8,,,1,3,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,1,4,a,1,b,d,1,f,0,6,7,0,4,3,f,1,:,0,x,2,7,3,6,3,5,4,5,7,6,6,6,8,d,d,d,!,8,m,2,!,3,d,3,7,.,9,8,3,8,0,9,6,!,4,d,2,3,.,7,2,7,5,3,8,8,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,i,n,-,g,r,e,e,c,e,-,t,h,o,u,s,a,n,d,s,-,r,a,l,l,y,-,a,g,a,i,n,s,t,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,a,t,i,o,n,s,/,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,c,o,n,t,a,c,t,/,s,t,a,f,f,-,d,i,r,e,c,t,o,r,y,/,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,i,n,-,g,r,e,e,c,e,-,t,h,o,u,s,a,n,d,s,-,r,a,l,l,y,-,a,g,a,i,n,s,t,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,a,t,i,o,n,s,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,T,i,n,E,y,e,-,G,r,e,e,c,e,-,p,r,o,t,e,s,t,s,.,j,p,g,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,:,/,/,w,w,w,.,d,i,v,e,r,g,e,n,c,e,-,i,m,a,g,e,s,.,c,o,m,/,o,l,i,v,i,e,r,-,c,o,r,e,t,/,r,e,p,o,r,t,a,g,e,s,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,O,C,O,1,1,9,3,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,r,e,f,-,O,C,O,1,1,9,3,0,0,1,.,h,t,m,l,,,h,t,t,p,s,:,/,/,t,r,a,n,s,l,a,t,e,.,g,o,o,g,l,e,.,c,o,m,/,t,r,a,n,s,l,a,t,e,?,s,l,=,a,u,t,o,&,t,l,=,e,n,&,u,=,h,t,t,p,:,/,/,w,w,w,.,d,i,v,e,r,g,e,n,c,e,-,i,m,a,g,e,s,.,c,o,m,/,o,l,i,v,i,e,r,-,c,o,r,e,t,/,r,e,p,o,r,t,a,g,e,s,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,O,C,O,1,1,9,3,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,r,e,f,-,O,C,O,1,1,9,3,0,0,1,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,1,8,/,1,2,/,0,3,/,6,7,2,8,6,2,3,5,3,/,w,h,o,-,a,r,e,-,f,r,a,n,c,e,s,-,y,e,l,l,o,w,-,v,e,s,t,-,p,r,o,t,e,s,t,e,r,s,-,a,n,d,-,w,h,a,t,-,d,o,-,t,h,e,y,-,w,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,1,8,/,1,2,/,0,3,/,6,7,2,8,6,2,3,5,3,/,w,h,o,-,a,r,e,-,f,r,a,n,c,e,s,-,y,e,l,l,o,w,-,v,e,s,t,-,p,r,o,t,e,s,t,e,r,s,-,a,n,d,-,w,h,a,t,-,d,o,-,t,h,e,y,-,w,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6" -11,,,,False,Oluseyi Awojulugbe,,,africacheck,https://africacheck.org/about/authors/oluseyi-awojulugbe,https://africacheck.org/fact-checks/fbchecks/no-dont-use-garlic-lower-blood-pressure,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that garlic can be used to lower high blood pressure.It also credits the World Health Organization (WHO) with saying garlic helps to reduce blood pressure in patients with moderate hypertension.“Garlic works in a way to increase the size of the arteries, which makes it easier for blood to pass. In addition, due to its diuretic properties, it reduces the volume of water in the body and therefore blood pressure,” reads part of the post.The post does include an unusual warning: “Be careful, even regular consumption of garlic does not exempt from appropriate treatment, especially in people with severe hypertension.” But is there any scientific evidence that the bulbous flowering plant can be used to manage high blood pressure? We checked.High blood pressure leads to 9.4 mn deaths annuallyAccording to the WHO, high blood pressure, also called hypertension, is when the force exerted by blood pushing against the walls of the arteries is higher than what is considered normal.“Hypertension is diagnosed if, when it is measured on two different days, the systolic blood pressure readings on both days are greater than 140 mmHg and/or the diastolic blood pressure readings on both days are greater than 90 mmHg,” says a WHO fact sheet on hypertension.Blood pressure is measured in units of millimeters of mercury, or mmHg. It is recorded as two numbers, the systolic or upper value first, followed by the diastolic or lower value. About 1.13 billion people around the world have high blood pressure, with the majority living in low- and middle-income countries. This leads to about 9.4 million deaths annually, says the WHO.‘Not approved by health authorities’ – expertSome studies have documented the potential of garlic in lowering high blood pressure in a similar way to standard medication. A review of trials involving garlic concludes that the vitamin B status of an individual is “an important factor for the responsiveness of high blood pressure to garlic”.But Basden Onwubere, a professor of medicine at the University of Nigeria in southeastern Nigeria, was sceptical. He told Africa Check: “Such prescriptions cannot be made by doctors.” “There are studies that have been published about the use of garlic in managing some health conditions but I am not aware of any traditional medicine that has been approved officially by Nafdac for use in managing high blood pressure,” he said.Nafdac is Nigeria’s National Agency for Food and Drug Administration and Control, responsible for regulating and controlling drugs, among other substances.Onwubere said: “Until that [approval] becomes available, what we are using now is the orthodox way of managing hypertension. This is medication and advice on managing the patient’s diet.”Africa Check has also checked claims on Facebook that ginger or ginger tea can prevent heart attack and stroke, and that mixing lemon, ginger and garlic cures high blood pressure. Like this claim, we found no conclusive evidence to support these. Experts advise those with high or elevated blood pressure to ignore miracle cures promoted on social media and seek proper medical care.",,"No, don’t use garlic to lower blood pressure","Garlic, high blood pressure",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,2,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,2,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,3,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,w,w,.,w,e,b,m,d,.,c,o,m,/,v,i,t,a,m,i,n,s,/,a,i,/,i,n,g,r,e,d,i,e,n,t,m,o,n,o,-,3,0,0,/,g,a,r,l,i,c,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,n,o,n,c,o,m,m,u,n,i,c,a,b,l,e,-,d,i,s,e,a,s,e,s,-,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,b,o,o,k,s,/,N,B,K,2,7,9,2,5,1,/,,,h,t,t,p,s,:,/,/,w,w,w,.,h,e,a,r,t,.,o,r,g,/,e,n,/,h,e,a,l,t,h,-,t,o,p,i,c,s,/,h,i,g,h,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e,/,u,n,d,e,r,s,t,a,n,d,i,n,g,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e,-,r,e,a,d,i,n,g,s,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,n,o,n,c,o,m,m,u,n,i,c,a,b,l,e,-,d,i,s,e,a,s,e,s,-,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,4,2,6,6,2,5,0,/,,,h,t,t,p,s,:,/,/,a,c,a,d,e,m,i,c,.,o,u,p,.,c,o,m,/,j,n,/,a,r,t,i,c,l,e,/,1,4,6,/,2,/,3,8,9,S,/,4,5,8,4,6,9,8,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,6,9,6,6,1,0,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,n,.,e,d,u,.,n,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,a,f,d,a,c,.,g,o,v,.,n,g,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,g,i,n,g,e,r,-,o,r,-,g,i,n,g,e,r,-,t,e,a,-,w,o,n,t,-,p,r,e,v,e,n,t,-,h,e,a,r,t,-,a,t,t,a,c,k,-,a,n,d,-,s,t,r,o,k,e,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,n,o,-,l,e,m,o,n,-,g,i,n,g,e,r,-,a,n,d,-,g,a,r,l,i,c,-,w,o,n,t,-,c,u,r,e,-,h,i,g,h,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e" -12,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-martine-moise-first-lady-haiti-not-dead,,2021-07-28,africacheck,,"Martine Moïse, the wife of Haiti’s assassinated president, is dead, claims a post shared on Facebook in Nigeria in July 2021.On 7 July, Haitian president Jovenel Moïse was assassinated in his private residence in the capital, Port-au-Prince. His wife, Martine Moïse, was also shot in the attack. Haiti is an island nation in the Caribbean Sea.The post claims that the “First Lady died from her injuries”, after being “rushed to hospital” and “despite the doctors’ best efforts”. The post includes photos of the couple. But is Martine Moïse dead?Alive and well Moïse was seriously injured during the assassination and was flown to Florida in the US for medical treatment.But on 17 July she spoke to the media from her hospital bed, confirming she was alive and well.In an article updated 17 July, she was pictured wearing a bulletproof vest as she returned to Port-au-Prince.Moïse also spoke at her late husband’s funeral on 22 July.",,"No, Martine Moïse, first lady of Haiti, not dead",,,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,c,f,r,.,o,r,g,/,i,n,-,b,r,i,e,f,/,a,s,s,a,s,s,i,n,a,t,i,o,n,-,h,a,i,t,i,a,n,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,w,h,a,t,-,k,n,o,w,,,h,t,t,p,s,:,/,/,w,w,w,.,c,f,r,.,o,r,g,/,i,n,-,b,r,i,e,f,/,a,s,s,a,s,s,i,n,a,t,i,o,n,-,h,a,i,t,i,a,n,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,w,h,a,t,-,k,n,o,w,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,a,r,t,i,n,e,j,m,o,i,s,e,?,l,a,n,g,=,e,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,H,a,i,t,i,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,n,e,w,s,.,s,k,y,.,c,o,m,/,s,t,o,r,y,/,w,i,f,e,-,o,f,-,a,s,s,a,s,s,i,n,a,t,e,d,-,h,a,i,t,i,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,s,p,e,a,k,s,-,f,r,o,m,-,h,o,s,p,i,t,a,l,-,b,e,d,-,1,2,3,5,3,3,4,2,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,m,a,r,t,i,n,e,-,m,o,i,s,e,-,w,i,f,e,-,o,f,-,a,s,s,a,s,s,i,n,a,t,e,d,-,p,r,e,s,i,d,e,n,t,-,m,a,k,e,s,-,s,u,r,p,r,i,s,e,-,r,e,t,u,r,n,-,t,o,-,h,a,i,t,i,-,1,1,6,2,6,5,6,4,4,9,1,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,2,1,/,0,7,/,1,7,/,1,0,1,7,3,9,8,2,1,9,/,m,a,r,t,i,n,e,-,m,o,i,s,e,-,w,i,f,e,-,o,f,-,s,l,a,i,n,-,p,r,e,s,i,d,e,n,t,-,r,e,t,u,r,n,s,-,t,o,-,h,a,i,t,i,,,h,t,t,p,s,:,/,/,w,w,w,.,v,o,a,n,e,w,s,.,c,o,m,/,a,m,e,r,i,c,a,s,/,g,u,n,f,i,r,e,-,p,r,o,t,e,s,t,s,-,d,i,s,r,u,p,t,-,f,u,n,e,r,a,l,-,h,a,i,t,i,s,-,a,s,s,a,s,s,i,n,a,t,e,d,-,p,r,e,s,i,d,e,n,t" -13,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/biafran-independence-movement-leader-nnamdi-kanu-arrested-not-fake-news,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that Nnamdi Kanu, leader of the Indigenous People of Biafra (Ipob), was not arrested, despite news reports saying he was.It reads: “Nnamdi Kanu Arrest. Nigerians and there fake news flying upandan [up and down].” Biafra was a region that roughly correlates with Nigeria’s South East geopolitical zone today.  In May 1967, Biafra declared its independence from the rest of the country. A civil war followed, ending in January 1970 with Biafra’s defeat.  There are continued calls for Biafran independence, most notably by Ipob. But has Kanu, who has been living in London in the UK, been arrested?Kanu arrested and arraigned in courtThere have been multiple reports in the mainstream media of Kanu’s arrest, both in Nigeria and internationally.He was arrested on 27 June 2021 through joint efforts by Nigerian security agents and the International Criminal Police Organization, or Interpol. But officials have not disclosed where and how.According to Nigeria's justice minister, Abubakar Malami, Kanu was brought back to Nigeria to face trial, after jumping bail in 2019.‘11-count charge’Kanu was previously arrested on 14 October 2015 on 11 charges, including terrorism, treasonable felony and managing an unlawful society. He was granted bail in 2017.He is also accused of inciting violence against the Nigerian state and institutions through TV, radio and online broadcasts, and of instigating violence, particularly in southeastern Nigeria.Kanu appeared before a federal high court in Abuja on 29 June 2021, two days after his arrest. While all the details are still to emerge at the time of writing, claims that he was not arrested are false.",,Biafran independence movement leader Nnamdi Kanu arrested – not ‘fake news’,,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,.,p,h,p,?,f,b,i,d,=,1,5,8,2,3,8,5,6,1,9,1,2,1,8,6,&,s,e,t,=,p,c,b,.,1,5,8,2,3,8,6,0,1,9,1,2,1,8,2,&,t,y,p,e,=,3,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,8,8,0,5,0,9,5,9,3,1,3,0,4,3,/,p,o,s,t,s,/,4,6,6,5,2,3,6,5,4,7,9,9,1,0,6,/,?,_,_,c,f,t,_,_,[,0,],=,A,Z,V,b,T,-,n,A,-,y,A,j,w,p,g,s,A,h,c,1,l,4,N,B,v,q,1,n,g,x,o,Q,L,V,Y,c,2,l,Z,N,P,4,J,9,v,Z,m,r,z,X,0,0,u,N,U,b,E,z,M,H,p,7,H,n,7,b,7,M,I,c,Q,C,W,7,A,d,Y,Y,k,w,p,s,A,k,w,q,S,P,P,A,a,d,i,k,i,b,V,N,_,p,f,Y,b,Z,a,1,W,c,K,c,J,C,r,N,N,g,P,G,q,s,9,r,4,2,h,c,r,l,q,-,A,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,f,o,r,e,i,g,n,p,o,l,i,c,y,.,c,o,m,/,2,0,2,0,/,0,6,/,1,1,/,n,i,g,e,r,i,a,-,b,i,a,f,r,a,-,k,a,n,u,-,r,e,c,o,n,c,i,l,i,a,t,i,o,n,-,i,n,d,e,p,e,n,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,8,8,0,5,0,9,5,9,3,1,3,0,4,3,/,p,o,s,t,s,/,4,6,6,5,2,3,6,5,4,7,9,9,1,0,6,/,?,_,_,c,f,t,_,_,[,0,],=,A,Z,V,b,T,-,n,A,-,y,A,j,w,p,g,s,A,h,c,1,l,4,N,B,v,q,1,n,g,x,o,Q,L,V,Y,c,2,l,Z,N,P,4,J,9,v,Z,m,r,z,X,0,0,u,N,U,b,E,z,M,H,p,7,H,n,7,b,7,M,I,c,Q,C,W,7,A,d,Y,Y,k,w,p,s,A,k,w,q,S,P,P,A,a,d,i,k,i,b,V,N,_,p,f,Y,b,Z,a,1,W,c,K,c,J,C,r,N,N,g,P,G,q,s,9,r,4,2,h,c,r,l,q,-,A,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,i,a,f,r,a,,,h,t,t,p,s,:,/,/,w,w,w,.,r,e,s,e,a,r,c,h,g,a,t,e,.,n,e,t,/,f,i,g,u,r,e,/,M,a,p,-,o,f,-,N,i,g,e,r,i,a,-,a,n,d,-,i,t,s,-,g,e,o,p,o,l,i,t,i,c,a,l,-,z,o,n,e,s,-,N,o,r,t,h,-,C,e,n,t,r,a,l,-,B,e,n,u,e,-,F,C,T,-,K,o,g,i,-,K,w,a,r,a,_,f,i,g,1,_,2,5,6,6,1,4,6,0,5,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,i,a,f,r,a,,,h,t,t,p,s,:,/,/,f,o,r,e,i,g,n,p,o,l,i,c,y,.,c,o,m,/,2,0,2,0,/,0,6,/,1,1,/,n,i,g,e,r,i,a,-,b,i,a,f,r,a,-,k,a,n,u,-,r,e,c,o,n,c,i,l,i,a,t,i,o,n,-,i,n,d,e,p,e,n,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,u,g,o,b,e,s,t,i,k,y,.,c,o,m,/,w,p,-,c,o,n,t,e,n,t,/,u,p,l,o,a,d,s,/,2,0,1,9,/,0,9,/,F,B,_,I,M,G,_,1,5,6,8,1,3,8,8,2,5,5,8,2,9,8,9,8,-,7,5,0,x,4,3,0,.,j,p,g,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,g,u,a,r,d,i,a,n,.,c,o,m,/,w,o,r,l,d,/,2,0,2,1,/,j,u,n,/,2,9,/,b,i,a,f,r,a,-,s,e,p,a,r,a,t,i,s,t,-,l,e,a,d,e,r,-,a,r,r,e,s,t,e,d,-,a,n,d,-,e,x,t,r,a,d,i,t,e,d,-,t,o,-,n,i,g,e,r,i,a,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,t,e,r,p,o,l,.,i,n,t,/,e,n,,,h,t,t,p,s,:,/,/,e,d,i,t,i,o,n,.,c,n,n,.,c,o,m,/,2,0,2,1,/,0,6,/,2,9,/,a,f,r,i,c,a,/,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,n,i,g,e,r,i,a,-,i,n,t,l,/,i,n,d,e,x,.,h,t,m,l,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,0,5,6,6,-,u,p,d,a,t,e,d,-,n,n,a,m,d,i,-,k,a,n,u,-,r,e,-,a,r,r,e,s,t,e,d,-,r,e,t,u,r,n,e,d,-,t,o,-,n,i,g,e,r,i,a,-,m,a,l,a,m,i,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,0,5,6,6,-,u,p,d,a,t,e,d,-,n,n,a,m,d,i,-,k,a,n,u,-,r,e,-,a,r,r,e,s,t,e,d,-,r,e,t,u,r,n,e,d,-,t,o,-,n,i,g,e,r,i,a,-,m,a,l,a,m,i,.,h,t,m,l,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,n,n,a,m,d,i,-,k,a,n,u,-,a,p,p,e,a,r,s,-,i,n,-,c,o,u,r,t,-,a,f,t,e,r,-,r,e,-,a,r,r,e,s,t,/" -14,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-yoruba-separatist-sunday-adeyemo-still-custody-republic-benin-wife-released,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria on 20 July 2021 claims that Sunday Adeyemo and his wife Ropo Adeyemo have been released from custody in Benin and allowed to board a plane to Germany.Adeyemo, popularly known as Sunday Igboho, has been campaigning for the self-determination of the Yoruba people in southwestern Nigeria.The Facebook post reads: “Breaking news!!!! Sunday Adeyemo (AKA) Igboho and his wife German citizen has been released and allows to board plane on their way to Germany #BeninRepublicNoBeKenya.”The post has been shared several times and some commenters were happy.One Facebook user said: “Just can't express my joy for the great news!!!”Another said: “Good to hear this, shame to the haters.”However, others said the claim was not true.Were Sunday and Ropo Adeyemo jailed and have they been released from custody in Benin?Igboho still held but wife releasedThe Adeyemos fled Nigeria for the neighbouring Republic of Benin in early July after their Ibadan home was raided by the the Department of State Services.Ammunition and weapons were found on the premises during the raid.The Nigerian government then issued a warrant for Sunday Adeyemo’s arrest.On 19 July, the couple were arrested in the port city of Cotonou by Beninoise authorities while trying to travel to Germany. Ropo Adeyemo lives in Germany.The charges brought by the Beninoise court were for immigration-related offences. It ordered Ropo’s release while Sunday remained in custody. His trial continued on 26 July. The claims on Facebook are false.",,"No, Yoruba separatist Sunday Adeyemo still in custody in Republic of Benin, wife released",,,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,9,3,4,2,7,5,,,h,t,t,p,s,:,/,/,w,w,w,.,n,g,n,e,w,s,2,4,7,.,c,o,m,/,s,u,n,d,a,y,-,i,g,b,o,h,o,-,b,i,o,g,r,a,p,h,y,-,w,f,e,-,a,g,e,-,h,o,u,s,e,-,s,o,n,s,-,f,a,m,i,l,y,-,n,e,t,-,w,o,r,t,h,-,c,a,r,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,t,o,p,-,n,e,w,s,/,4,7,1,2,8,8,-,l,a,g,o,s,-,r,a,l,l,y,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,y,o,r,u,b,a,-,n,a,t,i,o,n,-,c,a,m,p,a,i,g,n,e,r,s,-,s,e,t,-,f,o,r,-,s,h,o,w,d,o,w,n,-,w,i,t,h,-,p,o,l,i,c,e,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,e,n,i,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,9,3,4,2,7,5,,,h,t,t,p,s,:,/,/,w,w,w,.,d,s,s,.,g,o,v,.,n,g,/,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,d,s,s,-,d,e,c,l,a,r,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,n,t,e,d,-,c,o,n,f,i,r,m,s,-,r,a,i,d,-,o,n,-,h,i,s,-,r,e,s,i,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,d,s,s,-,d,e,c,l,a,r,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,n,t,e,d,-,c,o,n,f,i,r,m,s,-,r,a,i,d,-,o,n,-,h,i,s,-,r,e,s,i,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,4,7,4,9,-,h,o,w,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,s,-,a,r,r,e,s,t,e,d,-,i,n,-,b,e,n,i,n,-,r,e,p,u,b,l,i,c,.,h,t,m,l,,,h,t,t,p,:,/,/,s,a,h,a,r,a,r,e,p,o,r,t,e,r,s,.,c,o,m,/,2,0,2,1,/,0,7,/,2,2,/,b,r,e,a,k,i,n,g,-,b,e,n,i,n,e,s,e,-,c,o,u,r,t,-,r,e,l,e,a,s,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,%,E,2,%,8,0,%,9,9,s,-,w,i,f,e,-,o,r,d,e,r,s,-,i,g,b,o,h,o,-,r,e,m,a,i,n,-,c,u,s,t,o,d,y,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,e,n,i,n,o,i,s,e,-,c,o,u,r,t,s,-,n,o,t,-,u,s,e,d,-,t,o,-,l,a,r,g,e,-,c,r,o,w,d,s,-,i,g,b,o,h,o,s,-,l,a,w,y,e,r,s,-,c,a,u,t,i,o,n,-,s,u,p,p,o,r,t,e,r,s,/" -15,,,,Misleading,Keegan Leech,,,africacheck,https://africacheck.org/about/authors/keegan-leech,https://africacheck.org/fact-checks/reports/no-south-africa-does-not-account-50-global-mining-deaths,About 50% of global mining deaths occur in South Africa.,2021-07-28,africacheck,,"Messages posted on Twitter and Facebook claim that 50% of global mining deaths occur in South Africa.But the figure is taken from a 2020 report by the International Council on Mining and Minerals, which only records the deaths reported by its 28 member companies. This is not all the mining deaths in the world.There is a lack of reliable global statistics on mining fatalities. Deaths from mining diseases, and the deaths of contractors and small-scale miners, tend to be under-reported.“About 50% of global mining deaths occur in South Africa. Yet no single mining executive has been held accountable,” reads a tweet with more than 850 likes, which has been shared over 500 times on Twitter. The claim has also been posted on Facebook and other social media.When another user asked for “receipts” supporting the claim, the person who posted it said the data came from the International Council on Mining and Metals. Is the claim backed by data? We checked. Only 28 members included in rankingThe source of this claim is a 2020 report published by the International Council on Mining and Minerals (ICMM). The mining association collates the number of workplace accidents and fatalities recorded by its members.But the ICMM told Africa Check that its 28 member companies represent only about a third of the global mining industry. Not all mining companies are members and not all countries are represented. According to the report, South Africa recorded 22 out of 44 fatalities in 2020. This is 50% of deaths reported by its members – not 50% of global deaths. South Africa also accounted for more total working hours than any other individual country: 17.7% of all recorded hours in 2020.Government records more mining deathsSouth Africa has regularly fared worst in the ICMM’s safety reports. It has contributed the most deaths every year since 2015, the first year the council recorded location data. The one exception was 2019, when the Brumadinho dam disaster in Brazil claimed more than 250 lives.But the ICMM’s records likely don’t even represent all mining deaths in South Africa. The last year the country’s department of mineral resources and energy released a tally of mining fatalities was 2018. In that year, the department recorded 81 fatalities, while South African ICMM members recorded just 14.Data on global mining deaths is limited According to the Minerals Council South Africa (MCSA), another mining industry employers’ organisation, the ICMM’s 28 members “exclude huge numbers of mining businesses in many parts of the world, including some major mining jurisdictions, most notably China”.But determining the total number of mining fatalities around the world is not easy.“There is no one record of all industry fatalities,” the ICMM told Africa Check. “Individual companies will release their fatality numbers in their own sustainability and annual reports.”In 2019 the Wall Street Journal reported that many of the world’s mining fatalities may not even be counted. Its analysis of mining companies’ safety reports found that many did not record the deaths of contractors, workers transporting extracted minerals or deaths at joint mining ventures, which are managed by more than one company.The journal even found that more than half of the people who died in the 2019 Brumadinho dam disaster may not have been included in the official mining death toll. Deaths from mining diseases are even more likely to go unrecorded.Artisanal mining deaths may not be recordedAnother category of fatalities which may go overlooked is artisanal mining. In 2013, the World Bank estimated that there were “approximately 100 million artisanal miners globally”. This form of small-scale mining is often, but not always, conducted illegally. Deaths in this sector are more likely to go unrecorded. In June 2021 the bodies of 20 people believed to be illegal miners or “zama-zamas” were found near abandoned mine shafts in Johannesburg. In a 2016 report, human rights organisation Amnesty International said that in artisanal cobalt mines in the Democratic Republic of the Congo, “many accidents go unrecorded and bodies are left buried in the rubble”.And a 2004 publication by philanthropy organisation Oxfam, in collaboration with environmental non-profit Earthworks, found that “health and safety data for ASM [artisanal and small-scale mining] are sketchy, but the sector appears to experience a significantly higher accident rate than the industry as a whole”.Conclusion: South Africa accounts for 50% of mining deaths recorded by 28 companies in a single report – not 50% of global deaths. A widely shared social media post claims that South Africa accounted for “about 50% of global mining deaths”. But the report cited as evidence gives mining fatalities for 28 companies in 2020. That year South Africa accounted for half of the 44 recorded fatalities. The report likely doesn't even represent all mining deaths in South Africa. It also excludes major miners and mining countries such as China. We therefore rate the claim misleading. But data on global mining fatalities is fraught with problems. Beyond the lack of reliable global statistics, deaths from disease, and the deaths of contractors and small-scale miners, are regularly under-reported across the world. More and better data is needed to accurately determine how many deaths are due to mining, both globally and in South Africa.",,"No, South Africa does not account for ‘50% of global mining deaths’","mining, global, deaths",,,,,"h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,S,c,r,e,e,n,s,h,o,t,_,2,0,2,1,-,0,6,-,2,1,_,a,t,_,1,6,-,0,0,-,4,7,_,T,_,o,n,_,T,w,i,t,t,e,r,.,p,n,g,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,o,k,h,a,t,h,i,/,s,t,a,t,u,s,/,1,4,0,6,1,3,4,7,7,3,2,3,2,4,1,8,8,1,7,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,M,d,u,Z,o,n,d,o,/,p,o,s,t,s,/,4,0,8,5,2,0,6,8,9,1,5,3,4,3,9,3,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,a,n,h,l,a,m,z,a,/,s,t,a,t,u,s,/,1,4,0,6,4,9,1,7,8,7,5,4,4,4,3,2,6,4,3,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,o,k,h,a,t,h,i,/,s,t,a,t,u,s,/,1,4,0,6,1,3,4,7,7,3,2,3,2,4,1,8,8,1,7,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,2,0,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,a,b,o,u,t,-,u,s,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,a,b,o,u,t,-,u,s,/,o,u,r,-,m,e,m,b,e,r,s,/,m,e,m,b,e,r,-,c,o,m,p,a,n,i,e,s,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,9,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,8,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,5,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,3,0,3,2,4,3,4,2,0,3,0,0,1,9,2,,,h,t,t,p,s,:,/,/,w,w,w,.,d,m,r,.,g,o,v,.,z,a,/,,,h,t,t,p,s,:,/,/,w,w,w,.,d,m,r,.,g,o,v,.,z,a,/,P,o,r,t,a,l,s,/,0,/,R,e,s,o,u,r,c,e,s,/,A,n,n,u,a,l,%,2,0,R,e,p,o,r,t,s,/,D,M,R,_,a,n,n,u,a,l,_,r,e,p,o,r,t,_,2,0,1,9,_,l,o,w,%,2,0,r,e,s,.,p,d,f,?,v,e,r,=,2,0,1,9,-,1,1,-,0,5,-,1,6,1,4,1,2,-,8,8,3,#,p,a,g,e,=,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,8,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,m,i,n,e,r,a,l,s,c,o,u,n,c,i,l,.,o,r,g,.,z,a,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,t,h,e,-,h,i,d,d,e,n,-,d,e,a,t,h,s,-,o,f,-,m,i,n,i,n,g,-,1,1,5,7,7,8,2,5,5,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,t,h,e,-,h,i,d,d,e,n,-,d,e,a,t,h,s,-,o,f,-,m,i,n,i,n,g,-,1,1,5,7,7,8,2,5,5,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,e,i,t,i,.,o,r,g,/,A,S,M,,,h,t,t,p,s,:,/,/,w,w,w,.,w,o,r,l,d,b,a,n,k,.,o,r,g,/,e,n,/,t,o,p,i,c,/,e,x,t,r,a,c,t,i,v,e,i,n,d,u,s,t,r,i,e,s,/,b,r,i,e,f,/,a,r,t,i,s,a,n,a,l,-,a,n,d,-,s,m,a,l,l,-,s,c,a,l,e,-,m,i,n,i,n,g,,,h,t,t,p,s,:,/,/,w,w,w,.,t,i,m,e,s,l,i,v,e,.,c,o,.,z,a,/,n,e,w,s,/,s,o,u,t,h,-,a,f,r,i,c,a,/,2,0,2,1,-,0,6,-,1,5,-,t,w,e,n,t,y,-,b,o,d,i,e,s,-,o,f,-,a,l,l,e,g,e,d,-,z,a,m,a,-,z,a,m,a,s,-,f,o,u,n,d,-,o,u,t,s,i,d,e,-,k,l,e,r,k,s,d,o,r,p,/,,,h,t,t,p,s,:,/,/,w,w,w,.,a,m,n,e,s,t,y,u,s,a,.,o,r,g,/,r,e,p,o,r,t,s,/,t,h,i,s,-,i,s,-,w,h,a,t,-,w,e,-,d,i,e,-,f,o,r,-,h,u,m,a,n,-,r,i,g,h,t,s,-,a,b,u,s,e,s,-,i,n,-,t,h,e,-,d,e,m,o,c,r,a,t,i,c,-,r,e,p,u,b,l,i,c,-,o,f,-,t,h,e,-,c,o,n,g,o,-,p,o,w,e,r,-,t,h,e,-,g,l,o,b,a,l,-,t,r,a,d,e,-,i,n,-,c,o,b,a,l,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,a,m,n,e,s,t,y,u,s,a,.,o,r,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,p,u,b,l,i,c,a,t,i,o,n,s,/,d,i,r,t,y,_,m,e,t,a,l,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,o,x,f,a,m,.,o,r,g,/,e,n,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,c,m,s,/,a,s,s,e,t,s,/,u,p,l,o,a,d,s,/,a,r,c,h,i,v,e,/,f,i,l,e,s,/,p,u,b,l,i,c,a,t,i,o,n,s,/,D,i,r,t,y,M,e,t,a,l,s,_,W,o,r,k,e,r,s,.,p,d,f,#,p,a,g,e,=,2" -16,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/lemon-zobo-baya-maganin-zazzabi-aje-asibiti,,2021-07-27,africacheck,,"Wani rubutu da aka buga a Facebook yayi iƙirarin cewa lemon zoɓo “na maganin zazzaɓi.”“ Yadda ake lemon zoɓo na magani,” rubutun ya fara. Ya bayyana yadda za ayi  lemon da a fara  jiƙa ganyen zoɓo, abarba, ganyen lemongiras, citta, biturut, lemon zaƙi, kankana da ruwa.Zoɓo dai wani lemo ne da ya shahara a Najeriya, wanda ake yi da busasshiyar filawar itacen rosilli. Itacen rosilli, wanda ake kira da habiscus sabdariffa a kimiyance ya fito ne daga ayarin itatuwan Malvaceae. Yana fitowa a wurare masu zafi, yana kuma da launin kore mai duhu ko jajayen kara da ganye.Shin lemon da aka bayyana a rubutun yana maganin zazzaɓi?  Abubuwa da dama na jawo zazzaɓiZazzaɓi shine ƙaruwar zafin jiki sama da maki 37 a ma’aunin selshiyos. Wanda ke nuna alamun shigar cuta, kamar yadda Mayo Clinic suka bayyana. Wasu daga cikin alamun zazzaɓi sun haɗa da ciwon kai, rawar jiki, rashin ɗanɗano, rashin ruwa a jiki da kuma kasala. Hukumar lafiya ta Britaniyya(NHS) tace abubuwa da cututtaka da dama na iya jawo zazzaɓi. Yana kuma daga cikin alamun cutar Covid-19.Mutane- manya da yara- idan zazzaɓi ya kama su tare da ciwon kai mai zafi, jijjiga, rikicewar tunani, yawan amai, ciwon ciki da wahala wajen numfashi, ana basu shawarar zuwa asibiti cikin gaggawa.Kada a ɗauki zazzaɓi akan abu mai sauƙi“ Wannan haɗin gargajiya ne, ayi watsi da shi,” Cewar Marycelin Baba, Farfesa a fannin ƙwayoyin cuta ta jami’ar Maiduguri, kamar yadda ta shaidawa Africa Check.Baba wadda suka wallafa wata takarda akan gaza gane cutar zazzaɓin cizon sauro da zazzaɓin taifot. “ Babu wata hujja a kimiyance da ta goyi da bayan wannan da’awar,”  cewar Farfesar. “ Wannan haɗi baya magani ko hana zazzaɓi. Ƴaƴan itatuwan da aka lissafa na da muhimmanci  a jiki amma ba maganin zazzaɓi ba ne”.Baba ta ƙara da cewa: Idan an kamu da zazzaɓi, a hanzarta zuwa asibiti. Kada a dogara da haɗe-haɗe. Kada a ɗauki zazzaɓi da wasa.”",,Lemon Zoɓo baya maganin zazzaɓi- aje asibiti,"zobo, Incorrect",,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,5,3,4,7,0,5,9,8,3,7,4,0,0,0,/,p,e,r,m,a,l,i,n,k,/,1,6,2,9,6,4,9,8,6,0,7,5,6,0,6,1,/,?,_,_,c,f,t,_,_,%,5,b,0,%,5,d,=,A,Z,X,e,w,-,F,y,o,s,d,U,N,v,m,F,i,Q,H,u,2,W,m,j,B,T,b,E,0,I,-,j,l,6,f,F,v,T,m,V,0,n,Z,L,l,l,E,a,K,q,8,2,p,D,D,0,k,J,l,1,k,s,h,M,k,y,h,X,x,K,F,0,T,8,Y,L,X,_,s,3,b,U,y,z,E,t,Z,R,a,H,-,b,D,e,D,u,N,0,n,0,s,c,1,H,b,g,p,3,l,2,k,A,a,I,K,L,J,U,p,z,f,2,F,-,2,u,7,t,f,o,Q,U,6,o,5,e,4,r,M,3,j,I,M,N,j,N,2,h,Z,K,W,9,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,t,h,e,n,a,t,i,o,n,o,n,l,i,n,e,n,g,.,n,e,t,/,i,n,t,e,r,e,s,t,i,n,g,-,f,a,c,t,s,-,z,o,b,o,-,r,o,s,e,l,l,e,-,d,r,i,n,k,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,n,t,/,r,o,s,e,l,l,e,-,p,l,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,n,h,s,.,u,k,/,s,e,a,r,c,h,/,r,e,s,u,l,t,s,?,q,=,F,e,v,e,r,&,p,a,g,e,=,0,,,h,t,t,p,s,:,/,/,w,w,w,.,h,e,a,l,t,h,.,h,a,r,v,a,r,d,.,e,d,u,/,d,i,s,e,a,s,e,s,-,a,n,d,-,c,o,n,d,i,t,i,o,n,s,/,c,o,v,i,d,-,1,9,-,b,a,s,i,c,s,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,i,m,a,i,d,.,e,d,u,.,n,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,l,o,n,g,d,o,m,.,o,r,g,/,p,r,o,c,e,e,d,i,n,g,s,/,a,r,b,o,v,i,r,u,s,-,c,o,i,n,f,e,c,t,i,o,n,s,-,i,n,-,s,u,s,p,e,c,t,e,d,-,f,e,b,r,i,l,e,-,m,a,l,a,r,i,a,-,a,n,d,-,t,y,p,h,o,i,d,-,p,a,t,i,e,n,t,s,-,a,-,w,o,r,r,i,s,o,m,e,-,s,i,t,u,a,t,i,o,n,-,i,n,-,n,i,g,e,r,i,a,-,8,5,.,h,t,m,l" -17,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/masanin-kwayoyin-cuta-montagnier-bai-ce-duk-wadanda-aka-yiwa-allurar-rigakafi,,2021-07-27,africacheck,,"Shin Luc Montagnier, ƙwararre akan ƙwayoyin cuta ɗan ƙasar Faransa yace duk waɗanda aka yiwa allurar rigakafi zasu mutu cikin shekaru biyu? Wannan rubutu ne da ke ta yawo a WhatsApp, Facebook da Instagram a Najeriya a watan Mayu 2021.Da dama daga rubutun da ake yaɗawa na nuna hoton Montagnier da taken: “ Duk waɗanda aka yiwa allurar rigakifi zasu mutu cikin shekaru biyu.”“ Luc Montagnier wanda ya samu lambar yabo ta Nobel ya tabbatar da cewa babu dama mutum ya cigaba da rayuwa bayan ya yi kowacce daga alluran rigakafin,” rubutu da ake fi yaɗawa ke cewa.“ A wata ganawa da akayi da shi, babban ƙwararre akan ƙwayoyin cuta ya ce: ‘ babu dama, sannan babu magani ga waɗanda suka riga sukayi allurar rigakafin. Mu shirya ƙona gawawwaki.’ Masanin kimiyar ya kuma goyi da bayan da’awowin wasu masana ƙwayoyin cuta bayan yayi nazarin abubuwa da ke ɗauke  acikin alluran rigakafin. Duk zasu mutu daga haɓakar ƙwayoyin kare ƙwayar cuta a jiki. Babu abun da za a kuma cewa.”Da dama daga rubutukan da ake yaɗawa an alaƙanta su ga wani rubutu a shafin yanar gizo na LifeSiteNews, wanda ke da taƙen: Wanda ya ci lambar yabo ta nobel: Taron llurar rigakafin Covid ‘kuskure ne da ba a amince da shi ba.”Da gaske Montagnier ya ce duk waɗanda aka yiwa alllurar rigakafi zasu mutu cikin shekaru biyu? Ƙarya aka alaƙanta masa, ‘ labaran ƙarya aka kwaikwaya’Wanda aka haifa a ranar 18 ga watan Agusta 1932, Luc Montagnier masanin binciken kimiyyyar ɗan asalin ƙasar Faransa, wanda ya samu tarin nasarori da suka haɗa da lambar yabo ta Nobel a shekarar 2008 akan ilimin sanin halittar ɗan adam da likitanci. Ya kuma jagoranci tawagar masana da suka gano ƙwayar cutar ƙanjamau (HIV) da kuma abun da ke jawo karyewar garkuwar jiki ( Aids)Rubutun da LifeSiteNews tayi, wanda aka buga ranar 19 ga Mayu, ya ambato wata hira da Montagnier “ wadda gidauniyar RAIR ta ƙasar Amurka suka fassara kuma suka wallafa a jiya.” Gidauniyar ta bayyana kanta a matsayin “ wani yunƙuri don ƙwanto jamhuriyar mu daga mutane da ƙungiyoyin da suka haɗa kai don yaƙi da Amurka, tsarin mulki, iyakokin mu da kare ɗabi’un yahudu da nasara”.A cewar LifeSiteNews, Montagnier ya kira “ allurar rigakafin cutar korona da abun da ba a yi tunani ba, kuma babban kuskure a tarihi da ke haifar da nau’ikan cutar, wadda ke ta jawo mace-mace daga cutar”. “ Babban kuskure ne, ko ba haka ba? Kuskure a kimiyance, a kuma likitance. Kuskure ne da ba za a taɓa amincewa da shi ba,” Sun wallafo Montagnier na cewa. “ Littattafan tarihi zasu tabbatar da haka, saboda allurar rigakafin ke jawo nau’oin cutar.”Sai dai babu inda rubutun ya ambato Montagnier ya ce duk waɗanda aka yiwa allurar zasu mutu cikin shekaru biyu, ko kuma “ mu shirya ƙona gawawwaki”.A ranar 27 ga Mayu, LifeSiteNews suka ƙara sabunta rubutun. “ Yayin da LifeSiteNews ta ruwaito abun da Montagnier ya faɗa, wasu masana kimiyya sun yi watsi da rubutun sa, na cewa alluran rigakafin na jawo sababbin nau’ikan cutar,” sabon rubutu ya fara da cewa. Ya kuma ƙare da cewa: “ Abu na biyu shine, Montagnier bai ce duk wanda aka yiwa gwajin  allurar rigakafin Covid-19 ‘zai mutu’ cikin shekaru biyu ba. Wannan maganar an ƙage ta, an danganta masa ita a matsayin labaran ƙarya da ya ke ta bazuwa.”Ba mu samu wata hujja da ta tabbatar da cewa Montagnier yayi waɗannan kalamai ba.",,Masanin ƙwayoyin cuta Montagnier bai ce ‘ duk waɗanda aka yiwa allurar rigakafi zasu mutu cikin shekaru biyu’,,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,b,i,o,g,r,a,p,h,y,/,L,u,c,-,M,o,n,t,a,g,n,i,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,.,p,h,p,?,f,b,i,d,=,2,9,6,1,1,1,4,4,9,0,8,8,2,0,4,4,&,s,e,t,=,a,.,1,4,1,6,4,5,3,8,5,5,3,4,8,1,2,3,&,t,y,p,e,=,3,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,1,0,0,0,0,2,8,6,9,5,8,3,1,2,0,/,v,i,d,e,o,s,/,3,8,5,9,0,0,4,1,7,7,5,3,8,5,3,0,/,?,_,_,t,n,_,_,=,%,2,C,O,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,P,j,H,9,c,i,h,f,L,7,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,1,0,0,0,0,2,8,6,9,5,8,3,1,2,0,/,v,i,d,e,o,s,/,3,8,5,9,0,0,4,1,7,7,5,3,8,5,3,0,/,?,_,_,t,n,_,_,=,%,2,C,O,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,P,j,H,9,c,i,h,f,L,7,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,a,b,o,u,t,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,t,o,p,i,c,/,N,o,b,e,l,-,P,r,i,z,e,,,h,t,t,p,s,:,/,/,w,w,w,.,m,e,d,i,a,t,h,e,q,u,e,.,l,i,n,d,a,u,-,n,o,b,e,l,.,o,r,g,/,l,a,u,r,e,a,t,e,s,/,m,o,n,t,a,g,n,i,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,r,a,i,r,f,o,u,n,d,a,t,i,o,n,.,c,o,m,/,a,b,o,u,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s" -18,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/shafa-kugu-baya-kara-yawan-maniyyi,,2021-07-27,africacheck,,"Shafa tsakiyar ƙugu na sa ƙarin ruwan maniyyi, a cewar wani hoto a Facebook wanda mutane da dama suka aka rarraba shi.Hoton na ɗauke da kanun rubutun kamar haka, “ Yawan maniyyi” da kuma hoton babban ɗan yatsa akan tsakiyar ƙugu. “ Ku ƙara yawan maniyyi ta hanyar shafa nan wajen a ƙugun ku,” aka rubuta akan hoton.Wasu da su ke tsokaci a ƙasan rubutun waɗanda suka kai sama da mutum 600, na neman a tabbatar musu da gaskiyar batun. Akwai wata hujja a kimiyyance? Menene ƙarancin ruwan maniyyi?A cewar Mayo Clinic, wata cibiyar kiwon lafiya mallakar Amurka, ana ƙirga yawan maniyyin namiji ne ta hanyar dubawa da madubin dibarudu, sannan a ƙirga yawan ƙwayoyin halittar maniyyin da suka bayyana.Yawan ƙwayoyin halittar maniyyin lafiyayyen mutum yana kamawa daga miliyan 15 zuwa sama da miliyan 200 kowanne milimita. Wannan na nufin ƙasa da miliyan 39 yayin inzali. Babu hujja a kimiyyance “ Wannan ai abun dariya ne, duk shekarun da nayi ina aikin kiwon lafiya ban taɓa jin haka ba,” Cewar Sulyman Kuranga, Farfesan mafitsara na jami’ar Ilorin da ke arewa ta tsakiya a Najeriya, kamar yadda ya shaidawa Africa Check.Ya ce: “ Babu wata hujja a kimiyance cewa wannan zai ƙara yawan maniyyi. Sau tari ƙwayoyin cuta ke jawo matsalar ƙarancin yawan maniyyi. Idan an magance cutar, yawan maniyyi namiji na dawowa dai dai.”Don haka shafa ƙugu baya ƙara yawan maniyyi. Babu hujjar da ta tabbatar da hakan a kimiyance, hakan bashi da nasaba da samuwar ruwan maniyyi,” Kuranga ya ce.Bamu samu wani bayani ko bincike da akayi akan hakan ba.Africa Check ta taɓa tantance wata da’awa makamanciyar wannan, wadda ke cewa haɗa wasu  magungunan gargajiya na ƙara yawan maniyyi. Kamar dai wannan su ma ba mu samu wata hujja a kimiyyance ba, don haka da’awar ƙarya ce.",,Shafa ƙugu baya ƙara yawan maniyyi,"Wrist, massage, sperm count",,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,5,6,7,7,9,0,0,5,6,9,9,4,9,3,3,/,p,h,o,t,o,s,/,a,.,5,6,8,0,1,6,0,1,0,3,0,5,6,7,1,/,5,9,6,2,5,6,3,8,4,1,4,8,3,0,0,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,5,6,7,7,9,0,0,5,6,9,9,4,9,3,3,/,p,h,o,t,o,s,/,a,.,5,6,8,0,1,6,0,1,0,3,0,5,6,7,1,/,5,9,6,2,5,6,3,8,4,1,4,8,3,0,0,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,5,6,7,7,9,0,0,5,6,9,9,4,9,3,3,/,p,h,o,t,o,s,/,a,.,5,6,8,0,1,6,0,1,0,3,0,5,6,7,1,/,5,9,6,2,5,6,3,8,4,1,4,8,3,0,0,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,5,6,7,7,9,0,0,5,6,9,9,4,9,3,3,/,p,h,o,t,o,s,/,a,.,5,6,8,0,1,6,0,1,0,3,0,5,6,7,1,/,5,9,6,2,5,6,3,8,4,1,4,8,3,0,0,/,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,l,o,w,-,s,p,e,r,m,-,c,o,u,n,t,/,d,i,a,g,n,o,s,i,s,-,t,r,e,a,t,m,e,n,t,/,d,r,c,-,2,0,3,7,4,5,9,1,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,l,o,w,-,s,p,e,r,m,-,c,o,u,n,t,/,d,i,a,g,n,o,s,i,s,-,t,r,e,a,t,m,e,n,t,/,d,r,c,-,2,0,3,7,4,5,9,1,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,i,l,o,r,i,n,.,e,d,u,.,n,g,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,n,o,-,c,o,m,b,i,n,a,t,i,o,n,-,f,r,u,i,t,-,a,n,d,-,s,p,i,c,e,s,-,w,o,n,t,-,b,o,o,s,t,-,s,p,e,r,m,-,c,o,u,n,t,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,m,i,x,t,u,r,e,-,b,i,t,t,e,r,-,k,o,l,a,-,p,o,w,d,e,r,-,h,o,n,e,y,-,a,n,d,-,g,i,n,g,e,r,-,n,o,-,c,u,r,e,-,l,o,w,-,o,r,-,n,o,-,s,p,e,r,m,-,c,o,u,n,t" -19,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/babu-wata-cikakkiyar-hujjar-cewa-jikakken-ganyen-mangwaro-na-taimakawa-masu,,2021-07-27,africacheck,,"Wani saƙo da ke yawo a Facebook a Najeriya na iƙirarin cewa za a iya amfani da  ganyen mangwaro don kula da cutar suga nau’i na biyu. Rubutun na Facebook na cewa: “ Ganyen Mangwaro na ɗauke da sindarin tanins da antosiyanis waɗanda suke da ikon taimakawa jiki ya samar da sinadarin insulin, ya daidaita yawan suga a jiki, ya taimakawa mai cutar suga nau’i na 2. Yana taimakawa mai ciwon rage alamomin ciwon a jiki, kamar yawan fitsari da daddare, ya kuma yi maganin cutukan sugan da akafi sani da aniyofati da ratinofati.”Ciwon suga cuta ce da ake rayuwa da ita a jiki, wacce ke haddasa hauhawar sikarin da ke jiki. Saboda gazawar jiki wajen samar da isasshen sinadarin insulin, ko kuma baya amfani da insulin ɗin da jiki ke samarwa yadda ya kamata. Jiki na amfani da sinadarin insulin wajen sarrafa suga da kitse.Cutar suga nau’i na 1 na afkuwa ne lokacin da jiki baya iya samar da isasshen sinadarin insulin, yayin da cutar suga nau’i na 2 na afkuwa ne lokacin da jiki ya gaza amfani da sinadarin insulin.Rubutun na Facebook ya bayyana yadda za’a haɗa da kuma yadda za’a yi amfani da jiƙon ganyen mangwaron.Shin akwai hujja a kimiyyance da ta tabbatar da hakan? Mun bincika. ‘Ba zan bawa kowa shawarar ya sha haɗin ba’ - cewar ƙwararre a fannin.A duk duniya, kimanin mutane miliyan 400 ke fama da cutar suga. Da dama sun fito daga ƙasashe masu ƙarancin tattalin arziƙi. Cutar na kashe aƙalla mutane milyan 1.6 a kowacce shekara, kamar yadda Hukumar Lafiya ta Duniya ta bayyana.Wasu binciken sun tattara bayanai akan sinadarin yaƙi da cutar suga da ke jikin mangwaro. Sharhi akan ayyukan ɗa itace da ganyen mangwaro wajen magani ya nuna cewa “ zai iya zama yana cikin magungunan maganin cutar suga”.“ Wasu daga cikin waɗannan itatuwa na da abubuwa kala kala a jikin su masu amfani,” Aihanuwa Eregie, Farfesa akan magunguna ta jami’ar Benin da ke kudu maso yammacin Najeriya ta shaidawa Africa Check.“Zan fi so ace anyi binciken waɗannan abubuwan a kimiyance, a fitar da abu mai amfani a yi gwaji akan sa na ɗan lokaci. Amma yanzu ba zan bawa kowa shawarar ya sha wannan haɗin ba,” Farfesar ta ce.Ta ƙara da cewa: “ Duk likitan da ya samo cikakken horo akan cutar suga, ba zai ce a sha ganyen mangwaro ba.”Hukumar kula da cututtaka masu yaɗuwa ta Amurka ta ce, za’a iya rayuwa da cutar suga tare da cin abincin da ya dace da shan magunguna don sauƙaƙa cutar suga, hawan jini da yawan kitse.",,Babu wata cikakkiyar hujjar cewa jiƙaƙƙen ganyen mangwaro na taimakawa masu cutar suga nau’i na biyu,"fake cures, diabetes, mixtures",,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,t,e,r,f,a,t,o,m,i,l,o,l,a,o,f,f,i,c,i,a,l,p,a,g,/,p,o,s,t,s,/,1,5,5,2,2,1,5,9,4,4,9,6,9,9,4,8,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,t,e,r,f,a,t,o,m,i,l,o,l,a,o,f,f,i,c,i,a,l,p,a,g,/,p,o,s,t,s,/,1,5,5,2,2,1,5,9,4,4,9,6,9,9,4,8,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,t,e,r,f,a,t,o,m,i,l,o,l,a,o,f,f,i,c,i,a,l,p,a,g,/,p,o,s,t,s,/,1,5,5,2,2,1,5,9,4,4,9,6,9,9,4,8,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,d,i,a,b,e,t,e,s,,,h,t,t,p,s,:,/,/,w,w,w,.,h,o,r,m,o,n,e,.,o,r,g,/,y,o,u,r,-,h,e,a,l,t,h,-,a,n,d,-,h,o,r,m,o,n,e,s,/,g,l,a,n,d,s,-,a,n,d,-,h,o,r,m,o,n,e,s,-,a,-,t,o,-,z,/,h,o,r,m,o,n,e,s,/,i,n,s,u,l,i,n,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,d,i,a,b,e,t,e,s,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,t,e,r,f,a,t,o,m,i,l,o,l,a,o,f,f,i,c,i,a,l,p,a,g,/,p,o,s,t,s,/,1,5,5,2,2,1,5,9,4,4,9,6,9,9,4,8,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,h,e,a,l,t,h,-,t,o,p,i,c,s,/,d,i,a,b,e,t,e,s,#,t,a,b,=,t,a,b,_,1,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,h,e,a,l,t,h,-,t,o,p,i,c,s,/,d,i,a,b,e,t,e,s,#,t,a,b,=,t,a,b,_,1,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,2,4,5,2,3,1,6,X,1,7,3,0,0,8,1,9,,,h,t,t,p,s,:,/,/,w,w,w,.,p,h,y,t,o,j,o,u,r,n,a,l,.,c,o,m,/,a,r,c,h,i,v,e,s,/,2,0,1,6,/,v,o,l,5,i,s,s,u,e,3,/,P,a,r,t,A,/,5,-,2,-,2,1,-,5,1,8,.,p,d,f,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,i,b,e,n,.,e,d,u,/,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,d,i,a,b,e,t,e,s,/,b,a,s,i,c,s,/,t,y,p,e,2,.,h,t,m,l" -20,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/babu-hujjar-cewa-sojojin-najeriya-300-sun-bar-aiki-tun-bayan-hatsarin-jirgin,,2021-07-27,africacheck,,"“ SAMA DA SOJOJIN NAJERIYA 300 NE SUKA BAR AIKI BAYAN JIRGIN DA AKE ZARGI YA FADO DA SHUGABAN SOJOJIN DA WASU,” cewar wani rubutu da aka wallafa a Facebook a Najeriya, a watan Mayu 2021.Rubutun ya ƙara da cewa: “ MU DAI MUNA ZUBA IDO.”Lt Gen Ibrahim Attahiru, shugaban sojoji, ya rasa ransa da wasu mutane 10 ranar 21 ga watan Mayu a wani hatsarin jirgin sama a jihar Kaduna, arewa maso yammacin Najeriya. Jirgin ya taso ne daga Abuja, babban birnin tarayya, inda ya faɗi yayin da ya ke ƙoƙarin sauka a Kaduna sanadiyar rashin kyan yanayi. Ko sojojin Najeriya da dama sun bar aiki bayan afkuwar hatsarin? Mun bincika. Bamu samu inda aka fitar da labarin cewa sojoji 300 sun bar aiki baLabarin barin aikin sojoji na kwana-kwanan nan dai anyi shi tun watan Junerun 2021, inda aka ce an bawa sojojin 127 damar ajiye aiki idan suna so kafin watan Mayu. Kwamitin wakilai a Najeriya ya tabbatar da cewa a shekarar 2020 dai sojoji 386 sun ajiye aikin da kansu, dalilin matsalar rashin lafiya da wasu matsalolin..Amma babu rahoton barin aikin sojoji 300 bayan rasuwar Attahiru.Bamu samu shelar barin sojoji aiki ba a shafin rundunar sojojin, hanyoyin watsa labaran su ko a shafukan su na yanar gizo.",,Babu hujjar cewa sojojin Najeriya 300 sun bar aiki tun bayan hatsarin jirgin saman da yayi sanadin mutuwar shugaban sojojin,military,,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,8,1,0,7,3,5,4,0,5,7,7,6,9,1,&,i,d,=,1,0,5,0,2,3,6,2,4,8,4,9,3,5,0,&,_,_,c,f,t,_,_,%,5,b,0,%,5,d,=,A,Z,W,0,Y,H,H,6,b,w,R,B,X,e,-,T,m,5,2,Z,x,F,F,Y,V,t,N,i,2,4,2,-,B,s,0,Z,K,o,Z,n,9,0,_,q,Y,y,P,b,q,X,S,j,t,N,r,H,M,e,m,T,g,l,J,b,0,A,S,i,c,t,B,n,U,G,2,Y,F,1,y,p,V,p,m,O,Z,l,p,f,L,C,l,t,D,Q,j,2,T,q,I,R,Z,t,O,v,7,U,S,b,2,B,a,Z,w,a,M,W,F,M,G,g,N,h,M,b,i,_,F,V,I,h,f,V,4,s,P,X,6,K,i,f,v,X,u,m,Z,q,x,Y,T,9,f,p,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,7,2,0,8,9,5,1,,,h,t,t,p,s,:,/,/,a,r,m,y,.,m,i,l,.,n,g,/,c,h,i,e,f,-,o,f,-,a,r,m,y,-,s,t,a,f,f,-,l,t,-,g,e,n,-,i,b,r,a,h,i,m,-,a,t,t,a,h,i,r,u,-,d,i,e,s,-,i,n,-,a,i,r,-,c,r,a,s,h,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,3,7,8,5,2,-,e,x,c,l,u,s,i,v,e,-,1,2,7,-,s,o,l,d,i,e,r,s,-,r,e,s,i,g,n,-,f,r,o,m,-,n,i,g,e,r,i,a,n,-,a,r,m,y,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,i,r,n,i,g,e,r,i,a,.,o,r,g,/,w,h,y,-,3,h,t,t,p,s,:,/,w,w,w,.,i,c,i,r,n,i,g,e,r,i,a,.,o,r,g,/,w,h,y,-,3,8,6,-,s,o,l,d,i,e,r,s,-,r,e,s,i,g,n,e,d,-,f,r,o,m,-,n,i,g,e,r,i,a,n,-,a,r,m,y,-,i,n,-,q,2,-,o,f,-,2,0,2,0,-,r,e,p,s,/,,,h,t,t,p,s,:,/,/,d,a,i,l,y,t,r,u,s,t,.,c,o,m,/,3,8,6,-,s,o,l,d,i,e,r,s,-,q,u,i,t,-,a,r,m,y,-,i,n,-,1,-,y,e,a,r,-,r,e,p,s,,,h,t,t,p,s,:,/,/,a,r,m,y,.,m,i,l,.,n,g,/,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,H,Q,N,i,g,e,r,i,a,n,A,r,m,y" -21,,,,Fake,Grace Gichuhi,,,africacheck,https://africacheck.org/about/authors/grace-gichuhi,https://africacheck.org/fact-checks/fbchecks/no-tanzanian-president-suluhu-didnt-tweet-twitter-activist-kigogo2014-should,,2021-07-26,africacheck,,"Tanzanian president Samia Suluhu has come out in support of a prominent but anonymous Twitter user with the handle @Kigogo2014, a whistleblower and human rights activist who was threatened with arrest by the administration of late president John Magufuli.At least, so it appears in what seems to be a screenshot of a tweet from Suluhu’s verified Twitter account, circulating on Facebook since June 2021.“Mwacheni Kigogo2014 Fanyeni mambo ya msingi na yenye Tija katika nchi, Kila mmoja ana Haki na Uhuru wa kujieleza,” the tweet reads, in Kiswahili.This roughly translates as: “Let Kigogo2014 be. Focus on important and productive issues in the country. Every person has a right and freedom to express themselves.”The screenshot has been shared in two public Facebook groups, one with more than 280,000 members, the other with some 67,000 members. False claims of copyright infringement have been used in an attempt to silence @Kigogo2014, who has more than 577,000 followers and has been described in Tanzania as “our president of the Twitter republic”.The activist’s identity is unknown, a “closely guarded secret”, the BBC says. He or she told the BBC: “I'm a whistleblower and I expose corruption and human rights abuses in the country.”But did Suluhu, who succeeded Magufuli when he died in March, really tweet that @Kigogo2104 should be left alone?We checked.‘This information is not true’There is no reference to “Kigogo2014” on the Tanzanian presidency’s official Facebook page. An advanced Twitter search also returned no results. But the screenshot was posted on “Ikulu Mawasiliano”, the Facebook page of the president’s communication team – stamped “FAKE NEWS”.“TAARIFA HII SIYO YA KWELI. IPUUZWE,” the post reads. Translation: “This information is not true. Ignore it.” A screenshot of a tweet suggests that Tanzanian president Suluhu has called for activist Twitter user @Kigogo2014 to be left alone. But the president’s communications team dismissed it as fake.",,"No, Tanzanian president Suluhu didn’t tweet that Twitter activist @Kigogo2014 should be left alone",,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,i,k,u,l,u,.,g,o,.,t,z,/,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,c,i,t,i,z,e,n,.,c,o,.,t,z,/,t,a,n,z,a,n,i,a,/,n,e,w,s,/,m,i,n,i,s,t,e,r,-,l,u,g,o,l,a,-,l,a,u,n,c,h,e,s,-,a,t,t,a,c,k,-,o,n,-,t,w,i,t,t,e,r,-,u,s,e,r,-,k,i,g,o,g,o,-,a,h,e,a,d,-,o,f,-,c,i,v,i,c,-,p,o,l,l,s,-,2,6,9,5,9,8,8,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,k,i,g,o,g,o,2,0,1,4,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,1,8,6,9,3,2,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,c,i,t,i,z,e,n,.,c,o,.,t,z,/,t,a,n,z,a,n,i,a,/,n,e,w,s,/,m,i,n,i,s,t,e,r,-,l,u,g,o,l,a,-,l,a,u,n,c,h,e,s,-,a,t,t,a,c,k,-,o,n,-,t,w,i,t,t,e,r,-,u,s,e,r,-,k,i,g,o,g,o,-,a,h,e,a,d,-,o,f,-,c,i,v,i,c,-,p,o,l,l,s,-,2,6,9,5,9,8,8,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,6,4,3,7,8,5,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,0,5,8,7,6,8,8,6,7,8,1,0,3,9,/,p,o,s,t,s,/,7,8,7,0,8,7,1,7,8,6,6,0,0,0,5,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,2,9,9,2,7,4,0,4,9,4,6,1,6,4,/,p,o,s,t,s,/,4,9,8,0,0,8,0,3,1,4,7,1,4,3,3,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,2,9,9,2,7,4,0,4,9,4,6,1,6,4,/,p,e,r,m,a,l,i,n,k,/,4,9,8,0,0,8,0,3,1,4,7,1,4,3,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,2,9,9,2,7,4,0,4,9,4,6,1,6,4,/,p,o,s,t,s,/,4,9,8,0,0,8,0,3,1,4,7,1,4,3,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,0,5,8,7,6,8,8,6,7,8,1,0,3,9,/,p,o,s,t,s,/,7,8,7,0,8,7,1,7,8,6,6,0,0,0,5,/,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,1,8,6,9,3,2,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,k,i,g,o,g,o,2,0,1,4,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,1,8,6,9,3,2,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,1,8,6,9,3,2,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,6,4,3,7,8,5,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,0,5,8,7,6,8,8,6,7,8,1,0,3,9,/,p,o,s,t,s,/,7,8,7,0,8,7,1,7,8,6,6,0,0,0,5,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,K,i,g,o,g,o,2,0,1,4,.,J,P,G,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,i,k,u,l,u,.,m,a,w,a,s,i,l,i,a,n,o,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,K,i,g,o,g,o,2,0,1,4,T,w,i,t,t,e,r,.,J,P,G,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,2,9,5,1,3,8,8,9,2,8,4,0,2,6,&,i,d,=,1,0,0,4,0,2,3,2,8,8,6,1,8,4,9,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,I,k,u,l,u,-,M,a,w,a,s,i,l,i,a,n,o,-,1,0,0,4,0,2,3,2,8,8,6,1,8,4,9,/,?,_,_,c,f,t,_,_,%,5,b,0,%,5,d,=,A,Z,W,m,2,B,-,o,-,K,7,n,t,s,m,7,I,N,5,C,y,5,w,_,2,6,G,O,S,i,Z,R,C,h,e,T,S,p,_,F,Z,v,K,4,J,s,V,H,s,l,r,y,i,c,D,j,S,a,r,N,S,8,U,6,F,g,z,4,H,o,z,X,k,-,_,L,K,i,w,I,E,w,R,D,X,W,r,y,Z,2,A,K,N,N,_,Q,N,A,r,c,P,C,F,C,F,4,Y,a,V,j,H,m,Q,O,u,G,z,_,5,X,q,-,M,Q,1,q,-,O,y,0,H,3,U,y,0,s,M,F,p,b,E,C,C,w,q,z,B,z,0,D,8,j,&,_,_,t,n,_,_,=,-,U,C,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,2,9,5,1,3,8,8,9,2,8,4,0,2,6,&,i,d,=,1,0,0,4,0,2,3,2,8,8,6,1,8,4,9" -22,,,,Correct,Mandy Lombo,,,africacheck,https://africacheck.org/about/authors/mandy-lombo,https://africacheck.org/fact-checks/fbchecks/yes-video-shows-massive-queue-shops-ulundi-after-shutdownsa-protests,,2021-07-26,africacheck,,"South Africa’s Gauteng and KwaZulu-Natal provinces experienced a week of looting, protests and violence following former president Jacob Zuma’s imprisonment for contempt of court. During the tense week several false and misleading videos were shared online. In many cases old or out of context videos were passed off as recent events. Social media users tagged Africa Check in many of the posts, including one with a video of a long queue winding along a road. Most posts of the video, filmed from a helicopter, said it showed food queues in Ulundi, KwaZulu-Natal. We checked. Google Maps confirms video filmed in Ulundi Using Google Maps we were able to confirm that the video was filmed in Ulundi. At the beginning of the video there’s a building on the corner of a T-junction. This is the Ulundi police station on King Zwelithini street. A billboard in the video is also visible in Google street view. At 19 seconds the Ulundi municipal building appears in the video. In Google satellite view, the same building and green roofs can be seen. Video filmed on 16 July 2021The next step was to confirm if the video was filmed after the violence and looting in KwaZulu-Natal. Africa Check spoke to Ulundi’s municipality speaker, councillor Johanna Manana. She confirmed that the video was shot on 16 July 2021, by municipal manager Nkosenye Zulu.  Manana said the queue formed because the municipality had decided that “only two shops, Spar and Boxer, would be open on that day. This was to try and avoid looting and burning of shops.” She said that all shops in Ulundi had since been opened.",,"Yes, video shows massive queue for shops in Ulundi after #ShutdownSA protests",,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,w,a,s,h,i,n,g,t,o,n,p,o,s,t,.,c,o,m,/,w,o,r,l,d,/,2,0,2,1,/,0,7,/,1,3,/,s,o,u,t,h,-,a,f,r,i,c,a,-,z,u,m,a,-,p,r,o,t,e,s,t,s,-,v,i,o,l,e,n,c,e,/,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,7,6,5,0,5,1,7,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,r,e,p,o,r,t,s,/,b,e,w,a,r,e,-,y,o,u,-,s,h,a,r,e,-,t,h,e,s,e,-,s,h,u,t,d,o,w,n,s,a,-,v,i,d,e,o,s,-,a,r,e,-,m,i,s,l,e,a,d,i,n,g,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,S,a,m,m,y,J,o,e,D,/,s,t,a,t,u,s,/,1,4,1,6,0,5,6,8,3,0,6,6,1,3,8,2,1,4,7,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,S,a,m,m,y,J,o,e,D,/,s,t,a,t,u,s,/,1,4,1,6,0,5,6,8,3,0,6,6,1,3,8,2,1,4,7,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,U,l,u,n,d,i,/,d,a,t,a,=,!,4,m,2,!,3,m,1,!,1,s,0,x,1,e,f,0,6,3,6,c,8,6,b,2,2,0,c,3,:,0,x,c,b,1,d,d,6,6,c,5,0,c,6,9,7,4,d,?,s,a,=,X,&,v,e,d,=,2,a,h,U,K,E,w,i,W,i,K,n,D,5,f,j,x,A,h,X,3,Q,U,E,A,H,Z,W,1,A,x,s,Q,8,g,E,w,J,H,o,E,C,F,M,Q,A,Q,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,@,-,2,8,.,2,9,5,1,8,1,1,,,3,1,.,4,2,9,1,3,9,5,,,3,a,,,7,5,y,,,2,2,5,.,2,6,h,,,8,3,.,3,3,t,/,d,a,t,a,=,!,3,m,7,!,1,e,1,!,3,m,5,!,1,s,v,j,O,b,6,-,w,X,x,o,Z,C,s,x,q,h,w,V,g,5,X,Q,!,2,e,0,!,6,s,h,t,t,p,s,:,%,2,F,%,2,F,s,t,r,e,e,t,v,i,e,w,p,i,x,e,l,s,-,p,a,.,g,o,o,g,l,e,a,p,i,s,.,c,o,m,%,2,F,v,1,%,2,F,t,h,u,m,b,n,a,i,l,%,3,F,p,a,n,o,i,d,%,3,D,v,j,O,b,6,-,w,X,x,o,Z,C,s,x,q,h,w,V,g,5,X,Q,%,2,6,c,b,_,c,l,i,e,n,t,%,3,D,m,a,p,s,_,s,v,.,t,a,c,t,i,l,e,.,g,p,s,%,2,6,w,%,3,D,2,0,3,%,2,6,h,%,3,D,1,0,0,%,2,6,y,a,w,%,3,D,3,0,4,.,4,8,0,2,2,%,2,6,p,i,t,c,h,%,3,D,0,%,2,6,t,h,u,m,b,f,o,v,%,3,D,1,0,0,!,7,i,1,3,3,1,2,!,8,i,6,6,5,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,@,-,2,8,.,2,9,5,4,6,5,2,,,3,1,.,4,2,8,1,4,8,4,,,3,2,9,m,/,d,a,t,a,=,!,3,m,1,!,1,e,3,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,@,-,2,8,.,2,9,2,4,6,0,3,,,3,1,.,4,2,5,2,6,2,3,,,3,2,9,m,/,d,a,t,a,=,!,3,m,1,!,1,e,3,,,h,t,t,p,s,:,/,/,w,w,w,.,u,l,u,n,d,i,.,g,o,v,.,z,a,/,o,f,f,i,c,e,-,m,m" -23,,,,False,Taryn Willows,,,africacheck,https://africacheck.org/about/authors/taryn-willows,https://africacheck.org/fact-checks/fbchecks/no-covid-vaccines-cannot-make-you-magnetic-videos-claim,,2021-07-23,africacheck,,"Several videos doing the rounds on Facebook in South Africa appear to show different metal objects sticking to people who have recently received the Covid-19 vaccine.One video shows a phone stuck to a man’s arm, apparently after he received the second jab of the vaccine against Covid.Another shows a metal spoon sticking to a woman’s arm, apparently also  after she received the vaccine.A third video, with people speaking isiZulu, shows a woman putting a coin against a man’s arm and it also sticking to him. It’s unclear whether the man and woman in the third video are in fact South African, as the dialogue is out of sync with the people speaking, so may have been recorded over a video from elsewhere. The man and woman in the first and second videos sound Nigerian, though this could not be immediately confirmed.These videos have been widely shared since vaccines against Covid-19 first became available in South Africa, with claims the vaccines contain metals or microchips that make the site of injection magnetic. But could this startling claim be true? We checked.Debunked by South African government news agencyThe South African government news agency put out a statement about the reported phenomena on 11 June 2021, in response to the viral videos. It started: “The KwaZulu-Natal Department of Health has welcomed input from top global health experts, who have dismissed purported links between the Covid-19 vaccine and magnetic fields.”Provincial government minister of health Nomagugu Simelane said that “several international medical scientists have rejected these claims as scientifically improbable and false”.“According to a report shared by World Health Organization (WHO) affiliated group, Africa Infodemic Response Alliance (Aira), Covid-19 vaccines do not contain magnetic microchips.”An earlier statement by the South African government on 9 June quoted Dr Stephen Schrantz, an infectious diseases specialist at the University of Chicago. He said: “No, getting a Covid-19 vaccine cannot cause your arm to be magnetised. This is a hoax, plain and simple”.“There is absolutely no way that a vaccine can lead to the reaction shown in these videos posted to Instagram and YouTube. It is better explained by two-sided tape on the metal disc being applied to the skin, rather than a magnetic reaction,” he said.The government also quoted Dr Thomas Hope, vaccine researcher and professor of cell and developmental biology at Northwestern University Feinberg School of Medicine in the US, who also debunked the claim.He said: “This is impossible. There’s nothing there [in the vaccine] that a magnet can interact with, it’s protein and lipids, salts, water and chemicals that maintain the pH. That’s basically it, so this is not possible.”Nothing magnetic in vaccine ingredients?In order for these metal objects to stick to where someone has received the vaccine jab, the ingredients would have to have a metal base.According to the WHO, none of the ingredients in Covid vaccines have a metal base.The WHO also says that many of the components used in vaccines “occur naturally in the body, in the environment, and in the foods we eat”. The US Food and Drug Administration (FDA) also lists the ingredients for each of the Covid-19 vaccines approved around the world.The various ingredients in the Pfizer-BioNTech, Moderna and Johnson & Johnson vaccines are listed by the FDA. None of these vaccines list any metal-based ingredients. The US Centres for Disease Control & Prevention (CDC) notes that “Covid-19 vaccines do not contain ingredients that can produce an electromagnetic field at the site of your injection”. (Note: Only the Johnson & Johnson and Pfizer vaccines have been administered in South Africa at the time of writing.)Doses so small, even if were magnetic, wouldn’t attract objects shown in videosSome fact-checking organisations have also made the point that even if the vaccines did contain magnetic metals, one dose could not possibly cause a magnetic reaction. Medical professionals at the Meedan Health Desk have explained why: “The amount of metal that would need to be in a vaccine for it to attract a magnet is much more substantial than the amounts that could be present in a vaccine's small dose.”An expert the BBC spoke to gave some ways one can get metals to appear to stick to the skin. These include surface oils or tension and “trickery like band-aid residue or other sticky residue”. The claim that Covid-19 vaccines can cause a person to become magnetic at the vaccination site has been widely debunked by several other fact-checking organisations. It is simply not possible.",,"No, Covid vaccines cannot make you magnetic as videos claim","magnet, Coronavirus, Covid-19 vaccine",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,r,u,t,h,.,s,u,o,w,a,r,i,/,v,i,d,e,o,s,/,4,1,8,7,5,0,1,6,2,5,8,7,5,2,0,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,o,e,m,o,s,i,s,/,v,i,d,e,o,s,/,1,1,6,8,6,6,3,4,0,0,3,1,3,2,3,6,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,m,b,o,k,a,z,i,/,p,o,s,t,s,/,1,0,2,2,4,8,4,1,5,8,0,2,0,5,3,0,2,,,h,t,t,p,s,:,/,/,w,w,w,.,s,a,n,e,w,s,.,g,o,v,.,z,a,/,s,o,u,t,h,-,a,f,r,i,c,a,/,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,e,-,m,a,g,n,e,t,i,c,-,f,i,e,l,d,s,-,c,l,a,i,m,s,-,d,i,s,m,i,s,s,e,d,,,h,t,t,p,s,:,/,/,w,w,w,.,s,a,n,e,w,s,.,g,o,v,.,z,a,/,s,o,u,t,h,-,a,f,r,i,c,a,/,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,e,-,m,a,g,n,e,t,i,c,-,f,i,e,l,d,s,-,c,l,a,i,m,s,-,d,i,s,m,i,s,s,e,d,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,p,e,e,c,h,e,s,/,m,e,c,-,n,o,m,a,g,u,g,u,-,s,i,m,e,l,a,n,e,-,w,e,l,c,o,m,e,s,-,d,i,s,m,i,s,s,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,e,-,%,E,2,%,8,0,%,9,C,m,a,g,n,e,t,%,E,2,%,8,0,%,9,D,-,c,l,a,i,m,s,-,h,o,a,x,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,v,a,c,c,i,n,e,s,-,a,n,d,-,i,m,m,u,n,i,z,a,t,i,o,n,-,w,h,a,t,-,i,s,-,v,a,c,c,i,n,a,t,i,o,n,?,t,o,p,i,c,s,u,r,v,e,y,=,),&,g,c,l,i,d,=,C,j,w,K,C,A,j,w,r,u,S,H,B,h,A,t,E,i,w,A,_,q,C,p,p,k,x,j,3,N,W,U,i,M,N,Q,3,b,e,3,9,D,V,5,y,P,f,Z,1,9,F,0,O,0,Y,r,B,_,N,q,n,0,Z,l,4,w,7,r,s,n,2,q,R,5,9,3,9,R,o,C,v,b,E,Q,A,v,D,_,B,w,E,,,h,t,t,p,s,:,/,/,w,w,w,.,f,d,a,.,g,o,v,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,d,a,.,g,o,v,/,m,e,d,i,a,/,1,4,4,4,1,4,/,d,o,w,n,l,o,a,d,#,p,a,g,e,=,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,d,a,.,g,o,v,/,m,e,d,i,a,/,1,4,4,6,3,8,/,d,o,w,n,l,o,a,d,#,p,a,g,e,=,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,d,a,.,g,o,v,/,m,e,d,i,a,/,1,4,6,3,0,5,/,d,o,w,n,l,o,a,d,#,p,a,g,e,=,2,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,v,a,c,c,i,n,e,s,/,f,a,c,t,s,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,r,e,u,t,e,r,s,.,c,o,m,/,a,r,t,i,c,l,e,/,f,a,c,t,c,h,e,c,k,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,i,d,U,S,L,2,N,2,N,4,1,K,A,,,h,t,t,p,s,:,/,/,h,e,a,l,t,h,-,d,e,s,k,.,o,r,g,/,a,r,t,i,c,l,e,s,/,w,h,a,t,-,d,o,-,w,e,-,k,n,o,w,-,a,b,o,u,t,-,t,h,e,-,p,f,i,z,e,r,-,v,a,c,c,i,n,e,-,a,n,d,-,m,a,g,n,e,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,a,v,/,5,7,2,0,7,1,3,4,,,h,t,t,p,s,:,/,/,w,w,w,.,u,s,a,t,o,d,a,y,.,c,o,m,/,s,t,o,r,y,/,n,e,w,s,/,f,a,c,t,c,h,e,c,k,/,2,0,2,1,/,0,6,/,2,1,/,f,a,c,t,-,c,h,e,c,k,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,e,s,-,a,r,e,n,t,-,m,a,g,n,e,t,i,c,/,7,6,9,8,5,5,6,0,0,2,/,,,h,t,t,p,s,:,/,/,w,w,w,.,j,a,c,a,r,a,n,d,a,f,m,.,c,o,m,/,s,h,o,w,s,/,m,o,r,n,i,n,g,s,-,w,i,t,h,-,m,a,c,k,/,w,a,t,c,h,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,e,-,w,o,n,t,-,m,a,k,e,-,y,o,u,-,m,a,g,n,e,t,i,c,/,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,a,v,/,5,7,2,0,7,1,3,4" -24,,,,Incorrect,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/reports/state-emergency-would-not-strip-ramaphosas-powers-and-make-dlamini-zuma,"If a state of emergency is declared in South Africa the president will be stripped of his powers, which will go to the military. Cooperative governance minister Nkosazana Dlamini-Zuma will, in terms of the disaster management act, “take over”.",2021-07-23,africacheck,,"After calls for a state of emergency to deal with protests and looting in South Africa, a message appeared on social media claiming that an emergency declaration would give the president’s powers to the military and put cooperative governance minister Nkosazana Dlamini-Zuma in charge.Constitutional law experts told Africa Check this was false. A state of emergency would give the president more power, and he would retain control of the military.The current state of disaster to control Covid-19 does give the cooperative governance minister limited new powers. But she would not “take over”, as the message claims, under a state of emergency.A message heavily shared on WhatsApp and Facebook warns about the consequences of a state of emergency being declared in South Africa.“If a state of emergency is declared the military takes over the rule of the land and the state president is stripped of his powers,” it reads. “In terms of the Disaster management Act Nkosazana dlamini Zuma will take over giving power to the Zuma’s.” Dr Nkosazana Dlamini-Zuma is South Africa’s minister of cooperative governance and traditional affairs (Cogta). She was married to former president Jacob Zuma from 1993 to 1998.South Africa saw a week of violent protests and looting after Zuma was taken into custody to serve a 15-month sentence for contempt of court. At least 337 people were killed and 1,500 arrested. The violence led to calls for the government to declare a state of emergency to restore order.Is the message an accurate reflection of what would happen if a state of emergency was declared in South Africa? We checked. Viral message is ‘absurd’Prof Pierre de Vos, a constitutional law expert in the department of public law at the University of Cape Town, said the viral message was “absurd”. He explained that under a state of emergency, governance still lies with parliament and the executive. But the presidency is given more powers –  they are not “stripped” away. The South African constitution and the State of Emergency Act allow the president to declare a state of emergency only when “the life of the nation is threatened by war, invasion, general insurrection, disorder, natural disaster, or other public emergency”. It can apply to the whole country or a specific area. “It gives the president Cyril Ramaphosa more power to make regulations,” de Vos said. But he added that there were limits to the presidency’s additional powers under a state of emergency: “The extra powers can only be used if they are necessary to deal with the emergency. You cannot make regulations about things that are not directly linked to trying to deal with the emergency.”Michael Evans is an attorney and partner at law firm Webber Wentzel with experience in local government, and administrative and constitutional issues. He told Africa Check that the military would not take over during a state of emergency. “The president is still the one who [delegates] responsibility and [confers] power and he can at any time withdraw it.”State of disaster during Covid pandemic  The message also claims that “in terms of the Disaster management Act Nkosazana dlamini Zuma will take over giving power to the Zuma’s”. South Africa is currently under a state of disaster, which was declared on 15 March 2020 in response to the Covid-19 pandemic. The Disaster Management Act, which falls under Cogta, dictates which regulations are enforced. At the moment these include mandatory mask-wearing in public, a curfew, restrictions on gatherings and an alcohol ban.But De Vos said the act was “completely separate” legislation that could not override the constitution. Evans told Africa Check that while the state of disaster has given Dlamini-Zuma powers that she would not ordinarily have as Cogta minister, she does not take the place of the president. He said there were key differences between a state of emergency and a state of disaster.A state of emergency has more parliamentary oversight than a state of disaster. Under the constitution, parliament must review a state of emergency after 21 days. “One of the problems with the national disaster has been that once a national disaster has been declared there is very little parliamentary oversight, which we’ve seen in the last year and a half,” Evans explained. Another major difference is that the public still have all of their basic constitutional rights under a state of disaster. But these rights can be limited under a state of emergency.  No state of emergency since apartheid ended South Africa last saw a state of emergency under the apartheid regime, in 1986. Evans, who was detained three times during apartheid-era states of emergency, told Africa Check the current state of emergency act was a “much better situation”.“Under the apartheid era we had no constitution so there was absolutely no protection. You could detain people, for example, indefinitely under the emergency in the apartheid era,” he said. “Now, if we have a state of emergency it will be very different because you will still retain a number of your constitutional rights and some of the other issues are quite heavily regulated.”The constitution includes a section setting out which rights can be limited under a state of emergency, and to what extent. Importantly, the right to life and human dignity are entirely protected from limitation. But De Vos warned that a state of emergency should not be taken lightly, as other rights could be limited. “They could, for example, allow people to be detained for 30 or 60 days without a trial.” The government could have the power to limit the media and communication, such as by shutting down the internet, if it is deemed necessary to deal with the emergency.Conclusion: No accuracy in claims about state of emergency in South AfricaA viral message on WhatsApp and Facebook warns that a declaration of a state of emergency in South Africa would strip powers from the president and give them to the military. It also claims that under the Disaster Management Act, Cogta minister Nkosazana Dlamini-Zuma would become president.Two constitutional law experts rubbished these claims. Under a state of emergency the president is given more power and retains control of the military. The current state of disaster to deal with Covid-19 does give Dlamini-Zuma more power than before. But she would not become the president under a state of emergency.We therefore rate the message as incorrect.The experts warned, however, that a state of emergency should not be taken lightly as it could allow basic rights to be limited.",,State of emergency would NOT strip Ramaphosa’s powers and make Dlamini-Zuma president,"state of emergency, president, Dlamini-Zuma",,,,,"h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,S,t,a,t,e,%,2,0,o,f,%,2,0,E,m,e,r,g,e,n,c,y,.,p,n,g,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,b,e,v,l,e,e,.,n,a,i,d,o,o,/,p,o,s,t,s,/,1,0,1,5,9,5,7,5,8,7,6,5,6,7,4,9,8,,,h,t,t,p,s,:,/,/,w,w,w,.,d,p,m,e,.,g,o,v,.,z,a,/,a,b,o,u,t,/,P,a,g,e,s,/,M,i,n,i,s,t,e,r,-,N,k,o,s,a,z,a,n,a,-,D,l,a,m,i,n,i,-,Z,u,m,a,.,a,s,p,x,,,h,t,t,p,s,:,/,/,w,w,w,.,s,a,h,i,s,t,o,r,y,.,o,r,g,.,z,a,/,p,e,o,p,l,e,/,n,k,o,s,a,z,a,n,a,-,c,l,a,r,i,c,e,-,d,l,a,m,i,n,i,-,z,u,m,a,,,h,t,t,p,s,:,/,/,w,w,w,.,d,a,i,l,y,m,a,v,e,r,i,c,k,.,c,o,.,z,a,/,a,r,t,i,c,l,e,/,2,0,2,1,-,0,7,-,1,7,-,t,h,i,s,-,i,s,-,u,s,-,t,h,o,s,e,-,t,r,y,i,n,g,-,t,o,-,t,e,a,r,-,s,o,u,t,h,-,a,f,r,i,c,a,-,a,p,a,r,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,a,l,j,a,z,e,e,r,a,.,c,o,m,/,n,e,w,s,/,2,0,2,1,/,7,/,2,2,/,s,o,u,t,h,-,a,f,r,i,c,a,-,u,n,r,e,s,t,-,d,e,a,t,h,-,t,o,l,l,-,j,u,m,p,s,-,t,o,-,m,o,r,e,-,t,h,a,n,-,3,0,0,,,h,t,t,p,s,:,/,/,b,u,s,i,n,e,s,s,t,e,c,h,.,c,o,.,z,a,/,n,e,w,s,/,b,u,s,i,n,e,s,s,/,5,0,5,7,7,6,/,m,o,r,e,-,g,r,o,u,p,s,-,c,a,l,l,-,f,o,r,-,s,t,a,t,e,-,o,f,-,e,m,e,r,g,e,n,c,y,-,i,n,-,s,o,u,t,h,-,a,f,r,i,c,a,/,,,h,t,t,p,:,/,/,w,w,w,.,p,u,b,l,i,c,l,a,w,.,u,c,t,.,a,c,.,z,a,/,p,b,l,/,s,t,a,f,f,/,p,d,e,v,o,s,,,h,t,t,p,:,/,/,w,w,w,.,p,u,b,l,i,c,l,a,w,.,u,c,t,.,a,c,.,z,a,/,,,h,t,t,p,:,/,/,w,w,w,.,u,c,t,.,a,c,.,z,a,/,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,a,b,o,u,t,-,g,o,v,e,r,n,m,e,n,t,/,g,o,v,e,r,n,m,e,n,t,-,s,y,s,t,e,m,/,e,x,e,c,u,t,i,v,e,-,a,u,t,h,o,r,i,t,y,-,p,r,e,s,i,d,e,n,t,-,c,a,b,i,n,e,t,-,a,n,d,-,d,e,p,u,t,y,-,m,i,n,i,s,t,e,r,s,,,h,t,t,p,s,:,/,/,w,w,w,.,j,u,s,t,i,c,e,.,g,o,v,.,z,a,/,l,e,g,i,s,l,a,t,i,o,n,/,c,o,n,s,t,i,t,u,t,i,o,n,/,s,a,c,o,n,s,t,i,t,u,t,i,o,n,-,w,e,b,-,e,n,g,.,p,d,f,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,1,4,0,9,/,a,6,4,-,9,7,.,p,d,f,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,1,4,0,9,/,a,6,4,-,9,7,.,p,d,f,#,p,a,g,e,=,2,,,h,t,t,p,s,:,/,/,w,w,w,.,j,u,s,t,i,c,e,.,g,o,v,.,z,a,/,l,e,g,i,s,l,a,t,i,o,n,/,c,o,n,s,t,i,t,u,t,i,o,n,/,s,a,c,o,n,s,t,i,t,u,t,i,o,n,-,w,e,b,-,e,n,g,.,p,d,f,#,p,a,g,e,=,2,0,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,1,4,0,9,/,a,6,4,-,9,7,.,p,d,f,#,p,a,g,e,=,2,,,h,t,t,p,s,:,/,/,w,w,w,.,w,e,b,b,e,r,w,e,n,t,z,e,l,.,c,o,m,/,S,p,e,c,i,a,l,i,s,t,s,/,P,a,g,e,s,/,M,i,c,h,a,e,l,-,E,v,a,n,s,.,a,s,p,x,,,h,t,t,p,s,:,/,/,w,w,w,.,w,e,b,b,e,r,w,e,n,t,z,e,l,.,c,o,m,/,P,a,g,e,s,/,d,e,f,a,u,l,t,.,a,s,p,x,,,h,t,t,p,:,/,/,d,e,c,l,a,r,e,d,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,2,1,0,6,/,4,4,7,7,2,r,g,1,1,2,9,9,g,o,n,5,6,5,.,p,d,f,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,2,1,0,6,/,4,4,7,7,2,r,g,1,1,2,9,9,g,o,n,5,6,5,.,p,d,f,#,p,a,g,e,=,3,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,2,1,0,6,/,4,4,7,7,2,r,g,1,1,2,9,9,g,o,n,5,6,5,.,p,d,f,#,p,a,g,e,=,5,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,2,1,0,6,/,4,4,7,7,2,r,g,1,1,2,9,9,g,o,n,5,6,5,.,p,d,f,#,p,a,g,e,=,7,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,2,1,0,6,/,4,4,7,7,2,r,g,1,1,2,9,9,g,o,n,5,6,5,.,p,d,f,#,p,a,g,e,=,1,4,,,h,t,t,p,s,:,/,/,w,w,w,.,j,u,s,t,i,c,e,.,g,o,v,.,z,a,/,l,e,g,i,s,l,a,t,i,o,n,/,c,o,n,s,t,i,t,u,t,i,o,n,/,s,a,c,o,n,s,t,i,t,u,t,i,o,n,-,w,e,b,-,e,n,g,.,p,d,f,#,p,a,g,e,=,2,0,,,h,t,t,p,s,:,/,/,w,w,w,.,s,a,h,i,s,t,o,r,y,.,o,r,g,.,z,a,/,a,r,t,i,c,l,e,/,s,t,a,t,e,s,-,e,m,e,r,g,e,n,c,y,-,s,o,u,t,h,-,a,f,r,i,c,a,-,1,9,6,0,s,-,a,n,d,-,1,9,8,0,s,,,h,t,t,p,s,:,/,/,w,w,w,.,j,u,s,t,i,c,e,.,g,o,v,.,z,a,/,l,e,g,i,s,l,a,t,i,o,n,/,c,o,n,s,t,i,t,u,t,i,o,n,/,s,a,c,o,n,s,t,i,t,u,t,i,o,n,-,w,e,b,-,e,n,g,.,p,d,f,#,p,a,g,e,=,2,2,,,h,t,t,p,s,:,/,/,w,w,w,.,j,u,s,t,i,c,e,.,g,o,v,.,z,a,/,l,e,g,i,s,l,a,t,i,o,n,/,c,o,n,s,t,i,t,u,t,i,o,n,/,s,a,c,o,n,s,t,i,t,u,t,i,o,n,-,w,e,b,-,e,n,g,.,p,d,f,#,p,a,g,e,=,2,2" -25,,,,False,Dancan Bwire,,,africacheck,https://africacheck.org/about/authors/dancan-bwire,https://africacheck.org/fact-checks/fbchecks/no-evidence-nairobi-county-deputy-governor-made-statement-about-kenya-trade,,2021-07-23,africacheck,,"Has the acting governor of Kenya’s capital credited her success to a prominent trade unionist?A graphic shared in a Facebook group with over a million members includes a photo of and supposedly quotes Nairobi county deputy governor Anne Kananu Mwenda. She has been acting governor since January 2021. The quote reads: “Without Francis Atwoli I wouldn't be deputy governor of Nairobi today, it is him who called Murathe and told him that regardless of being a Sonko nominee he believed that I would deliver. It is great honor to rename Dik Dik Road after my political godfather. On top of that he is also a staunch supporter of BBI.” Atwoli is the general secretary of Kenya’s Central Organization of Trade Unions. A road in Nairobi was named after him in May and he publicly thanked Mwenda for the honour on Twitter. But the renaming was criticised by some Kenyans and new road signs have been vandalised at least twice.David Murathe is the vice-chairperson of the country’s ruling party, Jubilee. Mike Mbuvi Sonko is the former governor of Nairobi county who was removed from office in December 2020.The graphic also shows the logo of the trusted news outlet Nation Africa. It has been shared by other users and Facebook groups. But is the quote genuine?No evidence Mwenda said anything similarThe graphic looks badly photoshopped and the photo of Mwenda is blurry. The quote includes misspellings and missing words, which is unusual in a communication from a trustworthy news organisation. The font is also different from the one used in other similar graphics from Nation Africa. These are all signs that the graphic wasn’t issued by the news outlet and is fake.Africa Check looked at all similar graphics published since 18 June 2021 and did not find this quote from Mwenda, or anything similar.Using the Nairobi City County website, we found the county’s Twitter handle and from there, the county deputy boss’s account. She has not posted anything on Twitter like the comment in the digitally manipulated graphic.We could find no coverage in any news outlet of a quote like it. It appears to have been made up.",,No evidence Nairobi county deputy governor made statement about Kenya trade unionist helping her get top job,,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,k,e,n,y,a,p,o,l,i,t,f,o,r,u,m,/,p,e,r,m,a,l,i,n,k,/,2,8,7,1,8,7,9,8,5,6,4,4,4,1,1,7,/,,,h,t,t,p,s,:,/,/,c,i,t,i,z,e,n,t,v,.,c,o,.,k,e,/,n,e,w,s,/,w,h,o,-,i,s,-,a,n,n,e,-,k,a,n,a,n,u,-,m,w,e,n,d,a,-,t,h,e,-,n,e,w,-,n,a,i,r,o,b,i,-,d,e,p,u,t,y,-,g,o,v,e,r,n,o,r,-,3,1,1,1,8,1,/,,,h,t,t,p,s,:,/,/,c,i,t,i,z,e,n,t,v,.,c,o,.,k,e,/,n,e,w,s,/,w,h,o,-,i,s,-,a,n,n,e,-,k,a,n,a,n,u,-,m,w,e,n,d,a,-,t,h,e,-,n,e,w,-,n,a,i,r,o,b,i,-,d,e,p,u,t,y,-,g,o,v,e,r,n,o,r,-,3,1,1,1,8,1,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,u,l,s,e,l,i,v,e,.,c,o,.,k,e,/,n,e,w,s,/,l,o,c,a,l,/,j,u,b,i,l,e,e,-,p,a,r,t,y,s,-,m,e,s,s,a,g,e,-,t,o,-,a,n,n,e,-,k,a,n,a,n,u,-,m,w,e,n,d,a,-,a,f,t,e,r,-,t,a,k,i,n,g,-,o,v,e,r,-,a,s,-,a,c,t,i,n,g,-,n,a,i,r,o,b,i,/,3,h,5,j,g,g,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,k,h,a,l,i,f,o,i,/,p,o,s,t,s,/,1,0,2,2,0,9,7,0,4,9,4,1,8,4,5,9,5,,,h,t,t,p,s,:,/,/,w,w,w,.,b,u,s,i,n,e,s,s,d,a,i,l,y,a,f,r,i,c,a,.,c,o,m,/,b,d,/,l,i,f,e,s,t,y,l,e,/,p,r,o,f,i,l,e,s,/,f,r,a,n,c,i,s,-,a,t,w,o,l,i,-,s,t,r,a,i,g,h,t,-,s,h,o,o,t,e,r,-,n,o,-,h,o,s,t,a,g,e,s,-,o,v,e,r,-,s,t,r,e,e,t,-,n,a,m,e,-,3,4,2,5,6,4,6,,,h,t,t,p,s,:,/,/,c,o,t,u,-,k,e,n,y,a,.,o,r,g,/,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,A,t,w,o,l,i,D,z,a,/,s,t,a,t,u,s,/,1,3,9,7,8,9,4,7,7,4,7,8,7,6,1,6,7,7,5,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,A,t,w,o,l,i,D,z,a,/,s,t,a,t,u,s,/,1,3,9,7,8,9,4,7,7,4,7,8,7,6,1,6,7,7,5,,,h,t,t,p,s,:,/,/,c,i,t,i,z,e,n,t,v,.,c,o,.,k,e,/,n,e,w,s,/,f,r,a,n,c,i,s,-,a,t,w,o,l,i,-,r,o,a,d,-,s,i,g,n,-,i,n,-,k,i,l,e,l,e,s,h,w,a,-,b,u,r,n,t,-,d,o,w,n,-,1,1,9,3,2,7,0,8,/,,,h,t,t,p,s,:,/,/,w,w,w,.,s,t,a,n,d,a,r,d,m,e,d,i,a,.,c,o,.,k,e,/,e,n,t,e,r,t,a,i,n,m,e,n,t,/,n,a,i,n,o,t,e,p,a,d,/,2,0,0,1,3,0,8,3,3,6,/,d,a,v,i,d,-,m,u,r,a,t,h,e,-,t,h,e,-,c,h,i,e,f,-,c,h,e,f,-,i,n,-,u,h,u,r,u,s,-,k,i,t,c,h,e,n,-,c,a,b,i,n,e,t,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,M,i,k,e,S,o,n,k,o,,,h,t,t,p,s,:,/,/,w,w,w,.,s,t,a,n,d,a,r,d,m,e,d,i,a,.,c,o,.,k,e,/,p,o,l,i,t,i,c,s,/,a,r,t,i,c,l,e,/,2,0,0,1,3,9,7,6,5,7,/,i,t,s,-,o,v,e,r,-,f,o,r,-,s,o,n,k,o,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,9,2,2,2,9,3,0,6,1,5,0,9,5,2,&,i,d,=,1,0,3,0,4,1,9,4,1,7,3,6,3,5,6,,,h,t,t,p,s,:,/,/,n,a,t,i,o,n,.,a,f,r,i,c,a,/,k,e,n,y,a,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,?,f,b,i,d,=,1,0,2,1,9,5,4,5,1,1,6,0,8,1,7,5,0,&,s,e,t,=,b,c,.,A,b,o,0,I,S,O,g,d,B,j,L,R,J,s,p,5,p,Z,m,V,g,W,q,u,S,o,i,l,J,F,5,a,q,w,B,g,A,h,8,v,V,r,E,w,N,6,T,q,i,P,j,Z,Q,m,E,-,i,e,Y,H,5,4,Q,s,b,c,8,z,q,3,C,R,5,X,o,O,N,V,i,c,D,S,S,r,c,j,s,N,Q,M,G,9,S,G,m,p,2,2,T,E,E,P,x,c,5,Y,U,8,7,w,4,K,c,g,z,j,8,O,3,c,Q,u,3,5,A,h,V,d,h,2,j,Y,p,V,Y,M,5,Y,Z,U,r,D,5,X,l,j,-,4,b,L,r,S,_,0,n,y,H,s,g,s,Q,l,o,5,j,h,q,7,N,b,9,B,e,G,C,E,J,9,9,j,q,X,L,U,A,3,x,t,t,j,W,p,S,a,x,r,R,g,f,Y,T,n,h,a,_,v,i,n,z,b,p,2,f,H,0,N,H,5,g,H,P,M,I,Y,4,A,n,r,X,5,Q,T,J,R,I,s,9,4,Y,T,u,K,r,V,o,y,j,y,i,e,D,k,D,7,J,L,o,C,D,Q,F,Y,A,y,3,k,a,l,n,C,n,2,F,k,I,g,M,a,9,q,J,w,s,F,6,W,I,W,7,5,t,j,z,q,s,J,H,a,4,8,d,S,-,x,Y,v,B,u,D,-,-,u,G,q,c,v,a,Z,7,V,1,8,r,j,V,p,V,R,w,R,M,1,U,e,p,y,0,e,J,V,X,X,k,D,t,Y,B,C,H,v,4,e,S,9,X,G,F,B,6,Y,E,D,W,d,n,C,z,S,X,t,N,D,f,c,R,V,6,m,0,q,F,j,e,P,u,M,&,o,p,a,q,u,e,C,u,r,s,o,r,=,A,b,p,y,S,r,K,d,z,k,X,n,O,L,a,M,M,m,f,8,X,W,M,h,r,G,t,d,J,s,2,N,o,t,E,y,4,b,P,w,n,k,o,r,w,a,9,1,N,9,R,l,m,W,Y,5,U,b,a,v,8,i,r,i,a,B,E,k,f,X,T,M,J,N,p,_,I,M,T,L,m,O,P,X,g,K,b,f,7,l,9,X,B,-,x,j,A,V,z,d,N,o,0,p,c,0,4,V,M,N,_,q,p,G,T,2,E,i,w,c,h,a,d,F,Q,J,0,I,D,e,5,5,-,q,W,U,j,v,V,j,b,t,O,k,u,A,9,2,R,n,m,M,2,U,Y,h,y,W,b,4,v,_,u,-,c,3,N,z,t,Q,3,K,V,u,i,L,E,_,h,U,t,A,6,j,3,a,X,T,E,p,3,E,f,G,9,H,u,z,Z,m,7,K,I,7,Z,n,N,1,g,L,v,O,z,J,h,Y,_,K,1,w,3,X,2,0,s,V,W,y,i,B,e,E,p,c,t,q,V,R,R,1,X,4,1,2,c,-,i,C,O,x,k,y,u,a,W,P,l,2,X,0,g,c,C,p,8,j,E,U,j,T,t,4,L,b,Y,a,7,d,2,2,I,U,u,0,N,4,1,G,V,U,Q,C,e,x,p,k,l,Q,o,I,k,_,S,S,z,s,3,5,C,y,8,q,B,7,u,d,X,R,e,m,I,J,l,M,_,5,J,w,S,I,a,2,R,v,Y,0,s,1,u,D,L,x,A,g,z,U,6,t,X,a,E,A,v,I,q,A,K,h,U,J,M,4,H,5,3,c,o,G,m,r,2,g,Z,h,V,1,M,u,Z,N,L,h,E,7,J,Z,A,P,w,n,Q,U,Q,s,x,D,9,Z,S,W,F,F,p,b,A,F,t,z,m,A,k,1,H,t,5,x,F,3,K,4,_,S,s,P,c,8,2,h,x,W,I,i,a,M,y,w,0,P,N,t,_,z,T,7,g,Q,w,P,V,M,C,W,o,k,t,J,R,O,L,N,O,q,G,O,m,g,y,m,N,6,h,S,A,z,L,c,q,m,K,G,d,V,S,3,t,Y,D,7,e,j,F,B,h,I,Y,J,5,A,5,8,U,x,3,t,j,j,2,L,8,c,s,U,2,S,j,6,k,9,G,h,O,j,_,5,p,u,B,6,k,A,C,T,e,w,y,1,q,o,h,z,E,y,M,Y,r,E,X,A,Y,M,5,d,i,z,x,_,_,o,C,9,6,h,f,5,Y,U,L,j,H,Q,q,f,0,T,2,F,Y,G,Y,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,k,h,a,l,i,f,o,i,/,p,o,s,t,s,/,1,0,2,2,0,9,7,0,4,9,4,1,8,4,5,9,5,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,0,6,1,7,6,0,5,4,3,9,0,7,3,8,6,/,p,e,r,m,a,l,i,n,k,/,4,2,2,6,0,0,8,6,9,7,4,8,2,5,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,9,2,2,2,9,3,0,6,1,5,0,9,5,2,&,i,d,=,1,0,3,0,4,1,9,4,1,7,3,6,3,5,6,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,9,2,2,2,9,3,0,6,1,5,0,9,5,2,&,i,d,=,1,0,3,0,4,1,9,4,1,7,3,6,3,5,6,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,n,a,t,i,o,n,/,p,h,o,t,o,s,/,1,0,1,5,9,8,2,3,7,7,1,3,1,9,4,9,7,,,h,t,t,p,s,:,/,/,n,a,i,r,o,b,i,.,g,o,.,k,e,/,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,0,4,7,C,o,u,n,t,y,?,r,e,f,_,s,r,c,=,t,w,s,r,c,%,5,E,t,f,w,%,7,C,t,w,c,a,m,p,%,5,E,e,m,b,e,d,d,e,d,t,i,m,e,l,i,n,e,%,7,C,t,w,t,e,r,m,%,5,E,p,r,o,f,i,l,e,%,3,A,0,4,7,C,o,u,n,t,y,%,7,C,t,w,g,r,%,5,E,e,y,J,0,Z,n,d,f,Z,X,h,w,Z,X,J,p,b,W,V,u,d,H,N,f,Y,2,9,v,a,2,l,l,X,2,V,4,c,G,l,y,Y,X,R,p,b,2,4,i,O,n,s,i,Y,n,V,j,a,2,V,0,I,j,o,x,M,j,A,5,N,j,A,w,L,C,J,2,Z,X,J,z,a,W,9,u,I,j,p,u,d,W,x,s,f,S,w,i,d,G,Z,3,X,2,h,v,c,m,l,6,b,2,5,f,d,H,d,l,Z,X,R,f,Z,W,1,i,Z,W,R,f,O,T,U,1,N,S,I,6,e,y,J,i,d,W,N,r,Z,X,Q,i,O,i,J,o,d,G,U,i,L,C,J,2,Z,X,J,z,a,W,9,u,I,j,p,u,d,W,x,s,f,S,w,i,d,G,Z,3,X,3,R,3,Z,W,V,0,X,2,V,t,Y,m,V,k,X,2,N,s,a,W,N,r,Y,W,J,p,b,G,l,0,e,V,8,x,M,j,E,w,M,i,I,6,e,y,J,i,d,W,N,r,Z,X,Q,i,O,i,J,j,b,2,5,0,c,m,9,s,I,i,w,i,d,m,V,y,c,2,l,v,b,i,I,6,b,n,V,s,b,H,1,9,&,r,e,f,_,u,r,l,=,h,t,t,p,s,%,3,A,%,2,F,%,2,F,n,a,i,r,o,b,i,.,g,o,.,k,e,%,2,F,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,0,4,7,C,o,u,n,t,y,/,s,t,a,t,u,s,/,1,4,0,5,1,7,0,3,9,7,3,6,9,2,8,2,5,6,2,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,A,n,n,K,M,w,e,n,d,a,1,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,A,n,n,K,M,w,e,n,d,a,1" -26,,,,False,Taryn Willows,,,africacheck,https://africacheck.org/about/authors/taryn-willows,https://africacheck.org/fact-checks/fbchecks/no-photos-dont-show-actual-house-russias-president-just-design-concept,,2021-07-23,africacheck,,"Photos shared on Facebook show a futuristic structure like something from a James Bond movie, set on a high v-shaped platform among trees. The caption to the photos claims it is the home of a former spy – former intelligence officer and long-time Russian president Vladimir Putin. It reads: “Putin House in Sochi, Russia designed by Roman Vlasov.”Putin has been president since 2012, and also served in the position from 1999 to 2008. Sochi is a city and resort area on the Black Sea in southwestern Russia. But is this really Putin’s house in Sochi? We investigated.‘This is my vision of the house of the president of my country, Vladimir Putin’ – architectA reverse image search for the three photos revealed the same three images shared on Instagram, posted by the architect Roman Vlasov.They are all captioned “PUTIN HOUSE or a story about what his villa might look like By @_vlasov_roman_”.These images are design concepts, illustrations for an idea created by the architect. They do not show a building that has been built, or what Putin’s house actually looks like.Vlasov told AFP Fact-Check this was just a concept.“In my Instagram account there is a description for this work,” he said. “And it says that this is my vision of the house of the president of my country, Vladimir Putin. I have not written anywhere that this house is his property.”Many Putin residencesThere was controversy in early 2021 about Putin building himself a “mega-palace” and spending more time away from his residence in Novo-Ogaryovo, just outside the Russian capital, than he admitted. His official residence is in the Kremlin, the fortified complex in the center of Moscow which is home to the Russian government. But news sources say Putin mostly lives at Novo-Ogaryovo.",,"No, photos don’t show actual house of Russia’s president, just design concept","Putin, households",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,u,g,a,n,d,a,z,u,k,u,k,a,/,p,o,s,t,s,/,2,6,7,8,3,9,3,9,1,2,4,5,9,2,3,9,?,_,_,x,t,s,_,_,[,0,],=,6,8,.,A,R,C,x,F,U,l,L,6,P,E,t,E,O,a,3,K,A,a,w,j,z,p,i,X,b,e,_,D,c,T,9,R,Y,E,D,p,T,U,T,j,d,o,1,1,l,m,V,Y,3,c,R,O,4,J,3,R,P,4,7,8,M,C,W,J,N,0,H,m,w,6,Y,a,b,-,g,Z,9,R,E,r,L,I,W,K,1,6,j,h,X,Q,o,U,1,u,3,X,b,l,P,g,U,E,4,P,E,1,4,i,G,1,Z,L,q,l,F,r,T,9,Z,L,0,w,3,7,G,z,m,n,p,8,H,r,G,M,R,8,y,g,n,k,0,X,S,V,G,f,F,y,0,F,w,s,d,0,k,k,p,l,s,G,0,X,e,p,w,f,i,E,H,a,7,J,Q,z,4,B,K,j,g,_,N,w,P,a,I,5,j,L,L,d,W,j,P,T,H,Q,n,k,e,S,d,f,f,X,A,3,-,2,D,q,2,E,Z,y,F,8,5,V,l,0,j,M,P,n,y,U,G,8,W,p,Q,E,m,N,c,n,n,y,u,-,W,L,Y,N,3,g,U,G,t,_,E,d,X,-,Z,7,G,U,8,S,2,P,s,z,A,c,6,S,k,j,z,9,N,d,H,x,o,P,A,r,O,L,m,a,A,t,I,Z,H,A,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,u,g,a,n,d,a,z,u,k,u,k,a,/,p,o,s,t,s,/,2,6,7,8,3,9,3,9,1,2,4,5,9,2,3,9,?,_,_,x,t,s,_,_,[,0,],=,6,8,.,A,R,C,x,F,U,l,L,6,P,E,t,E,O,a,3,K,A,a,w,j,z,p,i,X,b,e,_,D,c,T,9,R,Y,E,D,p,T,U,T,j,d,o,1,1,l,m,V,Y,3,c,R,O,4,J,3,R,P,4,7,8,M,C,W,J,N,0,H,m,w,6,Y,a,b,-,g,Z,9,R,E,r,L,I,W,K,1,6,j,h,X,Q,o,U,1,u,3,X,b,l,P,g,U,E,4,P,E,1,4,i,G,1,Z,L,q,l,F,r,T,9,Z,L,0,w,3,7,G,z,m,n,p,8,H,r,G,M,R,8,y,g,n,k,0,X,S,V,G,f,F,y,0,F,w,s,d,0,k,k,p,l,s,G,0,X,e,p,w,f,i,E,H,a,7,J,Q,z,4,B,K,j,g,_,N,w,P,a,I,5,j,L,L,d,W,j,P,T,H,Q,n,k,e,S,d,f,f,X,A,3,-,2,D,q,2,E,Z,y,F,8,5,V,l,0,j,M,P,n,y,U,G,8,W,p,Q,E,m,N,c,n,n,y,u,-,W,L,Y,N,3,g,U,G,t,_,E,d,X,-,Z,7,G,U,8,S,2,P,s,z,A,c,6,S,k,j,z,9,N,d,H,x,o,P,A,r,O,L,m,a,A,t,I,Z,H,A,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,b,i,o,g,r,a,p,h,y,/,V,l,a,d,i,m,i,r,-,P,u,t,i,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,S,o,c,h,i,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,K,d,6,9,C,2,h,a,i,p,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,K,d,6,2,C,0,h,3,2,C,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,K,d,6,q,K,k,h,l,J,_,/,,,h,t,t,p,:,/,/,a,r,c,h,v,i,z,u,a,l,.,c,o,m,/,,,h,t,t,p,s,:,/,/,f,a,c,t,c,h,e,c,k,.,a,f,p,.,c,o,m,/,p,i,c,t,u,r,e,-,s,h,o,w,s,-,d,e,s,i,g,n,-,c,o,n,c,e,p,t,-,h,o,u,s,e,-,c,r,e,a,t,e,d,-,r,u,s,s,i,a,-,b,a,s,e,d,-,a,r,c,h,i,t,e,c,t,?,f,b,c,l,i,d,=,I,w,A,R,1,m,z,H,U,2,h,p,d,6,K,U,O,B,w,X,i,E,v,1,P,D,M,1,x,t,h,1,q,m,9,d,b,N,N,A,G,f,v,W,K,Z,i,b,c,-,N,t,C,Q,S,B,y,Z,X,Q,U,,,h,t,t,p,s,:,/,/,w,w,w,.,n,e,w,s,w,e,e,k,.,c,o,m,/,p,u,t,i,n,-,d,e,n,i,e,s,-,n,a,v,a,l,n,y,-,b,l,a,c,k,-,s,e,a,-,p,a,l,a,c,e,-,e,x,p,o,s,e,-,1,5,6,4,2,2,2,,,h,t,t,p,s,:,/,/,w,w,w,.,n,y,t,i,m,e,s,.,c,o,m,/,2,0,2,0,/,1,2,/,1,3,/,w,o,r,l,d,/,e,u,r,o,p,e,/,p,u,t,i,n,-,r,u,s,s,i,a,-,o,f,f,i,c,e,-,s,o,c,h,i,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,r,f,e,r,l,.,o,r,g,/,a,/,2,4,6,9,0,5,4,3,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,r,e,u,t,e,r,s,.,c,o,m,/,a,r,t,i,c,l,e,/,u,s,-,h,e,a,l,t,h,-,c,o,r,o,n,a,v,i,r,u,s,-,r,u,s,s,i,a,-,p,u,t,i,n,-,i,d,U,S,K,B,N,2,3,N,3,B,4,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,t,e,c,h,n,o,l,o,g,y,/,k,r,e,m,l,i,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,v,i,d,e,o,/,1,7,9,9,0,7,/,O,v,e,r,v,i,e,w,-,K,r,e,m,l,i,n,-,M,o,s,c,o,w,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,M,o,s,c,o,w,,,h,t,t,p,s,:,/,/,w,w,w,.,g,l,o,b,a,l,t,i,m,e,s,.,c,n,/,c,o,n,t,e,n,t,/,1,2,1,0,1,2,1,.,s,h,t,m,l,,,h,t,t,p,s,:,/,/,f,o,r,e,i,g,n,p,o,l,i,c,y,.,c,o,m,/,2,0,1,9,/,0,8,/,0,6,/,t,h,e,r,e,s,-,m,o,r,e,-,t,o,-,r,u,s,s,i,a,-,t,h,a,n,-,p,u,t,i,n,/,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,m,o,s,c,o,w,t,i,m,e,s,.,c,o,m,/,2,0,2,0,/,0,4,/,0,1,/,p,u,t,i,n,-,w,o,r,k,i,n,g,-,r,e,m,o,t,e,l,y,-,a,f,t,e,r,-,m,e,e,t,i,n,g,-,i,n,f,e,c,t,e,d,-,d,o,c,t,o,r,-,k,r,e,m,l,i,n,-,s,a,y,s,-,a,6,9,8,2,6" +0,,,,False,Grace Gichuhi,,,africacheck,https://africacheck.org/about/authors/grace-gichuhi,https://africacheck.org/fact-checks/fbchecks/nairobi-demonstration-solidarity-nigerias-2021-democracy-day-protests-no-photo,,2021-07-28,africacheck,,"A photo of a group of people waving the flag of Nigeria has been posted on Facebook with the claim that it shows Kenyans in Nairobi “standing in solidarity” with the people of Nigeria.“June 12 Protest: Kenyans stand with Nigerians in solidarity,” the caption reads. “Location: Nairobi. THANK YOU.” The 12 June 2021 post is on a Facebook page with some 14,000 followers. The photo and claim has also been widely shared on Twitter. In 2019, Nigerian president Muhammadu Buhari signed into law that 12 June would be the national holiday of Democracy Day. The holiday is controversial. In 2021, Democracy Day saw protests in several Nigerian cities. The protests were against poor governance and “terrorism, criminal abductions and separatist movements”, according to one report.But what does the photo really show?#EndSARS ProtestsA Google reverse image search reveals that the photo has been online since at least 18 October 2020 – almost eight months before 12 June 2021. It appears in a 2020 article on the website of Premium Times, a credible Nigerian newspaper. The article’s headline is: “ANALYSIS: Will deployment of troops quell or escalate #EndSARS protests?” The photo is watermarked “Premium Times -- Kabiru Yusuf”.The photo is of #EndSARS protests in Nigeria, in October 2020. The protests demanded that the county’s police Special Anti-Robbery Squad (Sars) be disbanded because of the unit’s alleged extrajudicial killings, brutality and human rights abuses.Abuja, not NairobiWe searched the Premium Times news website and found articles by Kabiru Yusuf. Our fact-checking colleagues at Dubawa contacted Yusuf, who said the photo was taken in Abuja, Nigeria’s capital. So, no, the photo was not taken in Nairobi, Kenya, on 12 June 2021. It was taken in Abuja, Nigeria, in October 2020 during the county’s #EndSars protests.","https://web.facebook.com/genevievemmiliaku/posts/171519914983217,https://web.facebook.com/genevievemmiliaku/posts/171519914983217,https://twitter.com/_iAlen/status/1403697588935827459,https://twitter.com/chiefagbabiaka1/status/1403833196190605315,https://thenationonlineng.net/buhari-signs-june-12-democracy-day-bill-into-law/,https://theconversation.com/june-12-is-now-democracy-day-in-nigeria-why-it-matters-118572,https://www.bbc.com/pidgin/tori-57418137,https://www.reuters.com/world/africa/nation-is-fire-nigerian-lawmakers-demand-action-security-crisis-2021-04-27/,https://www.voanews.com/africa/nigerians-mark-annual-democracy-day-protests,https://africacheck.org/sites/default/files/media/documents/2021-07/Google%20Search-Nigeria%20Photo.pdf,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.amnesty.org/en/latest/campaigns/2021/02/nigeria-end-impunity-for-police-violence-by-sars-endsars/,https://www.premiumtimesng.com/author/kabiruyusuf,https://dubawa.org/endsars-photo-used-to-paint-narrative-kenyans-protest-in-solidarity-with-nigerians/","Nairobi demonstration in solidarity with Nigeria’s 2021 Democracy Day protests? No, photo of 2020 #EndSARS protests in Abuja",,,,,, +1,,,,False,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/fbchecks/no-asymptomatic-covid-patients-can-transmit-virus-and-masks-work,,2021-07-28,africacheck,,"A Facebook video posted on 5 July 2021 claims that studies show asymptomatic Covid-19 patients – people who don’t get sick – can’t transmit the new coronavirus. It also says the US Centers for Disease Control (CDC) published a review of studies and found wearing a mask doesn’t stop the spread of Covid.In the video, a woman appears to be standing at a podium, talking to an audience off camera. She says: “Nearly 500 people were recently exposed to a Covid positive asymptomatic carrier. Zero got sick. Asymptomatic carriers of Covid do not spread disease.”She goes on to claim: “The CDC a couple weeks ago did a study where they looked at every single other study in the entire world on face mask wearing and this is what they found. The CDC found, quote, ‘no reduction in viral transmission with the use of face masks’.”The words “the information is there dont say u wernt warned” are printed on the video. It’s been shared more than 1,200 times so far, including in South Africa. Since Covid-19 was declared a pandemic in early 2020, the World Health Organization has warned that Covid patients who don’t show any symptoms of the disease can still spread it to others. It also says masks are a “key measure to suppress transmission and save lives”.Do studies prove that asymptomatic Covid-19 patients can’t spread the disease? And has a CDC analysis found that masks don’t reduce transmission?Video of US attorney Leigh DundasThe video does not identify the woman, where she is, or when the video was taken. It’s poor quality, taken from an original that doesn’t appear to be online anymore.But we did find a short video on Vimeo of a woman named Leigh Dundas, speaking on 13 April. Based on her voice, hairstyle, clothing and the background, it’s likely that the video on Facebook shows this woman, at the same event.In the Vimeo video she identifies herself as a human rights attorney. The video is captioned “Leigh Dundas, Board of Supervisors, April 13 2021”. Dundas, a US attorney, publicly supports that country’s anti-vaccination movement. Voice of OC reports that, in May, she helped organise residents in California’s Orange county to go to local Board of Education meetings to petition against mandatory vaccinations and “vaccine passports”.As Africa Check has found, there is no such thing as mandatory or “universal” vaccination in the US. And vaccine passports don’t exist there.Asymptomatic patients can transmit the virusIn the Facebook video, Dundas refers to a May 2020 study in Wuhan, China. It’s titled A study on infectivity of asymptomatic SARS-CoV-2 carriers. The Covid-19 pandemic is thought to have started in Wuhan.The researchers studied 455 people who had been in contact with asymptomatic Covid-positive patients. None of the 455 tested positive for Covid-19. But the study didn’t find that people with asymptomatic Covid-19 can’t transmit the virus. Instead, it concluded that “the infectivity of some asymptomatic SARS-CoV-2 carriers might be weak”. SARS-CoV-2 is the formal name of the new coronavirus that causes Covid-19.Other studies of asymptomatic carriers have found that they can transmit the virus.A January 2021 study looked at 2,250 people in a “confined” community of university staff in the Canadian province of Quebec. Confinement, the study says, is “used to reflect social restrictions instructed by Quebec's government”.It found that 1.82% of the staff were asymptomatic carriers. None had contact with any known Covid patients. The researchers concluded: “Our results raise concerns about the possibility of viral spread through asymptomatic transmission.” But they added that the rate of asymptomatic transmission was unknown.In February 2021, a study based on daily mass screenings of some 20,000 residents of Luxembourg, a small country in Europe, was published. It found that, on average, asymptomatic patients infected the same number of people as patients with Covid-19 symptoms. The researchers concluded: “Asymptomatic carriers represent a significant risk for transmission.”CDC: Masks reduce Covid spreadAnd what about Dundas’s claim that a CDC analysis had found that masks didn’t reduce the amount of coronavirus transmitted between people?This is not what the CDC website says. A science brief on the site, updated on 7 May 2021, quotes several studies that found face masks reduced the risk of Covid-19 infection by as much as 79%, and had led to declines in daily new cases.The CDC concludes: “Experimental and epidemiological data support community masking to reduce the spread of SARS-CoV-2.” The CDC also says that making people wear masks can help prevent possible lockdowns in the future. The benefits increase when people are also required to use other measures against Covid: social distancing, hand washing and good ventilation. Conclusion: Video’s claims are falseIn a video posted on Facebook, US anti-vaccination advocate and lawyer Leigh Dundas claims that asymptomatic Covid-19 patients can’t transmit the virus. She also says a study by the US Centers for Disease Control found that masks don’t reduce the spread of the disease.But the CDC study doesn’t conclude that asymptomatic patients can’t transmit the virus. And  other studies have found that asymptomatic patients do transmit the virus. The CDC has published studies supporting the benefits of masks, and says wearing masks can reduce the spread of Covid-19.","https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.cdc.gov/,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.who.int/news-room/q-a-detail/coronavirus-disease-covid-19-how-is-it-transmitted,https://www.who.int/emergencies/diseases/novel-coronavirus-2019/question-and-answers-hub/q-a-detail/coronavirus-disease-covid-19-masks,https://vimeo.com/537203201,https://vimeo.com/537203201,https://vimeo.com/537203201,https://www.rawstory.com/leigh-dundas/,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://www.google.com/maps/place/Orange+County,+CA,+USA/@33.6394877,-118.3298942,9z/data=!3m1!4b1!4m5!3m4!1s0x80dc925c54d5f7cf:0xdea6c3618ff0d607!8m2!3d33.7174708!4d-117.8311428,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://africacheck.org/fact-checks/fbchecks/no-us-supreme-court-hasnt-ruled-against-universal-vaccination-theres-no-such,https://apnews.com/article/fact-checking-afs:Content:10051817171,https://www.google.com/maps/place/Wuhan,+Hubei,+China/@30.5684073,114.0201922,10z/data=!3m1!4b1!4m5!3m4!1s0x342eaef8dd85f26f:0x39c2c9ac6c582210!8m2!3d30.592849!4d114.305539,https://www.google.com/maps/place/China/@34.4504157,86.0458274,4z/data=!3m1!4b1!4m5!3m4!1s0x31508e64e5c642c1:0x951daa7c349f366f!8m2!3d35.86166!4d104.195397,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.nature.com/articles/d41586-021-00502-4,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.who.int/emergencies/diseases/novel-coronavirus-2019/technical-guidance/naming-the-coronavirus-disease-(covid-2019)-and-the-virus-that-causes-it,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.google.com/maps/place/Canada/@56,-96,3z/data=!3m1!4b1!4m5!3m4!1s0x4b0d03d337cc6ad9:0x9968b72aa2438fa5!8m2!3d56.130366!4d-106.346771,https://www.google.com/maps/place/Quebec,+Canada/@53.4733017,-77.4028603,5z/data=!3m1!4b1!4m5!3m4!1s0x4c58b5349fd1a8a1:0x1040cadae4d0020!8m2!3d52.9399159!4d-73.5491361,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.google.com/maps/place/Luxembourg/@49.8423357,1.6489564,6z/data=!4m5!3m4!1s0x479545b9ca212147:0x64db60f602d392ef!8m2!3d49.815273!4d6.129583,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html","No, asymptomatic Covid patients can transmit the virus, and masks work",,,,,, +2,,,,Partlyfalse,Mary Alexander,,,africacheck,https://africacheck.org/about/authors/mary-alexander,https://africacheck.org/fact-checks/fbchecks/photo-2018-fuel-tax-protest-france-not-demonstrators-unleashing-truth-variant,,2021-07-28,africacheck,,"“Greece and France... Yep its happening, time to unlesh the new TRUTH variant,” reads the caption of two photos of what seem to be mass protests, posted on Facebook in July 2021 and shared in South Africa.The first photo shows a huge crowd of people on an avenue in Paris, France’s capital city. The city’s famous Arc de Triomphe can be seen in the background. Many in the crowd are wearing yellow reflective vests.The second photo is of another crowd, flanked by police, in a city square. The flag of Greece can be seen waving in the crowd.The photos were also posted on an Australia-based Facebook page, with a similar caption: “Greece & France! Thousands rally against COVID-19 vaccinations and government restrictions.”But do the photos really show people “unleashing the TRUTH variant” in protests against Covid-19 measures in Greece and France?Protest against vaccinations in Greece, against fuel tax in FranceA Google reverse image search of the second photo reveals that it does indeed show a rally against Covid-19 vaccinations, in the Greek capital of Athens on 14 July.The photo appears in an article on M3 News, an international online news magazine.“More than 5,000 anti-vaccine protesters, some of them waving Greek flags and wooden crosses, rallied in Athens on Wednesday to oppose Greece’s coronavirus vaccinations program,” the article reads.It adds: “Protests are fairly common in Greece and there have been several in recent months on issues ranging from new labour law to the most recent Israeli military campaign on Gaza.”But a TinEye reverse image search of the first photo, filtered for the oldest version, reveals that it has been online since at least 4 December 2018 – over a year before the coronavirus was first identified in late December 2019.The photo can be found on the French-language stock photo website Divergence Images. A machine translation of its caption reads: “Demonstration of the Yellow Vests on the Champs-Elysees, Paris on November 24, 2018.” It was taken by Olivier Coret.According to the US National Public Radio website, the 2018 yellow vests protests in France were sparked by the announcement of a new environmental tax on fuel.“Nicknamed for the safety vests worn by protesters, known as gilets jaunes, the yellow vest movement has sparked a political crisis for the French government,” the NPR says.“The protests started in the French provinces but spread to Paris, where demonstrations turned into riots over the weekend and scenes of violent civil unrest played out along the city's famous Avenue des Champs Élysées.”The second photo does show a protest against Covid-19 vaccinations, in Greece, but the first photo is of a demonstration against a fuel tax in France, more than two and a half years ago.","https://www.facebook.com/sonia.bonacci/posts/10161008588853976,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976,https://www.google.com/maps/place/Paris,+France/@48.8589507,2.2770201,12z/data=!3m1!4b1!4m5!3m4!1s0x47e66e1f06e2b70f:0x40b82c3688c9460!8m2!3d48.856614!4d2.3522219,https://www.google.com/maps/place/France/@46.1389696,-2.4368094,6z/data=!3m1!4b1!4m5!3m4!1s0xd54a02933785731:0x6bfd3f96c747d9f7!8m2!3d46.227638!4d2.213749,https://www.google.com/maps/@48.8741019,2.293728,3a,75y,111.88h,85.69t/data=!3m6!1e1!3m4!1ssbfllIbdqW_ylzUNmOcYbg!2e0!7i16384!8i8192,https://www.facebook.com/photo/?fbid=10161008571833976&set=pcb.10161008588853976,https://www.greeka.com/greece-history/flags/,https://www.google.com/maps/place/Greece/@38.0602976,19.99122,6z/data=!3m1!4b1!4m5!3m4!1s0x135b4ac711716c63:0x363a1775dc9a2d1d!8m2!3d39.074208!4d21.824312,https://www.facebook.com/hraaustralia/posts/290279962890655,https://www.facebook.com/photo/?fbid=10161008571833976&set=pcb.10161008588853976,https://www.google.com/maps/place/Athens,+Greece/@37.9908997,23.7033198,13z/data=!3m1!4b1!4m5!3m4!1s0x14a1bd1f067043f1:0x2736354576668ddd!8m2!3d37.9838096!4d23.7275388,https://mw3.news/in-greece-thousands-rally-against-covid-19-vaccinations/,https://mw3.news/contact/staff-directory/,https://mw3.news/in-greece-thousands-rally-against-covid-19-vaccinations/,https://africacheck.org/sites/default/files/media/images/2021-07/TinEye-Greece-protests.jpg,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976,http://www.divergence-images.com/olivier-coret/reportages/gilets-jaunes-champs-elysees-OCO1193/gilets-jaunes-champs-elysees-ref-OCO1193001.html,https://translate.google.com/translate?sl=auto&tl=en&u=http://www.divergence-images.com/olivier-coret/reportages/gilets-jaunes-champs-elysees-OCO1193/gilets-jaunes-champs-elysees-ref-OCO1193001.html,https://www.npr.org/2018/12/03/672862353/who-are-frances-yellow-vest-protesters-and-what-do-they-want,https://www.npr.org/2018/12/03/672862353/who-are-frances-yellow-vest-protesters-and-what-do-they-want,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976",Photo of 2018 fuel tax protest in France – not demonstrators ‘unleashing truth variant’ against Covid measures,"fuel tax, protest, covid, Covid-19",,,,, +3,,,,False,Oluseyi Awojulugbe,,,africacheck,https://africacheck.org/about/authors/oluseyi-awojulugbe,https://africacheck.org/fact-checks/fbchecks/no-dont-use-garlic-lower-blood-pressure,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that garlic can be used to lower high blood pressure.It also credits the World Health Organization (WHO) with saying garlic helps to reduce blood pressure in patients with moderate hypertension.“Garlic works in a way to increase the size of the arteries, which makes it easier for blood to pass. In addition, due to its diuretic properties, it reduces the volume of water in the body and therefore blood pressure,” reads part of the post.The post does include an unusual warning: “Be careful, even regular consumption of garlic does not exempt from appropriate treatment, especially in people with severe hypertension.” But is there any scientific evidence that the bulbous flowering plant can be used to manage high blood pressure? We checked.High blood pressure leads to 9.4 mn deaths annuallyAccording to the WHO, high blood pressure, also called hypertension, is when the force exerted by blood pushing against the walls of the arteries is higher than what is considered normal.“Hypertension is diagnosed if, when it is measured on two different days, the systolic blood pressure readings on both days are greater than 140 mmHg and/or the diastolic blood pressure readings on both days are greater than 90 mmHg,” says a WHO fact sheet on hypertension.Blood pressure is measured in units of millimeters of mercury, or mmHg. It is recorded as two numbers, the systolic or upper value first, followed by the diastolic or lower value. About 1.13 billion people around the world have high blood pressure, with the majority living in low- and middle-income countries. This leads to about 9.4 million deaths annually, says the WHO.‘Not approved by health authorities’ – expertSome studies have documented the potential of garlic in lowering high blood pressure in a similar way to standard medication. A review of trials involving garlic concludes that the vitamin B status of an individual is “an important factor for the responsiveness of high blood pressure to garlic”.But Basden Onwubere, a professor of medicine at the University of Nigeria in southeastern Nigeria, was sceptical. He told Africa Check: “Such prescriptions cannot be made by doctors.” “There are studies that have been published about the use of garlic in managing some health conditions but I am not aware of any traditional medicine that has been approved officially by Nafdac for use in managing high blood pressure,” he said.Nafdac is Nigeria’s National Agency for Food and Drug Administration and Control, responsible for regulating and controlling drugs, among other substances.Onwubere said: “Until that [approval] becomes available, what we are using now is the orthodox way of managing hypertension. This is medication and advice on managing the patient’s diet.”Africa Check has also checked claims on Facebook that ginger or ginger tea can prevent heart attack and stroke, and that mixing lemon, ginger and garlic cures high blood pressure. Like this claim, we found no conclusive evidence to support these. Experts advise those with high or elevated blood pressure to ignore miracle cures promoted on social media and seek proper medical care.","https://www.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=2&_rdr,https://www.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=2&_rdr,https://web.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=3&_rdr,https://www.webmd.com/vitamins/ai/ingredientmono-300/garlic,https://www.who.int/,https://www.who.int/news-room/q-a-detail/noncommunicable-diseases-hypertension,https://www.who.int/news-room/fact-sheets/detail/hypertension,https://www.ncbi.nlm.nih.gov/books/NBK279251/,https://www.heart.org/en/health-topics/high-blood-pressure/understanding-blood-pressure-readings,https://www.who.int/news-room/fact-sheets/detail/hypertension,https://www.who.int/news-room/q-a-detail/noncommunicable-diseases-hypertension,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4266250/,https://academic.oup.com/jn/article/146/2/389S/4584698,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6966103/,https://www.unn.edu.ng/,https://www.nafdac.gov.ng/,https://africacheck.org/fact-checks/fbchecks/ginger-or-ginger-tea-wont-prevent-heart-attack-and-stroke,https://africacheck.org/fact-checks/fbchecks/no-lemon-ginger-and-garlic-wont-cure-high-blood-pressure","No, don’t use garlic to lower blood pressure","Garlic, high blood pressure",,,,, +4,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-martine-moise-first-lady-haiti-not-dead,,2021-07-28,africacheck,,"Martine Moïse, the wife of Haiti’s assassinated president, is dead, claims a post shared on Facebook in Nigeria in July 2021.On 7 July, Haitian president Jovenel Moïse was assassinated in his private residence in the capital, Port-au-Prince. His wife, Martine Moïse, was also shot in the attack. Haiti is an island nation in the Caribbean Sea.The post claims that the “First Lady died from her injuries”, after being “rushed to hospital” and “despite the doctors’ best efforts”. The post includes photos of the couple. But is Martine Moïse dead?Alive and well Moïse was seriously injured during the assassination and was flown to Florida in the US for medical treatment.But on 17 July she spoke to the media from her hospital bed, confirming she was alive and well.In an article updated 17 July, she was pictured wearing a bulletproof vest as she returned to Port-au-Prince.Moïse also spoke at her late husband’s funeral on 22 July.","https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://www.cfr.org/in-brief/assassination-haitian-president-jovenel-moise-what-know,https://www.cfr.org/in-brief/assassination-haitian-president-jovenel-moise-what-know,https://twitter.com/martinejmoise?lang=en,https://www.britannica.com/place/Haiti,https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://news.sky.com/story/wife-of-assassinated-haiti-president-jovenel-moise-speaks-from-hospital-bed-12353342,https://www.wsj.com/articles/martine-moise-wife-of-assassinated-president-makes-surprise-return-to-haiti-11626564491,https://www.npr.org/2021/07/17/1017398219/martine-moise-wife-of-slain-president-returns-to-haiti,https://www.voanews.com/americas/gunfire-protests-disrupt-funeral-haitis-assassinated-president","No, Martine Moïse, first lady of Haiti, not dead",,,,,, +5,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/biafran-independence-movement-leader-nnamdi-kanu-arrested-not-fake-news,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that Nnamdi Kanu, leader of the Indigenous People of Biafra (Ipob), was not arrested, despite news reports saying he was.It reads: “Nnamdi Kanu Arrest. Nigerians and there fake news flying upandan [up and down].” Biafra was a region that roughly correlates with Nigeria’s South East geopolitical zone today.  In May 1967, Biafra declared its independence from the rest of the country. A civil war followed, ending in January 1970 with Biafra’s defeat.  There are continued calls for Biafran independence, most notably by Ipob. But has Kanu, who has been living in London in the UK, been arrested?Kanu arrested and arraigned in courtThere have been multiple reports in the mainstream media of Kanu’s arrest, both in Nigeria and internationally.He was arrested on 27 June 2021 through joint efforts by Nigerian security agents and the International Criminal Police Organization, or Interpol. But officials have not disclosed where and how.According to Nigeria's justice minister, Abubakar Malami, Kanu was brought back to Nigeria to face trial, after jumping bail in 2019.‘11-count charge’Kanu was previously arrested on 14 October 2015 on 11 charges, including terrorism, treasonable felony and managing an unlawful society. He was granted bail in 2017.He is also accused of inciting violence against the Nigerian state and institutions through TV, radio and online broadcasts, and of instigating violence, particularly in southeastern Nigeria.Kanu appeared before a federal high court in Abuja on 29 June 2021, two days after his arrest. While all the details are still to emerge at the time of writing, claims that he was not arrested are false.","https://www.facebook.com/photo.php?fbid=158238561912186&set=pcb.158238601912182&type=3&theater,https://web.facebook.com/groups/388050959313043/posts/466523654799106/?__cft__[0]=AZVbT-nA-yAjwpgsAhc1l4NBvq1ngxoQLVYc2lZNP4J9vZmrzX00uNUbEzMHp7Hn7b7MIcQCW7AdYYkwpsAkwqSPPAadikibVN_pfYbZa1WcKcJCrNNgPGqs9r42hcrlq-A&__tn__=%2CO%2CP-R,https://foreignpolicy.com/2020/06/11/nigeria-biafra-kanu-reconciliation-independence/,https://web.facebook.com/groups/388050959313043/posts/466523654799106/?__cft__[0]=AZVbT-nA-yAjwpgsAhc1l4NBvq1ngxoQLVYc2lZNP4J9vZmrzX00uNUbEzMHp7Hn7b7MIcQCW7AdYYkwpsAkwqSPPAadikibVN_pfYbZa1WcKcJCrNNgPGqs9r42hcrlq-A&__tn__=%2CO%2CP-R,https://www.britannica.com/place/Biafra,https://www.researchgate.net/figure/Map-of-Nigeria-and-its-geopolitical-zones-North-Central-Benue-FCT-Kogi-Kwara_fig1_256614605,https://www.britannica.com/place/Biafra,https://foreignpolicy.com/2020/06/11/nigeria-biafra-kanu-reconciliation-independence/,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://ugobestiky.com/wp-content/uploads/2019/09/FB_IMG_15681388255829898-750x430.jpg,https://www.theguardian.com/world/2021/jun/29/biafra-separatist-leader-arrested-and-extradited-to-nigeria,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://www.interpol.int/en,https://edition.cnn.com/2021/06/29/africa/nnamdi-kanu-arrested-nigeria-intl/index.html,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://www.premiumtimesng.com/news/headlines/470566-updated-nnamdi-kanu-re-arrested-returned-to-nigeria-malami.html,https://www.premiumtimesng.com/news/headlines/470566-updated-nnamdi-kanu-re-arrested-returned-to-nigeria-malami.html,https://guardian.ng/news/nnamdi-kanu-appears-in-court-after-re-arrest/",Biafran independence movement leader Nnamdi Kanu arrested – not ‘fake news’,,,,,, +6,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-nigerias-yoruba-separatist-sunday-adeyemo-still-custody-benin-wife-ropo,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria on 20 July 2021 claims that Sunday Adeyemo and his wife Ropo Adeyemo have been released from custody in Benin and allowed to board a plane to Germany.Adeyemo, popularly known as Sunday Igboho, has been campaigning for the self-determination of the Yoruba people in southwestern Nigeria.The Facebook post reads: “Breaking news!!!! Sunday Adeyemo (AKA) Igboho and his wife German citizen has been released and allows to board plane on their way to Germany #BeninRepublicNoBeKenya.”The post has been shared several times and some commenters were happy.One Facebook user said: “Just can't express my joy for the great news!!!”Another said: “Good to hear this, shame to the haters.”However, others said the claim was not true.Were Sunday and Ropo Adeyemo jailed and have they been released from custody in Benin?Igboho still held but wife releasedThe Adeyemos fled Nigeria for the neighbouring Republic of Benin in early July after their Ibadan home was raided by the the Department of State Services.Ammunition and weapons were found on the premises during the raid.The Nigerian government then issued a warrant for Sunday Adeyemo’s arrest.On 19 July, the couple were arrested in the port city of Cotonou by Beninoise authorities while trying to travel to Germany. Ropo Adeyemo lives in Germany.The charges brought by the Beninoise court were for immigration-related offences. It ordered Ropo’s release while Sunday remained in custody. His trial continued on 26 July. The claims on Facebook are false.","https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://www.bbc.com/news/world-africa-55934275,https://www.ngnews247.com/sunday-igboho-biography-wfe-age-house-sons-family-net-worth-cars/,https://www.premiumtimesng.com/news/top-news/471288-lagos-rally-sunday-igboho-yoruba-nation-campaigners-set-for-showdown-with-police.html,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://www.britannica.com/place/Benin,https://www.bbc.com/news/world-africa-55934275,https://www.dss.gov.ng/,https://guardian.ng/news/dss-declares-sunday-igboho-wanted-confirms-raid-on-his-residence/,https://guardian.ng/news/dss-declares-sunday-igboho-wanted-confirms-raid-on-his-residence/,https://www.premiumtimesng.com/news/headlines/474749-how-sunday-igboho-was-arrested-in-benin-republic.html,http://saharareporters.com/2021/07/22/breaking-beninese-court-releases-sunday-igboho%E2%80%99s-wife-orders-igboho-remain-custody,https://punchng.com/beninoise-courts-not-used-to-large-crowds-igbohos-lawyers-caution-supporters/","No, Nigeria's Yoruba separatist Sunday Adeyemo still in custody in Benin, but wife Ropo Adeyemo released",,,,,, +7,,,,Misleading,Keegan Leech,,,africacheck,https://africacheck.org/about/authors/keegan-leech,https://africacheck.org/fact-checks/reports/no-south-africa-does-not-account-50-global-mining-deaths,About 50% of global mining deaths occur in South Africa.,2021-07-28,africacheck,,"Messages posted on Twitter and Facebook claim that 50% of global mining deaths occur in South Africa.But the figure is taken from a 2020 report by the International Council on Mining and Minerals, which only records the deaths reported by its 28 member companies. This is not all the mining deaths in the world.There is a lack of reliable global statistics on mining fatalities. Deaths from mining diseases, and the deaths of contractors and small-scale miners, tend to be under-reported.“About 50% of global mining deaths occur in South Africa. Yet no single mining executive has been held accountable,” reads a tweet with more than 850 likes, which has been shared over 500 times on Twitter. The claim has also been posted on Facebook and other social media.When another user asked for “receipts” supporting the claim, the person who posted it said the data came from the International Council on Mining and Metals. Is the claim backed by data? We checked. Only 28 members included in rankingThe source of this claim is a 2020 report published by the International Council on Mining and Minerals (ICMM). The mining association collates the number of workplace accidents and fatalities recorded by its members.But the ICMM told Africa Check that its 28 member companies represent only about a third of the global mining industry. Not all mining companies are members and not all countries are represented. According to the report, South Africa recorded 22 out of 44 fatalities in 2020. This is 50% of deaths reported by its members – not 50% of global deaths. South Africa also accounted for more total working hours than any other individual country: 17.7% of all recorded hours in 2020.Government records more mining deathsSouth Africa has regularly fared worst in the ICMM’s safety reports. It has contributed the most deaths every year since 2015, the first year the council recorded location data. The one exception was 2019, when the Brumadinho dam disaster in Brazil claimed more than 250 lives.But the ICMM’s records likely don’t even represent all mining deaths in South Africa. The last year the country’s department of mineral resources and energy released a tally of mining fatalities was 2018. In that year, the department recorded 81 fatalities, while South African ICMM members recorded just 14.Data on global mining deaths is limited According to the Minerals Council South Africa (MCSA), another mining industry employers’ organisation, the ICMM’s 28 members “exclude huge numbers of mining businesses in many parts of the world, including some major mining jurisdictions, most notably China”.But determining the total number of mining fatalities around the world is not easy.“There is no one record of all industry fatalities,” the ICMM told Africa Check. “Individual companies will release their fatality numbers in their own sustainability and annual reports.”In 2019 the Wall Street Journal reported that many of the world’s mining fatalities may not even be counted. Its analysis of mining companies’ safety reports found that many did not record the deaths of contractors, workers transporting extracted minerals or deaths at joint mining ventures, which are managed by more than one company.The journal even found that more than half of the people who died in the 2019 Brumadinho dam disaster may not have been included in the official mining death toll. Deaths from mining diseases are even more likely to go unrecorded.Artisanal mining deaths may not be recordedAnother category of fatalities which may go overlooked is artisanal mining. In 2013, the World Bank estimated that there were “approximately 100 million artisanal miners globally”. This form of small-scale mining is often, but not always, conducted illegally. Deaths in this sector are more likely to go unrecorded. In June 2021 the bodies of 20 people believed to be illegal miners or “zama-zamas” were found near abandoned mine shafts in Johannesburg. In a 2016 report, human rights organisation Amnesty International said that in artisanal cobalt mines in the Democratic Republic of the Congo, “many accidents go unrecorded and bodies are left buried in the rubble”.And a 2004 publication by philanthropy organisation Oxfam, in collaboration with environmental non-profit Earthworks, found that “health and safety data for ASM [artisanal and small-scale mining] are sketchy, but the sector appears to experience a significantly higher accident rate than the industry as a whole”.Conclusion: South Africa accounts for 50% of mining deaths recorded by 28 companies in a single report – not 50% of global deaths. A widely shared social media post claims that South Africa accounted for “about 50% of global mining deaths”. But the report cited as evidence gives mining fatalities for 28 companies in 2020. That year South Africa accounted for half of the 44 recorded fatalities. The report likely doesn't even represent all mining deaths in South Africa. It also excludes major miners and mining countries such as China. We therefore rate the claim misleading. But data on global mining fatalities is fraught with problems. Beyond the lack of reliable global statistics, deaths from disease, and the deaths of contractors and small-scale miners, are regularly under-reported across the world. More and better data is needed to accurately determine how many deaths are due to mining, both globally and in South Africa.","https://africacheck.org/sites/default/files/media/images/2021-07/Screenshot_2021-06-21_at_16-00-47_T_on_Twitter.png,https://twitter.com/mokhathi/status/1406134773232418817,https://www.facebook.com/MduZondo/posts/4085206891534393,https://twitter.com/manhlamza/status/1406491787544432643,https://twitter.com/mokhathi/status/1406134773232418817,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2020-safety-data,https://www.icmm.com/,https://www.icmm.com/en-gb/about-us,https://www.icmm.com/en-gb/about-us/our-members/member-companies,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2019-safety-data,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2018-safety-data,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2015-safety-data,https://www.sciencedirect.com/science/article/pii/S0303243420300192,https://www.dmr.gov.za/,https://www.dmr.gov.za/Portals/0/Resources/Annual%20Reports/DMR_annual_report_2019_low%20res.pdf?ver=2019-11-05-161412-883#page=11,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2018-safety-data,https://www.mineralscouncil.org.za/,https://www.wsj.com/,https://www.wsj.com/articles/the-hidden-deaths-of-mining-11577825555,https://www.wsj.com/articles/the-hidden-deaths-of-mining-11577825555,https://www.eiti.org/ASM,https://www.worldbank.org/en/topic/extractiveindustries/brief/artisanal-and-small-scale-mining,https://www.timeslive.co.za/news/south-africa/2021-06-15-twenty-bodies-of-alleged-zama-zamas-found-outside-klerksdorp/,https://www.amnestyusa.org/reports/this-is-what-we-die-for-human-rights-abuses-in-the-democratic-republic-of-the-congo-power-the-global-trade-in-cobalt/,https://www.amnestyusa.org/,https://www.earthworks.org/publications/dirty_metals/,https://www.oxfam.org/en,https://www.earthworks.org/,https://www.earthworks.org/cms/assets/uploads/archive/files/publications/DirtyMetals_Workers.pdf#page=2","No, South Africa does not account for ‘50% of global mining deaths’","mining, global, deaths",,,,, +8,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/lemon-zobo-baya-maganin-zazzabi-aje-asibiti,,2021-07-27,africacheck,,"Wani rubutu da aka buga a Facebook yayi iƙirarin cewa lemon zoɓo “na maganin zazzaɓi.”“ Yadda ake lemon zoɓo na magani,” rubutun ya fara. Ya bayyana yadda za ayi  lemon da a fara  jiƙa ganyen zoɓo, abarba, ganyen lemongiras, citta, biturut, lemon zaƙi, kankana da ruwa.Zoɓo dai wani lemo ne da ya shahara a Najeriya, wanda ake yi da busasshiyar filawar itacen rosilli. Itacen rosilli, wanda ake kira da habiscus sabdariffa a kimiyance ya fito ne daga ayarin itatuwan Malvaceae. Yana fitowa a wurare masu zafi, yana kuma da launin kore mai duhu ko jajayen kara da ganye.Shin lemon da aka bayyana a rubutun yana maganin zazzaɓi?  Abubuwa da dama na jawo zazzaɓiZazzaɓi shine ƙaruwar zafin jiki sama da maki 37 a ma’aunin selshiyos. Wanda ke nuna alamun shigar cuta, kamar yadda Mayo Clinic suka bayyana. Wasu daga cikin alamun zazzaɓi sun haɗa da ciwon kai, rawar jiki, rashin ɗanɗano, rashin ruwa a jiki da kuma kasala. Hukumar lafiya ta Britaniyya(NHS) tace abubuwa da cututtaka da dama na iya jawo zazzaɓi. Yana kuma daga cikin alamun cutar Covid-19.Mutane- manya da yara- idan zazzaɓi ya kama su tare da ciwon kai mai zafi, jijjiga, rikicewar tunani, yawan amai, ciwon ciki da wahala wajen numfashi, ana basu shawarar zuwa asibiti cikin gaggawa.Kada a ɗauki zazzaɓi akan abu mai sauƙi“ Wannan haɗin gargajiya ne, ayi watsi da shi,” Cewar Marycelin Baba, Farfesa a fannin ƙwayoyin cuta ta jami’ar Maiduguri, kamar yadda ta shaidawa Africa Check.Baba wadda suka wallafa wata takarda akan gaza gane cutar zazzaɓin cizon sauro da zazzaɓin taifot. “ Babu wata hujja a kimiyance da ta goyi da bayan wannan da’awar,”  cewar Farfesar. “ Wannan haɗi baya magani ko hana zazzaɓi. Ƴaƴan itatuwan da aka lissafa na da muhimmanci  a jiki amma ba maganin zazzaɓi ba ne”.Baba ta ƙara da cewa: Idan an kamu da zazzaɓi, a hanzarta zuwa asibiti. Kada a dogara da haɗe-haɗe. Kada a ɗauki zazzaɓi da wasa.”","https://web.facebook.com/groups/353470598374000/permalink/1629649860756061/?__cft__%5b0%5d=AZXew-FyosdUNvmFiQHu2WmjBTbE0I-jl6fFvTmV0nZLllEaKq82pDD0kJl1kshMkyhXxKF0T8YLX_s3bUyzEtZRaH-bDeDuN0n0sc1Hbgp3l2kAaIKLJUpzf2F-2u7tfoQU6o5e4rM3jIMNjN2hZKW9&__tn__=%2CO%2CP-R,https://thenationonlineng.net/interesting-facts-zobo-roselle-drinks/,https://www.britannica.com/plant/roselle-plant,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.nhs.uk/search/results?q=Fever&page=0,https://www.health.harvard.edu/diseases-and-conditions/covid-19-basics,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.unimaid.edu.ng/,https://www.longdom.org/proceedings/arbovirus-coinfections-in-suspected-febrile-malaria-and-typhoid-patients-a-worrisome-situation-in-nigeria-85.html",Lemon Zoɓo baya maganin zazzaɓi- aje asibiti,"zobo, Incorrect",,,,, +9,,,,False,Grace Gichuhi,,,africacheck,https://africacheck.org/about/authors/grace-gichuhi,https://africacheck.org/fact-checks/fbchecks/nairobi-demonstration-solidarity-nigerias-2021-democracy-day-protests-no-photo,,2021-07-28,africacheck,,"A photo of a group of people waving the flag of Nigeria has been posted on Facebook with the claim that it shows Kenyans in Nairobi “standing in solidarity” with the people of Nigeria.“June 12 Protest: Kenyans stand with Nigerians in solidarity,” the caption reads. “Location: Nairobi. THANK YOU.” The 12 June 2021 post is on a Facebook page with some 14,000 followers. The photo and claim has also been widely shared on Twitter. In 2019, Nigerian president Muhammadu Buhari signed into law that 12 June would be the national holiday of Democracy Day. The holiday is controversial. In 2021, Democracy Day saw protests in several Nigerian cities. The protests were against poor governance and “terrorism, criminal abductions and separatist movements”, according to one report.But what does the photo really show?#EndSARS ProtestsA Google reverse image search reveals that the photo has been online since at least 18 October 2020 – almost eight months before 12 June 2021. It appears in a 2020 article on the website of Premium Times, a credible Nigerian newspaper. The article’s headline is: “ANALYSIS: Will deployment of troops quell or escalate #EndSARS protests?” The photo is watermarked “Premium Times -- Kabiru Yusuf”.The photo is of #EndSARS protests in Nigeria, in October 2020. The protests demanded that the county’s police Special Anti-Robbery Squad (Sars) be disbanded because of the unit’s alleged extrajudicial killings, brutality and human rights abuses.Abuja, not NairobiWe searched the Premium Times news website and found articles by Kabiru Yusuf. Our fact-checking colleagues at Dubawa contacted Yusuf, who said the photo was taken in Abuja, Nigeria’s capital. So, no, the photo was not taken in Nairobi, Kenya, on 12 June 2021. It was taken in Abuja, Nigeria, in October 2020 during the county’s #EndSars protests.","https://web.facebook.com/genevievemmiliaku/posts/171519914983217,https://web.facebook.com/genevievemmiliaku/posts/171519914983217,https://twitter.com/_iAlen/status/1403697588935827459,https://twitter.com/chiefagbabiaka1/status/1403833196190605315,https://thenationonlineng.net/buhari-signs-june-12-democracy-day-bill-into-law/,https://theconversation.com/june-12-is-now-democracy-day-in-nigeria-why-it-matters-118572,https://www.bbc.com/pidgin/tori-57418137,https://www.reuters.com/world/africa/nation-is-fire-nigerian-lawmakers-demand-action-security-crisis-2021-04-27/,https://www.voanews.com/africa/nigerians-mark-annual-democracy-day-protests,https://africacheck.org/sites/default/files/media/documents/2021-07/Google%20Search-Nigeria%20Photo.pdf,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.amnesty.org/en/latest/campaigns/2021/02/nigeria-end-impunity-for-police-violence-by-sars-endsars/,https://www.premiumtimesng.com/author/kabiruyusuf,https://dubawa.org/endsars-photo-used-to-paint-narrative-kenyans-protest-in-solidarity-with-nigerians/","Nairobi demonstration in solidarity with Nigeria’s 2021 Democracy Day protests? No, photo of 2020 #EndSARS protests in Abuja",,,,,, +10,,,,False,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/fbchecks/no-asymptomatic-covid-patients-can-transmit-virus-and-masks-work,,2021-07-28,africacheck,,"A Facebook video posted on 5 July 2021 claims that studies show asymptomatic Covid-19 patients – people who don’t get sick – can’t transmit the new coronavirus. It also says the US Centers for Disease Control (CDC) published a review of studies and found wearing a mask doesn’t stop the spread of Covid.In the video, a woman appears to be standing at a podium, talking to an audience off camera. She says: “Nearly 500 people were recently exposed to a Covid positive asymptomatic carrier. Zero got sick. Asymptomatic carriers of Covid do not spread disease.”She goes on to claim: “The CDC a couple weeks ago did a study where they looked at every single other study in the entire world on face mask wearing and this is what they found. The CDC found, quote, ‘no reduction in viral transmission with the use of face masks’.”The words “the information is there dont say u wernt warned” are printed on the video. It’s been shared more than 1,200 times so far, including in South Africa. Since Covid-19 was declared a pandemic in early 2020, the World Health Organization has warned that Covid patients who don’t show any symptoms of the disease can still spread it to others. It also says masks are a “key measure to suppress transmission and save lives”.Do studies prove that asymptomatic Covid-19 patients can’t spread the disease? And has a CDC analysis found that masks don’t reduce transmission?Video of US attorney Leigh DundasThe video does not identify the woman, where she is, or when the video was taken. It’s poor quality, taken from an original that doesn’t appear to be online anymore.But we did find a short video on Vimeo of a woman named Leigh Dundas, speaking on 13 April. Based on her voice, hairstyle, clothing and the background, it’s likely that the video on Facebook shows this woman, at the same event.In the Vimeo video she identifies herself as a human rights attorney. The video is captioned “Leigh Dundas, Board of Supervisors, April 13 2021”. Dundas, a US attorney, publicly supports that country’s anti-vaccination movement. Voice of OC reports that, in May, she helped organise residents in California’s Orange county to go to local Board of Education meetings to petition against mandatory vaccinations and “vaccine passports”.As Africa Check has found, there is no such thing as mandatory or “universal” vaccination in the US. And vaccine passports don’t exist there.Asymptomatic patients can transmit the virusIn the Facebook video, Dundas refers to a May 2020 study in Wuhan, China. It’s titled A study on infectivity of asymptomatic SARS-CoV-2 carriers. The Covid-19 pandemic is thought to have started in Wuhan.The researchers studied 455 people who had been in contact with asymptomatic Covid-positive patients. None of the 455 tested positive for Covid-19. But the study didn’t find that people with asymptomatic Covid-19 can’t transmit the virus. Instead, it concluded that “the infectivity of some asymptomatic SARS-CoV-2 carriers might be weak”. SARS-CoV-2 is the formal name of the new coronavirus that causes Covid-19.Other studies of asymptomatic carriers have found that they can transmit the virus.A January 2021 study looked at 2,250 people in a “confined” community of university staff in the Canadian province of Quebec. Confinement, the study says, is “used to reflect social restrictions instructed by Quebec's government”.It found that 1.82% of the staff were asymptomatic carriers. None had contact with any known Covid patients. The researchers concluded: “Our results raise concerns about the possibility of viral spread through asymptomatic transmission.” But they added that the rate of asymptomatic transmission was unknown.In February 2021, a study based on daily mass screenings of some 20,000 residents of Luxembourg, a small country in Europe, was published. It found that, on average, asymptomatic patients infected the same number of people as patients with Covid-19 symptoms. The researchers concluded: “Asymptomatic carriers represent a significant risk for transmission.”CDC: Masks reduce Covid spreadAnd what about Dundas’s claim that a CDC analysis had found that masks didn’t reduce the amount of coronavirus transmitted between people?This is not what the CDC website says. A science brief on the site, updated on 7 May 2021, quotes several studies that found face masks reduced the risk of Covid-19 infection by as much as 79%, and had led to declines in daily new cases.The CDC concludes: “Experimental and epidemiological data support community masking to reduce the spread of SARS-CoV-2.” The CDC also says that making people wear masks can help prevent possible lockdowns in the future. The benefits increase when people are also required to use other measures against Covid: social distancing, hand washing and good ventilation. Conclusion: Video’s claims are falseIn a video posted on Facebook, US anti-vaccination advocate and lawyer Leigh Dundas claims that asymptomatic Covid-19 patients can’t transmit the virus. She also says a study by the US Centers for Disease Control found that masks don’t reduce the spread of the disease.But the CDC study doesn’t conclude that asymptomatic patients can’t transmit the virus. And  other studies have found that asymptomatic patients do transmit the virus. The CDC has published studies supporting the benefits of masks, and says wearing masks can reduce the spread of Covid-19.","https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.cdc.gov/,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.who.int/news-room/q-a-detail/coronavirus-disease-covid-19-how-is-it-transmitted,https://www.who.int/emergencies/diseases/novel-coronavirus-2019/question-and-answers-hub/q-a-detail/coronavirus-disease-covid-19-masks,https://vimeo.com/537203201,https://vimeo.com/537203201,https://vimeo.com/537203201,https://www.rawstory.com/leigh-dundas/,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://www.google.com/maps/place/Orange+County,+CA,+USA/@33.6394877,-118.3298942,9z/data=!3m1!4b1!4m5!3m4!1s0x80dc925c54d5f7cf:0xdea6c3618ff0d607!8m2!3d33.7174708!4d-117.8311428,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://africacheck.org/fact-checks/fbchecks/no-us-supreme-court-hasnt-ruled-against-universal-vaccination-theres-no-such,https://apnews.com/article/fact-checking-afs:Content:10051817171,https://www.google.com/maps/place/Wuhan,+Hubei,+China/@30.5684073,114.0201922,10z/data=!3m1!4b1!4m5!3m4!1s0x342eaef8dd85f26f:0x39c2c9ac6c582210!8m2!3d30.592849!4d114.305539,https://www.google.com/maps/place/China/@34.4504157,86.0458274,4z/data=!3m1!4b1!4m5!3m4!1s0x31508e64e5c642c1:0x951daa7c349f366f!8m2!3d35.86166!4d104.195397,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.nature.com/articles/d41586-021-00502-4,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.who.int/emergencies/diseases/novel-coronavirus-2019/technical-guidance/naming-the-coronavirus-disease-(covid-2019)-and-the-virus-that-causes-it,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.google.com/maps/place/Canada/@56,-96,3z/data=!3m1!4b1!4m5!3m4!1s0x4b0d03d337cc6ad9:0x9968b72aa2438fa5!8m2!3d56.130366!4d-106.346771,https://www.google.com/maps/place/Quebec,+Canada/@53.4733017,-77.4028603,5z/data=!3m1!4b1!4m5!3m4!1s0x4c58b5349fd1a8a1:0x1040cadae4d0020!8m2!3d52.9399159!4d-73.5491361,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.google.com/maps/place/Luxembourg/@49.8423357,1.6489564,6z/data=!4m5!3m4!1s0x479545b9ca212147:0x64db60f602d392ef!8m2!3d49.815273!4d6.129583,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html","No, asymptomatic Covid patients can transmit the virus, and masks work",,,,,, +11,,,,Partlyfalse,Mary Alexander,,,africacheck,https://africacheck.org/about/authors/mary-alexander,https://africacheck.org/fact-checks/fbchecks/photo-2018-fuel-tax-protest-france-not-demonstrators-unleashing-truth-variant,,2021-07-28,africacheck,,"“Greece and France... Yep its happening, time to unlesh the new TRUTH variant,” reads the caption of two photos of what seem to be mass protests, posted on Facebook in July 2021 and shared in South Africa.The first photo shows a huge crowd of people on an avenue in Paris, France’s capital city. The city’s famous Arc de Triomphe can be seen in the background. Many in the crowd are wearing yellow reflective vests.The second photo is of another crowd, flanked by police, in a city square. The flag of Greece can be seen waving in the crowd.The photos were also posted on an Australia-based Facebook page, with a similar caption: “Greece & France! Thousands rally against COVID-19 vaccinations and government restrictions.”But do the photos really show people “unleashing the TRUTH variant” in protests against Covid-19 measures in Greece and France?Protest against vaccinations in Greece, against fuel tax in FranceA Google reverse image search of the second photo reveals that it does indeed show a rally against Covid-19 vaccinations, in the Greek capital of Athens on 14 July.The photo appears in an article on M3 News, an international online news magazine.“More than 5,000 anti-vaccine protesters, some of them waving Greek flags and wooden crosses, rallied in Athens on Wednesday to oppose Greece’s coronavirus vaccinations program,” the article reads.It adds: “Protests are fairly common in Greece and there have been several in recent months on issues ranging from new labour law to the most recent Israeli military campaign on Gaza.”But a TinEye reverse image search of the first photo, filtered for the oldest version, reveals that it has been online since at least 4 December 2018 – over a year before the coronavirus was first identified in late December 2019.The photo can be found on the French-language stock photo website Divergence Images. A machine translation of its caption reads: “Demonstration of the Yellow Vests on the Champs-Elysees, Paris on November 24, 2018.” It was taken by Olivier Coret.According to the US National Public Radio website, the 2018 yellow vests protests in France were sparked by the announcement of a new environmental tax on fuel.“Nicknamed for the safety vests worn by protesters, known as gilets jaunes, the yellow vest movement has sparked a political crisis for the French government,” the NPR says.“The protests started in the French provinces but spread to Paris, where demonstrations turned into riots over the weekend and scenes of violent civil unrest played out along the city's famous Avenue des Champs Élysées.”The second photo does show a protest against Covid-19 vaccinations, in Greece, but the first photo is of a demonstration against a fuel tax in France, more than two and a half years ago.","https://www.facebook.com/sonia.bonacci/posts/10161008588853976,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976,https://www.google.com/maps/place/Paris,+France/@48.8589507,2.2770201,12z/data=!3m1!4b1!4m5!3m4!1s0x47e66e1f06e2b70f:0x40b82c3688c9460!8m2!3d48.856614!4d2.3522219,https://www.google.com/maps/place/France/@46.1389696,-2.4368094,6z/data=!3m1!4b1!4m5!3m4!1s0xd54a02933785731:0x6bfd3f96c747d9f7!8m2!3d46.227638!4d2.213749,https://www.google.com/maps/@48.8741019,2.293728,3a,75y,111.88h,85.69t/data=!3m6!1e1!3m4!1ssbfllIbdqW_ylzUNmOcYbg!2e0!7i16384!8i8192,https://www.facebook.com/photo/?fbid=10161008571833976&set=pcb.10161008588853976,https://www.greeka.com/greece-history/flags/,https://www.google.com/maps/place/Greece/@38.0602976,19.99122,6z/data=!3m1!4b1!4m5!3m4!1s0x135b4ac711716c63:0x363a1775dc9a2d1d!8m2!3d39.074208!4d21.824312,https://www.facebook.com/hraaustralia/posts/290279962890655,https://www.facebook.com/photo/?fbid=10161008571833976&set=pcb.10161008588853976,https://www.google.com/maps/place/Athens,+Greece/@37.9908997,23.7033198,13z/data=!3m1!4b1!4m5!3m4!1s0x14a1bd1f067043f1:0x2736354576668ddd!8m2!3d37.9838096!4d23.7275388,https://mw3.news/in-greece-thousands-rally-against-covid-19-vaccinations/,https://mw3.news/contact/staff-directory/,https://mw3.news/in-greece-thousands-rally-against-covid-19-vaccinations/,https://africacheck.org/sites/default/files/media/images/2021-07/TinEye-Greece-protests.jpg,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976,http://www.divergence-images.com/olivier-coret/reportages/gilets-jaunes-champs-elysees-OCO1193/gilets-jaunes-champs-elysees-ref-OCO1193001.html,https://translate.google.com/translate?sl=auto&tl=en&u=http://www.divergence-images.com/olivier-coret/reportages/gilets-jaunes-champs-elysees-OCO1193/gilets-jaunes-champs-elysees-ref-OCO1193001.html,https://www.npr.org/2018/12/03/672862353/who-are-frances-yellow-vest-protesters-and-what-do-they-want,https://www.npr.org/2018/12/03/672862353/who-are-frances-yellow-vest-protesters-and-what-do-they-want,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976",Photo of 2018 fuel tax protest in France – not demonstrators ‘unleashing truth variant’ against Covid measures,"fuel tax, protest, covid, Covid-19",,,,, +12,,,,False,Oluseyi Awojulugbe,,,africacheck,https://africacheck.org/about/authors/oluseyi-awojulugbe,https://africacheck.org/fact-checks/fbchecks/no-dont-use-garlic-lower-blood-pressure,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that garlic can be used to lower high blood pressure.It also credits the World Health Organization (WHO) with saying garlic helps to reduce blood pressure in patients with moderate hypertension.“Garlic works in a way to increase the size of the arteries, which makes it easier for blood to pass. In addition, due to its diuretic properties, it reduces the volume of water in the body and therefore blood pressure,” reads part of the post.The post does include an unusual warning: “Be careful, even regular consumption of garlic does not exempt from appropriate treatment, especially in people with severe hypertension.” But is there any scientific evidence that the bulbous flowering plant can be used to manage high blood pressure? We checked.High blood pressure leads to 9.4 mn deaths annuallyAccording to the WHO, high blood pressure, also called hypertension, is when the force exerted by blood pushing against the walls of the arteries is higher than what is considered normal.“Hypertension is diagnosed if, when it is measured on two different days, the systolic blood pressure readings on both days are greater than 140 mmHg and/or the diastolic blood pressure readings on both days are greater than 90 mmHg,” says a WHO fact sheet on hypertension.Blood pressure is measured in units of millimeters of mercury, or mmHg. It is recorded as two numbers, the systolic or upper value first, followed by the diastolic or lower value. About 1.13 billion people around the world have high blood pressure, with the majority living in low- and middle-income countries. This leads to about 9.4 million deaths annually, says the WHO.‘Not approved by health authorities’ – expertSome studies have documented the potential of garlic in lowering high blood pressure in a similar way to standard medication. A review of trials involving garlic concludes that the vitamin B status of an individual is “an important factor for the responsiveness of high blood pressure to garlic”.But Basden Onwubere, a professor of medicine at the University of Nigeria in southeastern Nigeria, was sceptical. He told Africa Check: “Such prescriptions cannot be made by doctors.” “There are studies that have been published about the use of garlic in managing some health conditions but I am not aware of any traditional medicine that has been approved officially by Nafdac for use in managing high blood pressure,” he said.Nafdac is Nigeria’s National Agency for Food and Drug Administration and Control, responsible for regulating and controlling drugs, among other substances.Onwubere said: “Until that [approval] becomes available, what we are using now is the orthodox way of managing hypertension. This is medication and advice on managing the patient’s diet.”Africa Check has also checked claims on Facebook that ginger or ginger tea can prevent heart attack and stroke, and that mixing lemon, ginger and garlic cures high blood pressure. Like this claim, we found no conclusive evidence to support these. Experts advise those with high or elevated blood pressure to ignore miracle cures promoted on social media and seek proper medical care.","https://www.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=2&_rdr,https://www.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=2&_rdr,https://web.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=3&_rdr,https://www.webmd.com/vitamins/ai/ingredientmono-300/garlic,https://www.who.int/,https://www.who.int/news-room/q-a-detail/noncommunicable-diseases-hypertension,https://www.who.int/news-room/fact-sheets/detail/hypertension,https://www.ncbi.nlm.nih.gov/books/NBK279251/,https://www.heart.org/en/health-topics/high-blood-pressure/understanding-blood-pressure-readings,https://www.who.int/news-room/fact-sheets/detail/hypertension,https://www.who.int/news-room/q-a-detail/noncommunicable-diseases-hypertension,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4266250/,https://academic.oup.com/jn/article/146/2/389S/4584698,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6966103/,https://www.unn.edu.ng/,https://www.nafdac.gov.ng/,https://africacheck.org/fact-checks/fbchecks/ginger-or-ginger-tea-wont-prevent-heart-attack-and-stroke,https://africacheck.org/fact-checks/fbchecks/no-lemon-ginger-and-garlic-wont-cure-high-blood-pressure","No, don’t use garlic to lower blood pressure","Garlic, high blood pressure",,,,, +13,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-martine-moise-first-lady-haiti-not-dead,,2021-07-28,africacheck,,"Martine Moïse, the wife of Haiti’s assassinated president, is dead, claims a post shared on Facebook in Nigeria in July 2021.On 7 July, Haitian president Jovenel Moïse was assassinated in his private residence in the capital, Port-au-Prince. His wife, Martine Moïse, was also shot in the attack. Haiti is an island nation in the Caribbean Sea.The post claims that the “First Lady died from her injuries”, after being “rushed to hospital” and “despite the doctors’ best efforts”. The post includes photos of the couple. But is Martine Moïse dead?Alive and well Moïse was seriously injured during the assassination and was flown to Florida in the US for medical treatment.But on 17 July she spoke to the media from her hospital bed, confirming she was alive and well.In an article updated 17 July, she was pictured wearing a bulletproof vest as she returned to Port-au-Prince.Moïse also spoke at her late husband’s funeral on 22 July.","https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://www.cfr.org/in-brief/assassination-haitian-president-jovenel-moise-what-know,https://www.cfr.org/in-brief/assassination-haitian-president-jovenel-moise-what-know,https://twitter.com/martinejmoise?lang=en,https://www.britannica.com/place/Haiti,https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://news.sky.com/story/wife-of-assassinated-haiti-president-jovenel-moise-speaks-from-hospital-bed-12353342,https://www.wsj.com/articles/martine-moise-wife-of-assassinated-president-makes-surprise-return-to-haiti-11626564491,https://www.npr.org/2021/07/17/1017398219/martine-moise-wife-of-slain-president-returns-to-haiti,https://www.voanews.com/americas/gunfire-protests-disrupt-funeral-haitis-assassinated-president","No, Martine Moïse, first lady of Haiti, not dead",,,,,, +14,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/biafran-independence-movement-leader-nnamdi-kanu-arrested-not-fake-news,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that Nnamdi Kanu, leader of the Indigenous People of Biafra (Ipob), was not arrested, despite news reports saying he was.It reads: “Nnamdi Kanu Arrest. Nigerians and there fake news flying upandan [up and down].” Biafra was a region that roughly correlates with Nigeria’s South East geopolitical zone today.  In May 1967, Biafra declared its independence from the rest of the country. A civil war followed, ending in January 1970 with Biafra’s defeat.  There are continued calls for Biafran independence, most notably by Ipob. But has Kanu, who has been living in London in the UK, been arrested?Kanu arrested and arraigned in courtThere have been multiple reports in the mainstream media of Kanu’s arrest, both in Nigeria and internationally.He was arrested on 27 June 2021 through joint efforts by Nigerian security agents and the International Criminal Police Organization, or Interpol. But officials have not disclosed where and how.According to Nigeria's justice minister, Abubakar Malami, Kanu was brought back to Nigeria to face trial, after jumping bail in 2019.‘11-count charge’Kanu was previously arrested on 14 October 2015 on 11 charges, including terrorism, treasonable felony and managing an unlawful society. He was granted bail in 2017.He is also accused of inciting violence against the Nigerian state and institutions through TV, radio and online broadcasts, and of instigating violence, particularly in southeastern Nigeria.Kanu appeared before a federal high court in Abuja on 29 June 2021, two days after his arrest. While all the details are still to emerge at the time of writing, claims that he was not arrested are false.","https://www.facebook.com/photo.php?fbid=158238561912186&set=pcb.158238601912182&type=3&theater,https://web.facebook.com/groups/388050959313043/posts/466523654799106/?__cft__[0]=AZVbT-nA-yAjwpgsAhc1l4NBvq1ngxoQLVYc2lZNP4J9vZmrzX00uNUbEzMHp7Hn7b7MIcQCW7AdYYkwpsAkwqSPPAadikibVN_pfYbZa1WcKcJCrNNgPGqs9r42hcrlq-A&__tn__=%2CO%2CP-R,https://foreignpolicy.com/2020/06/11/nigeria-biafra-kanu-reconciliation-independence/,https://web.facebook.com/groups/388050959313043/posts/466523654799106/?__cft__[0]=AZVbT-nA-yAjwpgsAhc1l4NBvq1ngxoQLVYc2lZNP4J9vZmrzX00uNUbEzMHp7Hn7b7MIcQCW7AdYYkwpsAkwqSPPAadikibVN_pfYbZa1WcKcJCrNNgPGqs9r42hcrlq-A&__tn__=%2CO%2CP-R,https://www.britannica.com/place/Biafra,https://www.researchgate.net/figure/Map-of-Nigeria-and-its-geopolitical-zones-North-Central-Benue-FCT-Kogi-Kwara_fig1_256614605,https://www.britannica.com/place/Biafra,https://foreignpolicy.com/2020/06/11/nigeria-biafra-kanu-reconciliation-independence/,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://ugobestiky.com/wp-content/uploads/2019/09/FB_IMG_15681388255829898-750x430.jpg,https://www.theguardian.com/world/2021/jun/29/biafra-separatist-leader-arrested-and-extradited-to-nigeria,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://www.interpol.int/en,https://edition.cnn.com/2021/06/29/africa/nnamdi-kanu-arrested-nigeria-intl/index.html,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://www.premiumtimesng.com/news/headlines/470566-updated-nnamdi-kanu-re-arrested-returned-to-nigeria-malami.html,https://www.premiumtimesng.com/news/headlines/470566-updated-nnamdi-kanu-re-arrested-returned-to-nigeria-malami.html,https://guardian.ng/news/nnamdi-kanu-appears-in-court-after-re-arrest/",Biafran independence movement leader Nnamdi Kanu arrested – not ‘fake news’,,,,,, +15,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-nigerias-yoruba-separatist-sunday-adeyemo-still-custody-benin-wife-ropo,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria on 20 July 2021 claims that Sunday Adeyemo and his wife Ropo Adeyemo have been released from custody in Benin and allowed to board a plane to Germany.Adeyemo, popularly known as Sunday Igboho, has been campaigning for the self-determination of the Yoruba people in southwestern Nigeria.The Facebook post reads: “Breaking news!!!! Sunday Adeyemo (AKA) Igboho and his wife German citizen has been released and allows to board plane on their way to Germany #BeninRepublicNoBeKenya.”The post has been shared several times and some commenters were happy.One Facebook user said: “Just can't express my joy for the great news!!!”Another said: “Good to hear this, shame to the haters.”However, others said the claim was not true.Were Sunday and Ropo Adeyemo jailed and have they been released from custody in Benin?Igboho still held but wife releasedThe Adeyemos fled Nigeria for the neighbouring Republic of Benin in early July after their Ibadan home was raided by the the Department of State Services.Ammunition and weapons were found on the premises during the raid.The Nigerian government then issued a warrant for Sunday Adeyemo’s arrest.On 19 July, the couple were arrested in the port city of Cotonou by Beninoise authorities while trying to travel to Germany. Ropo Adeyemo lives in Germany.The charges brought by the Beninoise court were for immigration-related offences. It ordered Ropo’s release while Sunday remained in custody. His trial continued on 26 July. The claims on Facebook are false.","https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://www.bbc.com/news/world-africa-55934275,https://www.ngnews247.com/sunday-igboho-biography-wfe-age-house-sons-family-net-worth-cars/,https://www.premiumtimesng.com/news/top-news/471288-lagos-rally-sunday-igboho-yoruba-nation-campaigners-set-for-showdown-with-police.html,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://www.britannica.com/place/Benin,https://www.bbc.com/news/world-africa-55934275,https://www.dss.gov.ng/,https://guardian.ng/news/dss-declares-sunday-igboho-wanted-confirms-raid-on-his-residence/,https://guardian.ng/news/dss-declares-sunday-igboho-wanted-confirms-raid-on-his-residence/,https://www.premiumtimesng.com/news/headlines/474749-how-sunday-igboho-was-arrested-in-benin-republic.html,http://saharareporters.com/2021/07/22/breaking-beninese-court-releases-sunday-igboho%E2%80%99s-wife-orders-igboho-remain-custody,https://punchng.com/beninoise-courts-not-used-to-large-crowds-igbohos-lawyers-caution-supporters/","No, Nigeria's Yoruba separatist Sunday Adeyemo still in custody in Benin, but wife Ropo Adeyemo released",,,,,, +16,,,,Misleading,Keegan Leech,,,africacheck,https://africacheck.org/about/authors/keegan-leech,https://africacheck.org/fact-checks/reports/no-south-africa-does-not-account-50-global-mining-deaths,About 50% of global mining deaths occur in South Africa.,2021-07-28,africacheck,,"Messages posted on Twitter and Facebook claim that 50% of global mining deaths occur in South Africa.But the figure is taken from a 2020 report by the International Council on Mining and Minerals, which only records the deaths reported by its 28 member companies. This is not all the mining deaths in the world.There is a lack of reliable global statistics on mining fatalities. Deaths from mining diseases, and the deaths of contractors and small-scale miners, tend to be under-reported.“About 50% of global mining deaths occur in South Africa. Yet no single mining executive has been held accountable,” reads a tweet with more than 850 likes, which has been shared over 500 times on Twitter. The claim has also been posted on Facebook and other social media.When another user asked for “receipts” supporting the claim, the person who posted it said the data came from the International Council on Mining and Metals. Is the claim backed by data? We checked. Only 28 members included in rankingThe source of this claim is a 2020 report published by the International Council on Mining and Minerals (ICMM). The mining association collates the number of workplace accidents and fatalities recorded by its members.But the ICMM told Africa Check that its 28 member companies represent only about a third of the global mining industry. Not all mining companies are members and not all countries are represented. According to the report, South Africa recorded 22 out of 44 fatalities in 2020. This is 50% of deaths reported by its members – not 50% of global deaths. South Africa also accounted for more total working hours than any other individual country: 17.7% of all recorded hours in 2020.Government records more mining deathsSouth Africa has regularly fared worst in the ICMM’s safety reports. It has contributed the most deaths every year since 2015, the first year the council recorded location data. The one exception was 2019, when the Brumadinho dam disaster in Brazil claimed more than 250 lives.But the ICMM’s records likely don’t even represent all mining deaths in South Africa. The last year the country’s department of mineral resources and energy released a tally of mining fatalities was 2018. In that year, the department recorded 81 fatalities, while South African ICMM members recorded just 14.Data on global mining deaths is limited According to the Minerals Council South Africa (MCSA), another mining industry employers’ organisation, the ICMM’s 28 members “exclude huge numbers of mining businesses in many parts of the world, including some major mining jurisdictions, most notably China”.But determining the total number of mining fatalities around the world is not easy.“There is no one record of all industry fatalities,” the ICMM told Africa Check. “Individual companies will release their fatality numbers in their own sustainability and annual reports.”In 2019 the Wall Street Journal reported that many of the world’s mining fatalities may not even be counted. Its analysis of mining companies’ safety reports found that many did not record the deaths of contractors, workers transporting extracted minerals or deaths at joint mining ventures, which are managed by more than one company.The journal even found that more than half of the people who died in the 2019 Brumadinho dam disaster may not have been included in the official mining death toll. Deaths from mining diseases are even more likely to go unrecorded.Artisanal mining deaths may not be recordedAnother category of fatalities which may go overlooked is artisanal mining. In 2013, the World Bank estimated that there were “approximately 100 million artisanal miners globally”. This form of small-scale mining is often, but not always, conducted illegally. Deaths in this sector are more likely to go unrecorded. In June 2021 the bodies of 20 people believed to be illegal miners or “zama-zamas” were found near abandoned mine shafts in Johannesburg. In a 2016 report, human rights organisation Amnesty International said that in artisanal cobalt mines in the Democratic Republic of the Congo, “many accidents go unrecorded and bodies are left buried in the rubble”.And a 2004 publication by philanthropy organisation Oxfam, in collaboration with environmental non-profit Earthworks, found that “health and safety data for ASM [artisanal and small-scale mining] are sketchy, but the sector appears to experience a significantly higher accident rate than the industry as a whole”.Conclusion: South Africa accounts for 50% of mining deaths recorded by 28 companies in a single report – not 50% of global deaths. A widely shared social media post claims that South Africa accounted for “about 50% of global mining deaths”. But the report cited as evidence gives mining fatalities for 28 companies in 2020. That year South Africa accounted for half of the 44 recorded fatalities. The report likely doesn't even represent all mining deaths in South Africa. It also excludes major miners and mining countries such as China. We therefore rate the claim misleading. But data on global mining fatalities is fraught with problems. Beyond the lack of reliable global statistics, deaths from disease, and the deaths of contractors and small-scale miners, are regularly under-reported across the world. More and better data is needed to accurately determine how many deaths are due to mining, both globally and in South Africa.","https://africacheck.org/sites/default/files/media/images/2021-07/Screenshot_2021-06-21_at_16-00-47_T_on_Twitter.png,https://twitter.com/mokhathi/status/1406134773232418817,https://www.facebook.com/MduZondo/posts/4085206891534393,https://twitter.com/manhlamza/status/1406491787544432643,https://twitter.com/mokhathi/status/1406134773232418817,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2020-safety-data,https://www.icmm.com/,https://www.icmm.com/en-gb/about-us,https://www.icmm.com/en-gb/about-us/our-members/member-companies,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2019-safety-data,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2018-safety-data,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2015-safety-data,https://www.sciencedirect.com/science/article/pii/S0303243420300192,https://www.dmr.gov.za/,https://www.dmr.gov.za/Portals/0/Resources/Annual%20Reports/DMR_annual_report_2019_low%20res.pdf?ver=2019-11-05-161412-883#page=11,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2018-safety-data,https://www.mineralscouncil.org.za/,https://www.wsj.com/,https://www.wsj.com/articles/the-hidden-deaths-of-mining-11577825555,https://www.wsj.com/articles/the-hidden-deaths-of-mining-11577825555,https://www.eiti.org/ASM,https://www.worldbank.org/en/topic/extractiveindustries/brief/artisanal-and-small-scale-mining,https://www.timeslive.co.za/news/south-africa/2021-06-15-twenty-bodies-of-alleged-zama-zamas-found-outside-klerksdorp/,https://www.amnestyusa.org/reports/this-is-what-we-die-for-human-rights-abuses-in-the-democratic-republic-of-the-congo-power-the-global-trade-in-cobalt/,https://www.amnestyusa.org/,https://www.earthworks.org/publications/dirty_metals/,https://www.oxfam.org/en,https://www.earthworks.org/,https://www.earthworks.org/cms/assets/uploads/archive/files/publications/DirtyMetals_Workers.pdf#page=2","No, South Africa does not account for ‘50% of global mining deaths’","mining, global, deaths",,,,, +17,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/lemon-zobo-baya-maganin-zazzabi-aje-asibiti,,2021-07-27,africacheck,,"Wani rubutu da aka buga a Facebook yayi iƙirarin cewa lemon zoɓo “na maganin zazzaɓi.”“ Yadda ake lemon zoɓo na magani,” rubutun ya fara. Ya bayyana yadda za ayi  lemon da a fara  jiƙa ganyen zoɓo, abarba, ganyen lemongiras, citta, biturut, lemon zaƙi, kankana da ruwa.Zoɓo dai wani lemo ne da ya shahara a Najeriya, wanda ake yi da busasshiyar filawar itacen rosilli. Itacen rosilli, wanda ake kira da habiscus sabdariffa a kimiyance ya fito ne daga ayarin itatuwan Malvaceae. Yana fitowa a wurare masu zafi, yana kuma da launin kore mai duhu ko jajayen kara da ganye.Shin lemon da aka bayyana a rubutun yana maganin zazzaɓi?  Abubuwa da dama na jawo zazzaɓiZazzaɓi shine ƙaruwar zafin jiki sama da maki 37 a ma’aunin selshiyos. Wanda ke nuna alamun shigar cuta, kamar yadda Mayo Clinic suka bayyana. Wasu daga cikin alamun zazzaɓi sun haɗa da ciwon kai, rawar jiki, rashin ɗanɗano, rashin ruwa a jiki da kuma kasala. Hukumar lafiya ta Britaniyya(NHS) tace abubuwa da cututtaka da dama na iya jawo zazzaɓi. Yana kuma daga cikin alamun cutar Covid-19.Mutane- manya da yara- idan zazzaɓi ya kama su tare da ciwon kai mai zafi, jijjiga, rikicewar tunani, yawan amai, ciwon ciki da wahala wajen numfashi, ana basu shawarar zuwa asibiti cikin gaggawa.Kada a ɗauki zazzaɓi akan abu mai sauƙi“ Wannan haɗin gargajiya ne, ayi watsi da shi,” Cewar Marycelin Baba, Farfesa a fannin ƙwayoyin cuta ta jami’ar Maiduguri, kamar yadda ta shaidawa Africa Check.Baba wadda suka wallafa wata takarda akan gaza gane cutar zazzaɓin cizon sauro da zazzaɓin taifot. “ Babu wata hujja a kimiyance da ta goyi da bayan wannan da’awar,”  cewar Farfesar. “ Wannan haɗi baya magani ko hana zazzaɓi. Ƴaƴan itatuwan da aka lissafa na da muhimmanci  a jiki amma ba maganin zazzaɓi ba ne”.Baba ta ƙara da cewa: Idan an kamu da zazzaɓi, a hanzarta zuwa asibiti. Kada a dogara da haɗe-haɗe. Kada a ɗauki zazzaɓi da wasa.”","https://web.facebook.com/groups/353470598374000/permalink/1629649860756061/?__cft__%5b0%5d=AZXew-FyosdUNvmFiQHu2WmjBTbE0I-jl6fFvTmV0nZLllEaKq82pDD0kJl1kshMkyhXxKF0T8YLX_s3bUyzEtZRaH-bDeDuN0n0sc1Hbgp3l2kAaIKLJUpzf2F-2u7tfoQU6o5e4rM3jIMNjN2hZKW9&__tn__=%2CO%2CP-R,https://thenationonlineng.net/interesting-facts-zobo-roselle-drinks/,https://www.britannica.com/plant/roselle-plant,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.nhs.uk/search/results?q=Fever&page=0,https://www.health.harvard.edu/diseases-and-conditions/covid-19-basics,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.unimaid.edu.ng/,https://www.longdom.org/proceedings/arbovirus-coinfections-in-suspected-febrile-malaria-and-typhoid-patients-a-worrisome-situation-in-nigeria-85.html",Lemon Zoɓo baya maganin zazzaɓi- aje asibiti,"zobo, Incorrect",,,,, +18,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/shafa-kugu-baya-kara-yawan-maniyyi,,2021-07-27,africacheck,,"Shafa tsakiyar ƙugu na sa ƙarin ruwan maniyyi, a cewar wani hoto a Facebook wanda mutane da dama suka aka rarraba shi.Hoton na ɗauke da kanun rubutun kamar haka, “ Yawan maniyyi” da kuma hoton babban ɗan yatsa akan tsakiyar ƙugu. “ Ku ƙara yawan maniyyi ta hanyar shafa nan wajen a ƙugun ku,” aka rubuta akan hoton.Wasu da su ke tsokaci a ƙasan rubutun waɗanda suka kai sama da mutum 600, na neman a tabbatar musu da gaskiyar batun. Akwai wata hujja a kimiyyance? Menene ƙarancin ruwan maniyyi?A cewar Mayo Clinic, wata cibiyar kiwon lafiya mallakar Amurka, ana ƙirga yawan maniyyin namiji ne ta hanyar dubawa da madubin dibarudu, sannan a ƙirga yawan ƙwayoyin halittar maniyyin da suka bayyana.Yawan ƙwayoyin halittar maniyyin lafiyayyen mutum yana kamawa daga miliyan 15 zuwa sama da miliyan 200 kowanne milimita. Wannan na nufin ƙasa da miliyan 39 yayin inzali. Babu hujja a kimiyyance “ Wannan ai abun dariya ne, duk shekarun da nayi ina aikin kiwon lafiya ban taɓa jin haka ba,” Cewar Sulyman Kuranga, Farfesan mafitsara na jami’ar Ilorin da ke arewa ta tsakiya a Najeriya, kamar yadda ya shaidawa Africa Check.Ya ce: “ Babu wata hujja a kimiyance cewa wannan zai ƙara yawan maniyyi. Sau tari ƙwayoyin cuta ke jawo matsalar ƙarancin yawan maniyyi. Idan an magance cutar, yawan maniyyi namiji na dawowa dai dai.”Don haka shafa ƙugu baya ƙara yawan maniyyi. Babu hujjar da ta tabbatar da hakan a kimiyance, hakan bashi da nasaba da samuwar ruwan maniyyi,” Kuranga ya ce.Bamu samu wani bayani ko bincike da akayi akan hakan ba.Africa Check ta taɓa tantance wata da’awa makamanciyar wannan, wadda ke cewa haɗa wasu  magungunan gargajiya na ƙara yawan maniyyi. Kamar dai wannan su ma ba mu samu wata hujja a kimiyyance ba, don haka da’awar ƙarya ce.","https://web.facebook.com/567790056994933/photos/a.568016010305671/596256384148300/,https://web.facebook.com/567790056994933/photos/a.568016010305671/596256384148300/,https://web.facebook.com/567790056994933/photos/a.568016010305671/596256384148300/,https://web.facebook.com/567790056994933/photos/a.568016010305671/596256384148300/,https://www.mayoclinic.org/,https://www.mayoclinic.org/diseases-conditions/low-sperm-count/diagnosis-treatment/drc-20374591,https://www.mayoclinic.org/diseases-conditions/low-sperm-count/diagnosis-treatment/drc-20374591,https://www.unilorin.edu.ng/,https://africacheck.org/fact-checks/fbchecks/no-combination-fruit-and-spices-wont-boost-sperm-count,https://africacheck.org/fact-checks/fbchecks/mixture-bitter-kola-powder-honey-and-ginger-no-cure-low-or-no-sperm-count",Shafa ƙugu baya ƙara yawan maniyyi,"Wrist, massage, sperm count",,,,, +19,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/babu-wata-cikakkiyar-hujjar-cewa-jikakken-ganyen-mangwaro-na-taimakawa-masu,,2021-07-27,africacheck,,"Wani saƙo da ke yawo a Facebook a Najeriya na iƙirarin cewa za a iya amfani da  ganyen mangwaro don kula da cutar suga nau’i na biyu. Rubutun na Facebook na cewa: “ Ganyen Mangwaro na ɗauke da sindarin tanins da antosiyanis waɗanda suke da ikon taimakawa jiki ya samar da sinadarin insulin, ya daidaita yawan suga a jiki, ya taimakawa mai cutar suga nau’i na 2. Yana taimakawa mai ciwon rage alamomin ciwon a jiki, kamar yawan fitsari da daddare, ya kuma yi maganin cutukan sugan da akafi sani da aniyofati da ratinofati.”Ciwon suga cuta ce da ake rayuwa da ita a jiki, wacce ke haddasa hauhawar sikarin da ke jiki. Saboda gazawar jiki wajen samar da isasshen sinadarin insulin, ko kuma baya amfani da insulin ɗin da jiki ke samarwa yadda ya kamata. Jiki na amfani da sinadarin insulin wajen sarrafa suga da kitse.Cutar suga nau’i na 1 na afkuwa ne lokacin da jiki baya iya samar da isasshen sinadarin insulin, yayin da cutar suga nau’i na 2 na afkuwa ne lokacin da jiki ya gaza amfani da sinadarin insulin.Rubutun na Facebook ya bayyana yadda za’a haɗa da kuma yadda za’a yi amfani da jiƙon ganyen mangwaron.Shin akwai hujja a kimiyyance da ta tabbatar da hakan? Mun bincika. ‘Ba zan bawa kowa shawarar ya sha haɗin ba’ - cewar ƙwararre a fannin.A duk duniya, kimanin mutane miliyan 400 ke fama da cutar suga. Da dama sun fito daga ƙasashe masu ƙarancin tattalin arziƙi. Cutar na kashe aƙalla mutane milyan 1.6 a kowacce shekara, kamar yadda Hukumar Lafiya ta Duniya ta bayyana.Wasu binciken sun tattara bayanai akan sinadarin yaƙi da cutar suga da ke jikin mangwaro. Sharhi akan ayyukan ɗa itace da ganyen mangwaro wajen magani ya nuna cewa “ zai iya zama yana cikin magungunan maganin cutar suga”.“ Wasu daga cikin waɗannan itatuwa na da abubuwa kala kala a jikin su masu amfani,” Aihanuwa Eregie, Farfesa akan magunguna ta jami’ar Benin da ke kudu maso yammacin Najeriya ta shaidawa Africa Check.“Zan fi so ace anyi binciken waɗannan abubuwan a kimiyance, a fitar da abu mai amfani a yi gwaji akan sa na ɗan lokaci. Amma yanzu ba zan bawa kowa shawarar ya sha wannan haɗin ba,” Farfesar ta ce.Ta ƙara da cewa: “ Duk likitan da ya samo cikakken horo akan cutar suga, ba zai ce a sha ganyen mangwaro ba.”Hukumar kula da cututtaka masu yaɗuwa ta Amurka ta ce, za’a iya rayuwa da cutar suga tare da cin abincin da ya dace da shan magunguna don sauƙaƙa cutar suga, hawan jini da yawan kitse.","https://web.facebook.com/peterfatomilolaofficialpag/posts/1552215944969948,https://web.facebook.com/peterfatomilolaofficialpag/posts/1552215944969948,https://web.facebook.com/peterfatomilolaofficialpag/posts/1552215944969948,https://www.who.int/news-room/fact-sheets/detail/diabetes,https://www.hormone.org/your-health-and-hormones/glands-and-hormones-a-to-z/hormones/insulin,https://www.who.int/news-room/fact-sheets/detail/diabetes,https://web.facebook.com/peterfatomilolaofficialpag/posts/1552215944969948,https://www.who.int/health-topics/diabetes#tab=tab_1,https://www.who.int/health-topics/diabetes#tab=tab_1,https://www.sciencedirect.com/science/article/pii/S2452316X17300819,https://www.phytojournal.com/archives/2016/vol5issue3/PartA/5-2-21-518.pdf,https://www.uniben.edu/,https://www.cdc.gov/diabetes/basics/type2.html",Babu wata cikakkiyar hujjar cewa jiƙaƙƙen ganyen mangwaro na taimakawa masu cutar suga nau’i na biyu,"fake cures, diabetes, mixtures",,,,, +20,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/babu-hujjar-cewa-sojojin-najeriya-300-sun-bar-aiki-tun-bayan-hatsarin-jirgin,,2021-07-27,africacheck,,"“ SAMA DA SOJOJIN NAJERIYA 300 NE SUKA BAR AIKI BAYAN JIRGIN DA AKE ZARGI YA FADO DA SHUGABAN SOJOJIN DA WASU,” cewar wani rubutu da aka wallafa a Facebook a Najeriya, a watan Mayu 2021.Rubutun ya ƙara da cewa: “ MU DAI MUNA ZUBA IDO.”Lt Gen Ibrahim Attahiru, shugaban sojoji, ya rasa ransa da wasu mutane 10 ranar 21 ga watan Mayu a wani hatsarin jirgin sama a jihar Kaduna, arewa maso yammacin Najeriya. Jirgin ya taso ne daga Abuja, babban birnin tarayya, inda ya faɗi yayin da ya ke ƙoƙarin sauka a Kaduna sanadiyar rashin kyan yanayi. Ko sojojin Najeriya da dama sun bar aiki bayan afkuwar hatsarin? Mun bincika. Bamu samu inda aka fitar da labarin cewa sojoji 300 sun bar aiki baLabarin barin aikin sojoji na kwana-kwanan nan dai anyi shi tun watan Junerun 2021, inda aka ce an bawa sojojin 127 damar ajiye aiki idan suna so kafin watan Mayu. Kwamitin wakilai a Najeriya ya tabbatar da cewa a shekarar 2020 dai sojoji 386 sun ajiye aikin da kansu, dalilin matsalar rashin lafiya da wasu matsalolin..Amma babu rahoton barin aikin sojoji 300 bayan rasuwar Attahiru.Bamu samu shelar barin sojoji aiki ba a shafin rundunar sojojin, hanyoyin watsa labaran su ko a shafukan su na yanar gizo.","https://web.facebook.com/permalink.php?story_fbid=181073540577691&id=105023624849350&__cft__%5b0%5d=AZW0YHH6bwRBXe-Tm52ZxFFYVtNi242-Bs0ZKoZn90_qYyPbqXSjtNrHMemTglJb0ASictBnUG2YF1ypVpmOZlpfLCltDQj2TqIRZtOv7USb2BaZwaMWFMGgNhMbi_FVIhfV4sPX6KifvXumZqxYT9fp&__tn__=%2CO%2CP-R,https://www.bbc.com/news/world-africa-57208951,https://army.mil.ng/chief-of-army-staff-lt-gen-ibrahim-attahiru-dies-in-air-crash/,https://www.premiumtimesng.com/news/headlines/437852-exclusive-127-soldiers-resign-from-nigerian-army.html,https://www.icirnigeria.org/why-3https:/www.icirnigeria.org/why-386-soldiers-resigned-from-nigerian-army-in-q2-of-2020-reps/,https://dailytrust.com/386-soldiers-quit-army-in-1-year-reps,https://army.mil.ng/,https://twitter.com/HQNigerianArmy",Babu hujjar cewa sojojin Najeriya 300 sun bar aiki tun bayan hatsarin jirgin saman da yayi sanadin mutuwar shugaban sojojin,military,,,,, +21,,,,Fake,Grace Gichuhi,,,africacheck,https://africacheck.org/about/authors/grace-gichuhi,https://africacheck.org/fact-checks/fbchecks/no-tanzanian-president-suluhu-didnt-tweet-twitter-activist-kigogo2014-should,,2021-07-26,africacheck,,"Tanzanian president Samia Suluhu has come out in support of a prominent but anonymous Twitter user with the handle @Kigogo2014, a whistleblower and human rights activist who was threatened with arrest by the administration of late president John Magufuli.At least, so it appears in what seems to be a screenshot of a tweet from Suluhu’s verified Twitter account, circulating on Facebook since June 2021.“Mwacheni Kigogo2014 Fanyeni mambo ya msingi na yenye Tija katika nchi, Kila mmoja ana Haki na Uhuru wa kujieleza,” the tweet reads, in Kiswahili.This roughly translates as: “Let Kigogo2014 be. Focus on important and productive issues in the country. Every person has a right and freedom to express themselves.”The screenshot has been shared in two public Facebook groups, one with more than 280,000 members, the other with some 67,000 members. False claims of copyright infringement have been used in an attempt to silence @Kigogo2014, who has more than 577,000 followers and has been described in Tanzania as “our president of the Twitter republic”.The activist’s identity is unknown, a “closely guarded secret”, the BBC says. He or she told the BBC: “I'm a whistleblower and I expose corruption and human rights abuses in the country.”But did Suluhu, who succeeded Magufuli when he died in March, really tweet that @Kigogo2104 should be left alone?We checked.‘This information is not true’There is no reference to “Kigogo2014” on the Tanzanian presidency’s official Facebook page. An advanced Twitter search also returned no results. But the screenshot was posted on “Ikulu Mawasiliano”, the Facebook page of the president’s communication team – stamped “FAKE NEWS”.“TAARIFA HII SIYO YA KWELI. IPUUZWE,” the post reads. Translation: “This information is not true. Ignore it.” A screenshot of a tweet suggests that Tanzanian president Suluhu has called for activist Twitter user @Kigogo2014 to be left alone. But the president’s communications team dismissed it as fake.","https://www.ikulu.go.tz/,https://www.thecitizen.co.tz/tanzania/news/minister-lugola-launches-attack-on-twitter-user-kigogo-ahead-of-civic-polls-2695988,https://twitter.com/kigogo2014,https://www.bbc.com/news/world-africa-55186932,https://www.thecitizen.co.tz/tanzania/news/minister-lugola-launches-attack-on-twitter-user-kigogo-ahead-of-civic-polls-2695988,https://www.bbc.com/news/world-africa-56437852,https://www.facebook.com/groups/305876886781039/posts/787087178660005/,https://www.facebook.com/groups/329927404946164/posts/498008031471433/,https://web.facebook.com/groups/329927404946164/permalink/498008031471433/,https://www.facebook.com/groups/329927404946164/posts/498008031471433/,https://www.facebook.com/groups/305876886781039/posts/787087178660005/,https://www.bbc.com/news/world-africa-55186932,https://twitter.com/kigogo2014,https://www.bbc.com/news/world-africa-55186932,https://www.bbc.com/news/world-africa-55186932,https://www.bbc.com/news/world-africa-56437852,https://www.facebook.com/groups/305876886781039/posts/787087178660005/,https://africacheck.org/sites/default/files/media/images/2021-07/Kigogo2014.JPG,https://www.facebook.com/ikulu.mawasiliano,https://africacheck.org/sites/default/files/media/images/2021-07/Kigogo2014Twitter.JPG,https://web.facebook.com/permalink.php?story_fbid=129513889284026&id=100402328861849,https://web.facebook.com/Ikulu-Mawasiliano-100402328861849/?__cft__%5b0%5d=AZWm2B-o-K7ntsm7IN5Cy5w_26GOSiZRCheTSp_FZvK4JsVHslryicDjSarNS8U6Fgz4HozXk-_LKiwIEwRDXWryZ2AKNN_QNArcPCFCF4YaVjHmQOuGz_5Xq-MQ1q-Oy0H3Uy0sMFpbECCwqzBz0D8j&__tn__=-UC%2CP-R,https://www.facebook.com/permalink.php?story_fbid=129513889284026&id=100402328861849","No, Tanzanian president Suluhu didn’t tweet that Twitter activist @Kigogo2014 should be left alone",,,,,, +22,,,,Correct,Mandy Lombo,,,africacheck,https://africacheck.org/about/authors/mandy-lombo,https://africacheck.org/fact-checks/fbchecks/yes-video-shows-massive-queue-shops-ulundi-after-shutdownsa-protests,,2021-07-26,africacheck,,"South Africa’s Gauteng and KwaZulu-Natal provinces experienced a week of looting, protests and violence following former president Jacob Zuma’s imprisonment for contempt of court. During the tense week several false and misleading videos were shared online. In many cases old or out of context videos were passed off as recent events. Social media users tagged Africa Check in many of the posts, including one with a video of a long queue winding along a road. Most posts of the video, filmed from a helicopter, said it showed food queues in Ulundi, KwaZulu-Natal. We checked. Google Maps confirms video filmed in Ulundi Using Google Maps we were able to confirm that the video was filmed in Ulundi. At the beginning of the video there’s a building on the corner of a T-junction. This is the Ulundi police station on King Zwelithini street. A billboard in the video is also visible in Google street view. At 19 seconds the Ulundi municipal building appears in the video. In Google satellite view, the same building and green roofs can be seen. Video filmed on 16 July 2021The next step was to confirm if the video was filmed after the violence and looting in KwaZulu-Natal. Africa Check spoke to Ulundi’s municipality speaker, councillor Johanna Manana. She confirmed that the video was shot on 16 July 2021, by municipal manager Nkosenye Zulu.  Manana said the queue formed because the municipality had decided that “only two shops, Spar and Boxer, would be open on that day. This was to try and avoid looting and burning of shops.” She said that all shops in Ulundi had since been opened.","https://www.washingtonpost.com/world/2021/07/13/south-africa-zuma-protests-violence/,https://www.bbc.com/news/world-africa-57650517,https://africacheck.org/fact-checks/reports/beware-you-share-these-shutdownsa-videos-are-misleading,https://twitter.com/SammyJoeD/status/1416056830661382147,https://twitter.com/SammyJoeD/status/1416056830661382147,https://www.google.com/maps/place/Ulundi/data=!4m2!3m1!1s0x1ef0636c86b220c3:0xcb1dd66c50c6974d?sa=X&ved=2ahUKEwiWiKnD5fjxAhX3QUEAHZW1AxsQ8gEwJHoECFMQAQ,https://www.google.com/maps/@-28.2951811,31.4291395,3a,75y,225.26h,83.33t/data=!3m7!1e1!3m5!1svjOb6-wXxoZCsxqhwVg5XQ!2e0!6shttps:%2F%2Fstreetviewpixels-pa.googleapis.com%2Fv1%2Fthumbnail%3Fpanoid%3DvjOb6-wXxoZCsxqhwVg5XQ%26cb_client%3Dmaps_sv.tactile.gps%26w%3D203%26h%3D100%26yaw%3D304.48022%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656,https://www.google.com/maps/@-28.2954652,31.4281484,329m/data=!3m1!1e3,https://www.google.com/maps/@-28.2924603,31.4252623,329m/data=!3m1!1e3,https://www.ulundi.gov.za/office-mm","Yes, video shows massive queue for shops in Ulundi after #ShutdownSA protests",,,,,, +23,,,,False,Taryn Willows,,,africacheck,https://africacheck.org/about/authors/taryn-willows,https://africacheck.org/fact-checks/fbchecks/no-covid-vaccines-cannot-make-you-magnetic-videos-claim,,2021-07-23,africacheck,,"Several videos doing the rounds on Facebook in South Africa appear to show different metal objects sticking to people who have recently received the Covid-19 vaccine.One video shows a phone stuck to a man’s arm, apparently after he received the second jab of the vaccine against Covid.Another shows a metal spoon sticking to a woman’s arm, apparently also  after she received the vaccine.A third video, with people speaking isiZulu, shows a woman putting a coin against a man’s arm and it also sticking to him. It’s unclear whether the man and woman in the third video are in fact South African, as the dialogue is out of sync with the people speaking, so may have been recorded over a video from elsewhere. The man and woman in the first and second videos sound Nigerian, though this could not be immediately confirmed.These videos have been widely shared since vaccines against Covid-19 first became available in South Africa, with claims the vaccines contain metals or microchips that make the site of injection magnetic. But could this startling claim be true? We checked.Debunked by South African government news agencyThe South African government news agency put out a statement about the reported phenomena on 11 June 2021, in response to the viral videos. It started: “The KwaZulu-Natal Department of Health has welcomed input from top global health experts, who have dismissed purported links between the Covid-19 vaccine and magnetic fields.”Provincial government minister of health Nomagugu Simelane said that “several international medical scientists have rejected these claims as scientifically improbable and false”.“According to a report shared by World Health Organization (WHO) affiliated group, Africa Infodemic Response Alliance (Aira), Covid-19 vaccines do not contain magnetic microchips.”An earlier statement by the South African government on 9 June quoted Dr Stephen Schrantz, an infectious diseases specialist at the University of Chicago. He said: “No, getting a Covid-19 vaccine cannot cause your arm to be magnetised. This is a hoax, plain and simple”.“There is absolutely no way that a vaccine can lead to the reaction shown in these videos posted to Instagram and YouTube. It is better explained by two-sided tape on the metal disc being applied to the skin, rather than a magnetic reaction,” he said.The government also quoted Dr Thomas Hope, vaccine researcher and professor of cell and developmental biology at Northwestern University Feinberg School of Medicine in the US, who also debunked the claim.He said: “This is impossible. There’s nothing there [in the vaccine] that a magnet can interact with, it’s protein and lipids, salts, water and chemicals that maintain the pH. That’s basically it, so this is not possible.”Nothing magnetic in vaccine ingredients?In order for these metal objects to stick to where someone has received the vaccine jab, the ingredients would have to have a metal base.According to the WHO, none of the ingredients in Covid vaccines have a metal base.The WHO also says that many of the components used in vaccines “occur naturally in the body, in the environment, and in the foods we eat”. The US Food and Drug Administration (FDA) also lists the ingredients for each of the Covid-19 vaccines approved around the world.The various ingredients in the Pfizer-BioNTech, Moderna and Johnson & Johnson vaccines are listed by the FDA. None of these vaccines list any metal-based ingredients. The US Centres for Disease Control & Prevention (CDC) notes that “Covid-19 vaccines do not contain ingredients that can produce an electromagnetic field at the site of your injection”. (Note: Only the Johnson & Johnson and Pfizer vaccines have been administered in South Africa at the time of writing.)Doses so small, even if were magnetic, wouldn’t attract objects shown in videosSome fact-checking organisations have also made the point that even if the vaccines did contain magnetic metals, one dose could not possibly cause a magnetic reaction. Medical professionals at the Meedan Health Desk have explained why: “The amount of metal that would need to be in a vaccine for it to attract a magnet is much more substantial than the amounts that could be present in a vaccine's small dose.”An expert the BBC spoke to gave some ways one can get metals to appear to stick to the skin. These include surface oils or tension and “trickery like band-aid residue or other sticky residue”. The claim that Covid-19 vaccines can cause a person to become magnetic at the vaccination site has been widely debunked by several other fact-checking organisations. It is simply not possible.","https://www.facebook.com/ruth.suowari/videos/418750162587520/,https://www.facebook.com/poemosis/videos/1168663400313236/,https://www.facebook.com/mbokazi/posts/10224841580205302,https://www.sanews.gov.za/south-africa/covid-19-vaccine-magnetic-fields-claims-dismissed,https://www.sanews.gov.za/south-africa/covid-19-vaccine-magnetic-fields-claims-dismissed,https://www.gov.za/speeches/mec-nomagugu-simelane-welcomes-dismissal-coronavirus-covid-19-vaccine-%E2%80%9Cmagnet%E2%80%9D-claims-hoax,https://www.who.int/news-room/q-a-detail/vaccines-and-immunization-what-is-vaccination?topicsurvey=)&gclid=CjwKCAjwruSHBhAtEiwA_qCppkxj3NWUiMNQ3be39DV5yPfZ19F0O0YrB_Nqn0Zl4w7rsn2qR5939RoCvbEQAvD_BwE,https://www.fda.gov/,https://www.fda.gov/media/144414/download#page=2,https://www.fda.gov/media/144638/download#page=2,https://www.fda.gov/media/146305/download#page=2,https://www.cdc.gov/coronavirus/2019-ncov/vaccines/facts.html,https://www.reuters.com/article/factcheck-coronavirus-vaccine-idUSL2N2N41KA,https://health-desk.org/articles/what-do-we-know-about-the-pfizer-vaccine-and-magnets,https://www.bbc.com/news/av/57207134,https://www.usatoday.com/story/news/factcheck/2021/06/21/fact-check-covid-19-vaccines-arent-magnetic/7698556002/,https://www.jacarandafm.com/shows/mornings-with-mack/watch-covid-19-vaccine-wont-make-you-magnetic/,https://www.bbc.com/news/av/57207134","No, Covid vaccines cannot make you magnetic as videos claim","magnet, Coronavirus, Covid-19 vaccine",,,,, +24,,,,Incorrect,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/reports/state-emergency-would-not-strip-ramaphosas-powers-and-make-dlamini-zuma,"If a state of emergency is declared in South Africa the president will be stripped of his powers, which will go to the military. Cooperative governance minister Nkosazana Dlamini-Zuma will, in terms of the disaster management act, “take over”.",2021-07-23,africacheck,,"After calls for a state of emergency to deal with protests and looting in South Africa, a message appeared on social media claiming that an emergency declaration would give the president’s powers to the military and put cooperative governance minister Nkosazana Dlamini-Zuma in charge.Constitutional law experts told Africa Check this was false. A state of emergency would give the president more power, and he would retain control of the military.The current state of disaster to control Covid-19 does give the cooperative governance minister limited new powers. But she would not “take over”, as the message claims, under a state of emergency.A message heavily shared on WhatsApp and Facebook warns about the consequences of a state of emergency being declared in South Africa.“If a state of emergency is declared the military takes over the rule of the land and the state president is stripped of his powers,” it reads. “In terms of the Disaster management Act Nkosazana dlamini Zuma will take over giving power to the Zuma’s.” Dr Nkosazana Dlamini-Zuma is South Africa’s minister of cooperative governance and traditional affairs (Cogta). She was married to former president Jacob Zuma from 1993 to 1998.South Africa saw a week of violent protests and looting after Zuma was taken into custody to serve a 15-month sentence for contempt of court. At least 337 people were killed and 1,500 arrested. The violence led to calls for the government to declare a state of emergency to restore order.Is the message an accurate reflection of what would happen if a state of emergency was declared in South Africa? We checked. Viral message is ‘absurd’Prof Pierre de Vos, a constitutional law expert in the department of public law at the University of Cape Town, said the viral message was “absurd”. He explained that under a state of emergency, governance still lies with parliament and the executive. But the presidency is given more powers –  they are not “stripped” away. The South African constitution and the State of Emergency Act allow the president to declare a state of emergency only when “the life of the nation is threatened by war, invasion, general insurrection, disorder, natural disaster, or other public emergency”. It can apply to the whole country or a specific area. “It gives the president Cyril Ramaphosa more power to make regulations,” de Vos said. But he added that there were limits to the presidency’s additional powers under a state of emergency: “The extra powers can only be used if they are necessary to deal with the emergency. You cannot make regulations about things that are not directly linked to trying to deal with the emergency.”Michael Evans is an attorney and partner at law firm Webber Wentzel with experience in local government, and administrative and constitutional issues. He told Africa Check that the military would not take over during a state of emergency. “The president is still the one who [delegates] responsibility and [confers] power and he can at any time withdraw it.”State of disaster during Covid pandemic  The message also claims that “in terms of the Disaster management Act Nkosazana dlamini Zuma will take over giving power to the Zuma’s”. South Africa is currently under a state of disaster, which was declared on 15 March 2020 in response to the Covid-19 pandemic. The Disaster Management Act, which falls under Cogta, dictates which regulations are enforced. At the moment these include mandatory mask-wearing in public, a curfew, restrictions on gatherings and an alcohol ban.But De Vos said the act was “completely separate” legislation that could not override the constitution. Evans told Africa Check that while the state of disaster has given Dlamini-Zuma powers that she would not ordinarily have as Cogta minister, she does not take the place of the president. He said there were key differences between a state of emergency and a state of disaster.A state of emergency has more parliamentary oversight than a state of disaster. Under the constitution, parliament must review a state of emergency after 21 days. “One of the problems with the national disaster has been that once a national disaster has been declared there is very little parliamentary oversight, which we’ve seen in the last year and a half,” Evans explained. Another major difference is that the public still have all of their basic constitutional rights under a state of disaster. But these rights can be limited under a state of emergency.  No state of emergency since apartheid ended South Africa last saw a state of emergency under the apartheid regime, in 1986. Evans, who was detained three times during apartheid-era states of emergency, told Africa Check the current state of emergency act was a “much better situation”.“Under the apartheid era we had no constitution so there was absolutely no protection. You could detain people, for example, indefinitely under the emergency in the apartheid era,” he said. “Now, if we have a state of emergency it will be very different because you will still retain a number of your constitutional rights and some of the other issues are quite heavily regulated.”The constitution includes a section setting out which rights can be limited under a state of emergency, and to what extent. Importantly, the right to life and human dignity are entirely protected from limitation. But De Vos warned that a state of emergency should not be taken lightly, as other rights could be limited. “They could, for example, allow people to be detained for 30 or 60 days without a trial.” The government could have the power to limit the media and communication, such as by shutting down the internet, if it is deemed necessary to deal with the emergency.Conclusion: No accuracy in claims about state of emergency in South AfricaA viral message on WhatsApp and Facebook warns that a declaration of a state of emergency in South Africa would strip powers from the president and give them to the military. It also claims that under the Disaster Management Act, Cogta minister Nkosazana Dlamini-Zuma would become president.Two constitutional law experts rubbished these claims. Under a state of emergency the president is given more power and retains control of the military. The current state of disaster to deal with Covid-19 does give Dlamini-Zuma more power than before. But she would not become the president under a state of emergency.We therefore rate the message as incorrect.The experts warned, however, that a state of emergency should not be taken lightly as it could allow basic rights to be limited.","https://africacheck.org/sites/default/files/media/images/2021-07/State%20of%20Emergency.png,https://www.facebook.com/bevlee.naidoo/posts/10159575876567498,https://www.dpme.gov.za/about/Pages/Minister-Nkosazana-Dlamini-Zuma.aspx,https://www.sahistory.org.za/people/nkosazana-clarice-dlamini-zuma,https://www.dailymaverick.co.za/article/2021-07-17-this-is-us-those-trying-to-tear-south-africa-apart/,https://www.aljazeera.com/news/2021/7/22/south-africa-unrest-death-toll-jumps-to-more-than-300,https://businesstech.co.za/news/business/505776/more-groups-call-for-state-of-emergency-in-south-africa/,http://www.publiclaw.uct.ac.za/pbl/staff/pdevos,http://www.publiclaw.uct.ac.za/,http://www.uct.ac.za/,https://www.gov.za/about-government/government-system/executive-authority-president-cabinet-and-deputy-ministers,https://www.justice.gov.za/legislation/constitution/saconstitution-web-eng.pdf,https://www.gov.za/sites/default/files/gcis_document/201409/a64-97.pdf,https://www.gov.za/sites/default/files/gcis_document/201409/a64-97.pdf#page=2,https://www.justice.gov.za/legislation/constitution/saconstitution-web-eng.pdf#page=20,https://www.gov.za/sites/default/files/gcis_document/201409/a64-97.pdf#page=2,https://www.webberwentzel.com/Specialists/Pages/Michael-Evans.aspx,https://www.webberwentzel.com/Pages/default.aspx,http://declared,https://www.gov.za/sites/default/files/gcis_document/202106/44772rg11299gon565.pdf,https://www.gov.za/sites/default/files/gcis_document/202106/44772rg11299gon565.pdf#page=3,https://www.gov.za/sites/default/files/gcis_document/202106/44772rg11299gon565.pdf#page=5,https://www.gov.za/sites/default/files/gcis_document/202106/44772rg11299gon565.pdf#page=7,https://www.gov.za/sites/default/files/gcis_document/202106/44772rg11299gon565.pdf#page=14,https://www.justice.gov.za/legislation/constitution/saconstitution-web-eng.pdf#page=20,https://www.sahistory.org.za/article/states-emergency-south-africa-1960s-and-1980s,https://www.justice.gov.za/legislation/constitution/saconstitution-web-eng.pdf#page=22,https://www.justice.gov.za/legislation/constitution/saconstitution-web-eng.pdf#page=22",State of emergency would NOT strip Ramaphosa’s powers and make Dlamini-Zuma president,"state of emergency, president, Dlamini-Zuma",,,,, +25,,,,False,Dancan Bwire,,,africacheck,https://africacheck.org/about/authors/dancan-bwire,https://africacheck.org/fact-checks/fbchecks/no-evidence-nairobi-county-deputy-governor-made-statement-about-kenya-trade,,2021-07-23,africacheck,,"Has the acting governor of Kenya’s capital credited her success to a prominent trade unionist?A graphic shared in a Facebook group with over a million members includes a photo of and supposedly quotes Nairobi county deputy governor Anne Kananu Mwenda. She has been acting governor since January 2021. The quote reads: “Without Francis Atwoli I wouldn't be deputy governor of Nairobi today, it is him who called Murathe and told him that regardless of being a Sonko nominee he believed that I would deliver. It is great honor to rename Dik Dik Road after my political godfather. On top of that he is also a staunch supporter of BBI.” Atwoli is the general secretary of Kenya’s Central Organization of Trade Unions. A road in Nairobi was named after him in May and he publicly thanked Mwenda for the honour on Twitter. But the renaming was criticised by some Kenyans and new road signs have been vandalised at least twice.David Murathe is the vice-chairperson of the country’s ruling party, Jubilee. Mike Mbuvi Sonko is the former governor of Nairobi county who was removed from office in December 2020.The graphic also shows the logo of the trusted news outlet Nation Africa. It has been shared by other users and Facebook groups. But is the quote genuine?No evidence Mwenda said anything similarThe graphic looks badly photoshopped and the photo of Mwenda is blurry. The quote includes misspellings and missing words, which is unusual in a communication from a trustworthy news organisation. The font is also different from the one used in other similar graphics from Nation Africa. These are all signs that the graphic wasn’t issued by the news outlet and is fake.Africa Check looked at all similar graphics published since 18 June 2021 and did not find this quote from Mwenda, or anything similar.Using the Nairobi City County website, we found the county’s Twitter handle and from there, the county deputy boss’s account. She has not posted anything on Twitter like the comment in the digitally manipulated graphic.We could find no coverage in any news outlet of a quote like it. It appears to have been made up.","https://www.facebook.com/groups/kenyapolitforum/permalink/2871879856444117/,https://citizentv.co.ke/news/who-is-anne-kananu-mwenda-the-new-nairobi-deputy-governor-311181/,https://citizentv.co.ke/news/who-is-anne-kananu-mwenda-the-new-nairobi-deputy-governor-311181/,https://www.pulselive.co.ke/news/local/jubilee-partys-message-to-anne-kananu-mwenda-after-taking-over-as-acting-nairobi/3h5jgg2,https://www.facebook.com/khalifoi/posts/10220970494184595,https://www.businessdailyafrica.com/bd/lifestyle/profiles/francis-atwoli-straight-shooter-no-hostages-over-street-name-3425646,https://cotu-kenya.org/,https://twitter.com/AtwoliDza/status/1397894774787616775,https://twitter.com/AtwoliDza/status/1397894774787616775,https://citizentv.co.ke/news/francis-atwoli-road-sign-in-kileleshwa-burnt-down-11932708/,https://www.standardmedia.co.ke/entertainment/nainotepad/2001308336/david-murathe-the-chief-chef-in-uhurus-kitchen-cabinet,https://twitter.com/MikeSonko,https://www.standardmedia.co.ke/politics/article/2001397657/its-over-for-sonko,https://www.facebook.com/permalink.php?story_fbid=192229306150952&id=103041941736356,https://nation.africa/kenya,https://www.facebook.com/photo?fbid=10219545116081750&set=bc.Abo0ISOgdBjLRJsp5pZmVgWquSoilJF5aqwBgAh8vVrEwN6TqiPjZQmE-ieYH54Qsbc8zq3CR5XoONVicDSSrcjsNQMG9SGmp22TEEPxc5YU87w4Kcgzj8O3cQu35AhVdh2jYpVYM5YZUrD5Xlj-4bLrS_0nyHsgsQlo5jhq7Nb9BeGCEJ99jqXLUA3xttjWpSaxrRgfYTnha_vinzbp2fH0NH5gHPMIY4AnrX5QTJRIs94YTuKrVoyjyieDkD7JLoCDQFYAy3kalnCn2FkIgMa9qJwsF6WIW75tjzqsJHa48dS-xYvBuD--uGqcvaZ7V18rjVpVRwRM1Uepy0eJVXXkDtYBCHv4eS9XGFB6YEDWdnCzSXtNDfcRV6m0qFjePuM&opaqueCursor=AbpySrKdzkXnOLaMMmf8XWMhrGtdJs2NotEy4bPwnkorwa91N9RlmWY5Ubav8iriaBEkfXTMJNp_IMTLmOPXgKbf7l9XB-xjAVzdNo0pc04VMN_qpGT2EiwchadFQJ0IDe55-qWUjvVjbtOkuA92RnmM2UYhyWb4v_u-c3NztQ3KVuiLE_hUtA6j3aXTEp3EfG9HuzZm7KI7ZnN1gLvOzJhY_K1w3X20sVWyiBeEpctqVRR1X412c-iCOxkyuaWPl2X0gcCp8jEUjTt4LbYa7d22IUu0N41GVUQCexpklQoIk_SSzs35Cy8qB7udXRemIJlM_5JwSIa2RvY0s1uDLxAgzU6tXaEAvIqAKhUJM4H53coGmr2gZhV1MuZNLhE7JZAPwnQUQsxD9ZSWFFpbAFtzmAk1Ht5xF3K4_SsPc82hxWIiaMyw0PNt_zT7gQwPVMCWoktJROLNOqGOmgymN6hSAzLcqmKGdVS3tYD7ejFBhIYJ5A58Ux3tjj2L8csU2Sj6k9GhOj_5puB6kACTewy1qohzEyMYrEXAYM5dizx__oC96hf5YULjHQqf0T2FYGY,https://www.facebook.com/khalifoi/posts/10220970494184595,https://www.facebook.com/groups/3061760543907386/permalink/4226008697482559,https://www.facebook.com/permalink.php?story_fbid=192229306150952&id=103041941736356,https://www.facebook.com/permalink.php?story_fbid=192229306150952&id=103041941736356,https://www.facebook.com/nation/photos/10159823771319497,https://nairobi.go.ke/,https://twitter.com/047County?ref_src=twsrc%5Etfw%7Ctwcamp%5Eembeddedtimeline%7Ctwterm%5Eprofile%3A047County%7Ctwgr%5EeyJ0ZndfZXhwZXJpbWVudHNfY29va2llX2V4cGlyYXRpb24iOnsiYnVja2V0IjoxMjA5NjAwLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X2hvcml6b25fdHdlZXRfZW1iZWRfOTU1NSI6eyJidWNrZXQiOiJodGUiLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X3R3ZWV0X2VtYmVkX2NsaWNrYWJpbGl0eV8xMjEwMiI6eyJidWNrZXQiOiJjb250cm9sIiwidmVyc2lvbiI6bnVsbH19&ref_url=https%3A%2F%2Fnairobi.go.ke%2F,https://twitter.com/047County/status/1405170397369282562,https://twitter.com/AnnKMwenda1,https://twitter.com/AnnKMwenda1",No evidence Nairobi county deputy governor made statement about Kenya trade unionist helping her get top job,,,,,, +26,,,,False,Taryn Willows,,,africacheck,https://africacheck.org/about/authors/taryn-willows,https://africacheck.org/fact-checks/fbchecks/no-photos-dont-show-actual-house-russias-president-just-design-concept,,2021-07-23,africacheck,,"Photos shared on Facebook show a futuristic structure like something from a James Bond movie, set on a high v-shaped platform among trees. The caption to the photos claims it is the home of a former spy – former intelligence officer and long-time Russian president Vladimir Putin. It reads: “Putin House in Sochi, Russia designed by Roman Vlasov.”Putin has been president since 2012, and also served in the position from 1999 to 2008. Sochi is a city and resort area on the Black Sea in southwestern Russia. But is this really Putin’s house in Sochi? We investigated.‘This is my vision of the house of the president of my country, Vladimir Putin’ – architectA reverse image search for the three photos revealed the same three images shared on Instagram, posted by the architect Roman Vlasov.They are all captioned “PUTIN HOUSE or a story about what his villa might look like By @_vlasov_roman_”.These images are design concepts, illustrations for an idea created by the architect. They do not show a building that has been built, or what Putin’s house actually looks like.Vlasov told AFP Fact-Check this was just a concept.“In my Instagram account there is a description for this work,” he said. “And it says that this is my vision of the house of the president of my country, Vladimir Putin. I have not written anywhere that this house is his property.”Many Putin residencesThere was controversy in early 2021 about Putin building himself a “mega-palace” and spending more time away from his residence in Novo-Ogaryovo, just outside the Russian capital, than he admitted. His official residence is in the Kremlin, the fortified complex in the center of Moscow which is home to the Russian government. But news sources say Putin mostly lives at Novo-Ogaryovo.","https://www.facebook.com/ugandazukuka/posts/2678393912459239?__xts__[0]=68.ARCxFUlL6PEtEOa3KAawjzpiXbe_DcT9RYEDpTUTjdo11lmVY3cRO4J3RP478MCWJN0Hmw6Yab-gZ9RErLIWK16jhXQoU1u3XblPgUE4PE14iG1ZLqlFrT9ZL0w37Gzmnp8HrGMR8ygnk0XSVGfFy0Fwsd0kkplsG0XepwfiEHa7JQz4BKjg_NwPaI5jLLdWjPTHQnkeSdffXA3-2Dq2EZyF85Vl0jMPnyUG8WpQEmNcnnyu-WLYN3gUGt_EdX-Z7GU8S2PszAc6Skjz9NdHxoPArOLmaAtIZHA,https://www.facebook.com/ugandazukuka/posts/2678393912459239?__xts__[0]=68.ARCxFUlL6PEtEOa3KAawjzpiXbe_DcT9RYEDpTUTjdo11lmVY3cRO4J3RP478MCWJN0Hmw6Yab-gZ9RErLIWK16jhXQoU1u3XblPgUE4PE14iG1ZLqlFrT9ZL0w37Gzmnp8HrGMR8ygnk0XSVGfFy0Fwsd0kkplsG0XepwfiEHa7JQz4BKjg_NwPaI5jLLdWjPTHQnkeSdffXA3-2Dq2EZyF85Vl0jMPnyUG8WpQEmNcnnyu-WLYN3gUGt_EdX-Z7GU8S2PszAc6Skjz9NdHxoPArOLmaAtIZHA,https://www.britannica.com/biography/Vladimir-Putin,https://www.britannica.com/place/Sochi,https://www.instagram.com/p/CKd69C2haip/,https://www.instagram.com/p/CKd62C0h32C/,https://www.instagram.com/p/CKd6qKkhlJ_/,http://archvizual.com/,https://factcheck.afp.com/picture-shows-design-concept-house-created-russia-based-architect?fbclid=IwAR1mzHU2hpd6KUOBwXiEv1PDM1xth1qm9dbNNAGfvWKZibc-NtCQSByZXQU,https://www.newsweek.com/putin-denies-navalny-black-sea-palace-expose-1564222,https://www.nytimes.com/2020/12/13/world/europe/putin-russia-office-sochi.html,https://www.rferl.org/a/24690543.html,https://www.reuters.com/article/us-health-coronavirus-russia-putin-idUSKBN23N3B4,https://www.britannica.com/technology/kremlin,https://www.britannica.com/video/179907/Overview-Kremlin-Moscow,https://www.britannica.com/place/Moscow,https://www.globaltimes.cn/content/1210121.shtml,https://foreignpolicy.com/2019/08/06/theres-more-to-russia-than-putin/,https://www.themoscowtimes.com/2020/04/01/putin-working-remotely-after-meeting-infected-doctor-kremlin-says-a69826","No, photos don’t show actual house of Russia’s president, just design concept","Putin, households",,,,, diff --git a/output_sample_africacheck.csv b/output_sample_africacheck.csv index 1955535..7f6dd27 100644 --- a/output_sample_africacheck.csv +++ b/output_sample_africacheck.csv @@ -1,28 +1,28 @@ ,rating_ratingValue,rating_worstRating,rating_bestRating,rating_alternateName,creativeWork_author_name,creativeWork_datePublished,creativeWork_author_sameAs,claimReview_author_name,claimReview_author_url,claimReview_url,claimReview_claimReviewed,claimReview_datePublished,claimReview_source,claimReview_author,extra_body,extra_refered_links,extra_title,extra_tags,extra_entities_claimReview_claimReviewed,extra_entities_body,extra_entities_keywords,extra_entities_author,related_links -0,,,,False,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/fbchecks/no-asymptomatic-covid-patients-can-transmit-virus-and-masks-work,,2021-07-28,africacheck,,"A Facebook video posted on 5 July 2021 claims that studies show asymptomatic Covid-19 patients – people who don’t get sick – can’t transmit the new coronavirus. It also says the US Centers for Disease Control (CDC) published a review of studies and found wearing a mask doesn’t stop the spread of Covid.In the video, a woman appears to be standing at a podium, talking to an audience off camera. She says: “Nearly 500 people were recently exposed to a Covid positive asymptomatic carrier. Zero got sick. Asymptomatic carriers of Covid do not spread disease.”She goes on to claim: “The CDC a couple weeks ago did a study where they looked at every single other study in the entire world on face mask wearing and this is what they found. The CDC found, quote, ‘no reduction in viral transmission with the use of face masks’.”The words “the information is there dont say u wernt warned” are printed on the video. It’s been shared more than 1,200 times so far, including in South Africa. Since Covid-19 was declared a pandemic in early 2020, the World Health Organization has warned that Covid patients who don’t show any symptoms of the disease can still spread it to others. It also says masks are a “key measure to suppress transmission and save lives”.Do studies prove that asymptomatic Covid-19 patients can’t spread the disease? And has a CDC analysis found that masks don’t reduce transmission?Video of US attorney Leigh DundasThe video does not identify the woman, where she is, or when the video was taken. It’s poor quality, taken from an original that doesn’t appear to be online anymore.But we did find a short video on Vimeo of a woman named Leigh Dundas, speaking on 13 April. Based on her voice, hairstyle, clothing and the background, it’s likely that the video on Facebook shows this woman, at the same event.In the Vimeo video she identifies herself as a human rights attorney. The video is captioned “Leigh Dundas, Board of Supervisors, April 13 2021”. Dundas, a US attorney, publicly supports that country’s anti-vaccination movement. Voice of OC reports that, in May, she helped organise residents in California’s Orange county to go to local Board of Education meetings to petition against mandatory vaccinations and “vaccine passports”.As Africa Check has found, there is no such thing as mandatory or “universal” vaccination in the US. And vaccine passports don’t exist there.Asymptomatic patients can transmit the virusIn the Facebook video, Dundas refers to a May 2020 study in Wuhan, China. It’s titled A study on infectivity of asymptomatic SARS-CoV-2 carriers. The Covid-19 pandemic is thought to have started in Wuhan.The researchers studied 455 people who had been in contact with asymptomatic Covid-positive patients. None of the 455 tested positive for Covid-19. But the study didn’t find that people with asymptomatic Covid-19 can’t transmit the virus. Instead, it concluded that “the infectivity of some asymptomatic SARS-CoV-2 carriers might be weak”. SARS-CoV-2 is the formal name of the new coronavirus that causes Covid-19.Other studies of asymptomatic carriers have found that they can transmit the virus.A January 2021 study looked at 2,250 people in a “confined” community of university staff in the Canadian province of Quebec. Confinement, the study says, is “used to reflect social restrictions instructed by Quebec's government”.It found that 1.82% of the staff were asymptomatic carriers. None had contact with any known Covid patients. The researchers concluded: “Our results raise concerns about the possibility of viral spread through asymptomatic transmission.” But they added that the rate of asymptomatic transmission was unknown.In February 2021, a study based on daily mass screenings of some 20,000 residents of Luxembourg, a small country in Europe, was published. It found that, on average, asymptomatic patients infected the same number of people as patients with Covid-19 symptoms. The researchers concluded: “Asymptomatic carriers represent a significant risk for transmission.”CDC: Masks reduce Covid spreadAnd what about Dundas’s claim that a CDC analysis had found that masks didn’t reduce the amount of coronavirus transmitted between people?This is not what the CDC website says. A science brief on the site, updated on 7 May 2021, quotes several studies that found face masks reduced the risk of Covid-19 infection by as much as 79%, and had led to declines in daily new cases.The CDC concludes: “Experimental and epidemiological data support community masking to reduce the spread of SARS-CoV-2.” The CDC also says that making people wear masks can help prevent possible lockdowns in the future. The benefits increase when people are also required to use other measures against Covid: social distancing, hand washing and good ventilation. Conclusion: Video’s claims are falseIn a video posted on Facebook, US anti-vaccination advocate and lawyer Leigh Dundas claims that asymptomatic Covid-19 patients can’t transmit the virus. She also says a study by the US Centers for Disease Control found that masks don’t reduce the spread of the disease.But the CDC study doesn’t conclude that asymptomatic patients can’t transmit the virus. And  other studies have found that asymptomatic patients do transmit the virus. The CDC has published studies supporting the benefits of masks, and says wearing masks can reduce the spread of Covid-19.",,"No, asymptomatic Covid patients can transmit the virus, and masks work",,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,c,o,v,i,d,-,1,9,-,h,o,w,-,i,s,-,i,t,-,t,r,a,n,s,m,i,t,t,e,d,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,e,m,e,r,g,e,n,c,i,e,s,/,d,i,s,e,a,s,e,s,/,n,o,v,e,l,-,c,o,r,o,n,a,v,i,r,u,s,-,2,0,1,9,/,q,u,e,s,t,i,o,n,-,a,n,d,-,a,n,s,w,e,r,s,-,h,u,b,/,q,-,a,-,d,e,t,a,i,l,/,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,c,o,v,i,d,-,1,9,-,m,a,s,k,s,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,w,w,w,.,r,a,w,s,t,o,r,y,.,c,o,m,/,l,e,i,g,h,-,d,u,n,d,a,s,/,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,O,r,a,n,g,e,+,C,o,u,n,t,y,,,+,C,A,,,+,U,S,A,/,@,3,3,.,6,3,9,4,8,7,7,,,-,1,1,8,.,3,2,9,8,9,4,2,,,9,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,8,0,d,c,9,2,5,c,5,4,d,5,f,7,c,f,:,0,x,d,e,a,6,c,3,6,1,8,f,f,0,d,6,0,7,!,8,m,2,!,3,d,3,3,.,7,1,7,4,7,0,8,!,4,d,-,1,1,7,.,8,3,1,1,4,2,8,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,n,o,-,u,s,-,s,u,p,r,e,m,e,-,c,o,u,r,t,-,h,a,s,n,t,-,r,u,l,e,d,-,a,g,a,i,n,s,t,-,u,n,i,v,e,r,s,a,l,-,v,a,c,c,i,n,a,t,i,o,n,-,t,h,e,r,e,s,-,n,o,-,s,u,c,h,,,h,t,t,p,s,:,/,/,a,p,n,e,w,s,.,c,o,m,/,a,r,t,i,c,l,e,/,f,a,c,t,-,c,h,e,c,k,i,n,g,-,a,f,s,:,C,o,n,t,e,n,t,:,1,0,0,5,1,8,1,7,1,7,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,W,u,h,a,n,,,+,H,u,b,e,i,,,+,C,h,i,n,a,/,@,3,0,.,5,6,8,4,0,7,3,,,1,1,4,.,0,2,0,1,9,2,2,,,1,0,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,3,4,2,e,a,e,f,8,d,d,8,5,f,2,6,f,:,0,x,3,9,c,2,c,9,a,c,6,c,5,8,2,2,1,0,!,8,m,2,!,3,d,3,0,.,5,9,2,8,4,9,!,4,d,1,1,4,.,3,0,5,5,3,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,C,h,i,n,a,/,@,3,4,.,4,5,0,4,1,5,7,,,8,6,.,0,4,5,8,2,7,4,,,4,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,3,1,5,0,8,e,6,4,e,5,c,6,4,2,c,1,:,0,x,9,5,1,d,a,a,7,c,3,4,9,f,3,6,6,f,!,8,m,2,!,3,d,3,5,.,8,6,1,6,6,!,4,d,1,0,4,.,1,9,5,3,9,7,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,a,t,u,r,e,.,c,o,m,/,a,r,t,i,c,l,e,s,/,d,4,1,5,8,6,-,0,2,1,-,0,0,5,0,2,-,4,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,e,m,e,r,g,e,n,c,i,e,s,/,d,i,s,e,a,s,e,s,/,n,o,v,e,l,-,c,o,r,o,n,a,v,i,r,u,s,-,2,0,1,9,/,t,e,c,h,n,i,c,a,l,-,g,u,i,d,a,n,c,e,/,n,a,m,i,n,g,-,t,h,e,-,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,(,c,o,v,i,d,-,2,0,1,9,),-,a,n,d,-,t,h,e,-,v,i,r,u,s,-,t,h,a,t,-,c,a,u,s,e,s,-,i,t,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,C,a,n,a,d,a,/,@,5,6,,,-,9,6,,,3,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,b,0,d,0,3,d,3,3,7,c,c,6,a,d,9,:,0,x,9,9,6,8,b,7,2,a,a,2,4,3,8,f,a,5,!,8,m,2,!,3,d,5,6,.,1,3,0,3,6,6,!,4,d,-,1,0,6,.,3,4,6,7,7,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,Q,u,e,b,e,c,,,+,C,a,n,a,d,a,/,@,5,3,.,4,7,3,3,0,1,7,,,-,7,7,.,4,0,2,8,6,0,3,,,5,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,c,5,8,b,5,3,4,9,f,d,1,a,8,a,1,:,0,x,1,0,4,0,c,a,d,a,e,4,d,0,0,2,0,!,8,m,2,!,3,d,5,2,.,9,3,9,9,1,5,9,!,4,d,-,7,3,.,5,4,9,1,3,6,1,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,L,u,x,e,m,b,o,u,r,g,/,@,4,9,.,8,4,2,3,3,5,7,,,1,.,6,4,8,9,5,6,4,,,6,z,/,d,a,t,a,=,!,4,m,5,!,3,m,4,!,1,s,0,x,4,7,9,5,4,5,b,9,c,a,2,1,2,1,4,7,:,0,x,6,4,d,b,6,0,f,6,0,2,d,3,9,2,e,f,!,8,m,2,!,3,d,4,9,.,8,1,5,2,7,3,!,4,d,6,.,1,2,9,5,8,3,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l" -1,,,,Partlyfalse,Mary Alexander,,,africacheck,https://africacheck.org/about/authors/mary-alexander,https://africacheck.org/fact-checks/fbchecks/photo-2018-fuel-tax-protest-france-not-demonstrators-unleashing-truth-variant,,2021-07-28,africacheck,,"“Greece and France... Yep its happening, time to unlesh the new TRUTH variant,” reads the caption of two photos of what seem to be mass protests, posted on Facebook in July 2021 and shared in South Africa.The first photo shows a huge crowd of people on an avenue in Paris, France’s capital city. The city’s famous Arc de Triomphe can be seen in the background. Many in the crowd are wearing yellow reflective vests.The second photo is of another crowd, flanked by police, in a city square. The flag of Greece can be seen waving in the crowd.The photos were also posted on an Australia-based Facebook page, with a similar caption: “Greece & France! Thousands rally against COVID-19 vaccinations and government restrictions.”But do the photos really show people “unleashing the TRUTH variant” in protests against Covid-19 measures in Greece and France?Protest against vaccinations in Greece, against fuel tax in FranceA Google reverse image search of the second photo reveals that it does indeed show a rally against Covid-19 vaccinations, in the Greek capital of Athens on 14 July.The photo appears in an article on M3 News, an international online news magazine.“More than 5,000 anti-vaccine protesters, some of them waving Greek flags and wooden crosses, rallied in Athens on Wednesday to oppose Greece’s coronavirus vaccinations program,” the article reads.It adds: “Protests are fairly common in Greece and there have been several in recent months on issues ranging from new labour law to the most recent Israeli military campaign on Gaza.”But a TinEye reverse image search of the first photo, filtered for the oldest version, reveals that it has been online since at least 4 December 2018 – over a year before the coronavirus was first identified in late December 2019.The photo can be found on the French-language stock photo website Divergence Images. A machine translation of its caption reads: “Demonstration of the Yellow Vests on the Champs-Elysees, Paris on November 24, 2018.” It was taken by Olivier Coret.According to the US National Public Radio website, the 2018 yellow vests protests in France were sparked by the announcement of a new environmental tax on fuel.“Nicknamed for the safety vests worn by protesters, known as gilets jaunes, the yellow vest movement has sparked a political crisis for the French government,” the NPR says.“The protests started in the French provinces but spread to Paris, where demonstrations turned into riots over the weekend and scenes of violent civil unrest played out along the city's famous Avenue des Champs Élysées.”The second photo does show a protest against Covid-19 vaccinations, in Greece, but the first photo is of a demonstration against a fuel tax in France, more than two and a half years ago.",,Photo of 2018 fuel tax protest in France – not demonstrators ‘unleashing truth variant’ against Covid measures,"fuel tax, protest, covid, Covid-19",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,s,o,n,i,a,.,b,o,n,a,c,c,i,/,p,o,s,t,s,/,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,P,a,r,i,s,,,+,F,r,a,n,c,e,/,@,4,8,.,8,5,8,9,5,0,7,,,2,.,2,7,7,0,2,0,1,,,1,2,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,7,e,6,6,e,1,f,0,6,e,2,b,7,0,f,:,0,x,4,0,b,8,2,c,3,6,8,8,c,9,4,6,0,!,8,m,2,!,3,d,4,8,.,8,5,6,6,1,4,!,4,d,2,.,3,5,2,2,2,1,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,F,r,a,n,c,e,/,@,4,6,.,1,3,8,9,6,9,6,,,-,2,.,4,3,6,8,0,9,4,,,6,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,d,5,4,a,0,2,9,3,3,7,8,5,7,3,1,:,0,x,6,b,f,d,3,f,9,6,c,7,4,7,d,9,f,7,!,8,m,2,!,3,d,4,6,.,2,2,7,6,3,8,!,4,d,2,.,2,1,3,7,4,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,@,4,8,.,8,7,4,1,0,1,9,,,2,.,2,9,3,7,2,8,,,3,a,,,7,5,y,,,1,1,1,.,8,8,h,,,8,5,.,6,9,t,/,d,a,t,a,=,!,3,m,6,!,1,e,1,!,3,m,4,!,1,s,s,b,f,l,l,I,b,d,q,W,_,y,l,z,U,N,m,O,c,Y,b,g,!,2,e,0,!,7,i,1,6,3,8,4,!,8,i,8,1,9,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,7,1,8,3,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,r,e,e,k,a,.,c,o,m,/,g,r,e,e,c,e,-,h,i,s,t,o,r,y,/,f,l,a,g,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,G,r,e,e,c,e,/,@,3,8,.,0,6,0,2,9,7,6,,,1,9,.,9,9,1,2,2,,,6,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,1,3,5,b,4,a,c,7,1,1,7,1,6,c,6,3,:,0,x,3,6,3,a,1,7,7,5,d,c,9,a,2,d,1,d,!,8,m,2,!,3,d,3,9,.,0,7,4,2,0,8,!,4,d,2,1,.,8,2,4,3,1,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,h,r,a,a,u,s,t,r,a,l,i,a,/,p,o,s,t,s,/,2,9,0,2,7,9,9,6,2,8,9,0,6,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,7,1,8,3,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,A,t,h,e,n,s,,,+,G,r,e,e,c,e,/,@,3,7,.,9,9,0,8,9,9,7,,,2,3,.,7,0,3,3,1,9,8,,,1,3,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,1,4,a,1,b,d,1,f,0,6,7,0,4,3,f,1,:,0,x,2,7,3,6,3,5,4,5,7,6,6,6,8,d,d,d,!,8,m,2,!,3,d,3,7,.,9,8,3,8,0,9,6,!,4,d,2,3,.,7,2,7,5,3,8,8,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,i,n,-,g,r,e,e,c,e,-,t,h,o,u,s,a,n,d,s,-,r,a,l,l,y,-,a,g,a,i,n,s,t,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,a,t,i,o,n,s,/,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,c,o,n,t,a,c,t,/,s,t,a,f,f,-,d,i,r,e,c,t,o,r,y,/,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,i,n,-,g,r,e,e,c,e,-,t,h,o,u,s,a,n,d,s,-,r,a,l,l,y,-,a,g,a,i,n,s,t,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,a,t,i,o,n,s,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,T,i,n,E,y,e,-,G,r,e,e,c,e,-,p,r,o,t,e,s,t,s,.,j,p,g,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,:,/,/,w,w,w,.,d,i,v,e,r,g,e,n,c,e,-,i,m,a,g,e,s,.,c,o,m,/,o,l,i,v,i,e,r,-,c,o,r,e,t,/,r,e,p,o,r,t,a,g,e,s,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,O,C,O,1,1,9,3,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,r,e,f,-,O,C,O,1,1,9,3,0,0,1,.,h,t,m,l,,,h,t,t,p,s,:,/,/,t,r,a,n,s,l,a,t,e,.,g,o,o,g,l,e,.,c,o,m,/,t,r,a,n,s,l,a,t,e,?,s,l,=,a,u,t,o,&,t,l,=,e,n,&,u,=,h,t,t,p,:,/,/,w,w,w,.,d,i,v,e,r,g,e,n,c,e,-,i,m,a,g,e,s,.,c,o,m,/,o,l,i,v,i,e,r,-,c,o,r,e,t,/,r,e,p,o,r,t,a,g,e,s,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,O,C,O,1,1,9,3,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,r,e,f,-,O,C,O,1,1,9,3,0,0,1,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,1,8,/,1,2,/,0,3,/,6,7,2,8,6,2,3,5,3,/,w,h,o,-,a,r,e,-,f,r,a,n,c,e,s,-,y,e,l,l,o,w,-,v,e,s,t,-,p,r,o,t,e,s,t,e,r,s,-,a,n,d,-,w,h,a,t,-,d,o,-,t,h,e,y,-,w,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,1,8,/,1,2,/,0,3,/,6,7,2,8,6,2,3,5,3,/,w,h,o,-,a,r,e,-,f,r,a,n,c,e,s,-,y,e,l,l,o,w,-,v,e,s,t,-,p,r,o,t,e,s,t,e,r,s,-,a,n,d,-,w,h,a,t,-,d,o,-,t,h,e,y,-,w,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6" -2,,,,False,Oluseyi Awojulugbe,,,africacheck,https://africacheck.org/about/authors/oluseyi-awojulugbe,https://africacheck.org/fact-checks/fbchecks/no-dont-use-garlic-lower-blood-pressure,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that garlic can be used to lower high blood pressure.It also credits the World Health Organization (WHO) with saying garlic helps to reduce blood pressure in patients with moderate hypertension.“Garlic works in a way to increase the size of the arteries, which makes it easier for blood to pass. In addition, due to its diuretic properties, it reduces the volume of water in the body and therefore blood pressure,” reads part of the post.The post does include an unusual warning: “Be careful, even regular consumption of garlic does not exempt from appropriate treatment, especially in people with severe hypertension.” But is there any scientific evidence that the bulbous flowering plant can be used to manage high blood pressure? We checked.High blood pressure leads to 9.4 mn deaths annuallyAccording to the WHO, high blood pressure, also called hypertension, is when the force exerted by blood pushing against the walls of the arteries is higher than what is considered normal.“Hypertension is diagnosed if, when it is measured on two different days, the systolic blood pressure readings on both days are greater than 140 mmHg and/or the diastolic blood pressure readings on both days are greater than 90 mmHg,” says a WHO fact sheet on hypertension.Blood pressure is measured in units of millimeters of mercury, or mmHg. It is recorded as two numbers, the systolic or upper value first, followed by the diastolic or lower value. About 1.13 billion people around the world have high blood pressure, with the majority living in low- and middle-income countries. This leads to about 9.4 million deaths annually, says the WHO.‘Not approved by health authorities’ – expertSome studies have documented the potential of garlic in lowering high blood pressure in a similar way to standard medication. A review of trials involving garlic concludes that the vitamin B status of an individual is “an important factor for the responsiveness of high blood pressure to garlic”.But Basden Onwubere, a professor of medicine at the University of Nigeria in southeastern Nigeria, was sceptical. He told Africa Check: “Such prescriptions cannot be made by doctors.” “There are studies that have been published about the use of garlic in managing some health conditions but I am not aware of any traditional medicine that has been approved officially by Nafdac for use in managing high blood pressure,” he said.Nafdac is Nigeria’s National Agency for Food and Drug Administration and Control, responsible for regulating and controlling drugs, among other substances.Onwubere said: “Until that [approval] becomes available, what we are using now is the orthodox way of managing hypertension. This is medication and advice on managing the patient’s diet.”Africa Check has also checked claims on Facebook that ginger or ginger tea can prevent heart attack and stroke, and that mixing lemon, ginger and garlic cures high blood pressure. Like this claim, we found no conclusive evidence to support these. Experts advise those with high or elevated blood pressure to ignore miracle cures promoted on social media and seek proper medical care.",,"No, don’t use garlic to lower blood pressure","Garlic, high blood pressure",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,2,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,2,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,3,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,w,w,.,w,e,b,m,d,.,c,o,m,/,v,i,t,a,m,i,n,s,/,a,i,/,i,n,g,r,e,d,i,e,n,t,m,o,n,o,-,3,0,0,/,g,a,r,l,i,c,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,n,o,n,c,o,m,m,u,n,i,c,a,b,l,e,-,d,i,s,e,a,s,e,s,-,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,b,o,o,k,s,/,N,B,K,2,7,9,2,5,1,/,,,h,t,t,p,s,:,/,/,w,w,w,.,h,e,a,r,t,.,o,r,g,/,e,n,/,h,e,a,l,t,h,-,t,o,p,i,c,s,/,h,i,g,h,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e,/,u,n,d,e,r,s,t,a,n,d,i,n,g,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e,-,r,e,a,d,i,n,g,s,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,n,o,n,c,o,m,m,u,n,i,c,a,b,l,e,-,d,i,s,e,a,s,e,s,-,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,4,2,6,6,2,5,0,/,,,h,t,t,p,s,:,/,/,a,c,a,d,e,m,i,c,.,o,u,p,.,c,o,m,/,j,n,/,a,r,t,i,c,l,e,/,1,4,6,/,2,/,3,8,9,S,/,4,5,8,4,6,9,8,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,6,9,6,6,1,0,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,n,.,e,d,u,.,n,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,a,f,d,a,c,.,g,o,v,.,n,g,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,g,i,n,g,e,r,-,o,r,-,g,i,n,g,e,r,-,t,e,a,-,w,o,n,t,-,p,r,e,v,e,n,t,-,h,e,a,r,t,-,a,t,t,a,c,k,-,a,n,d,-,s,t,r,o,k,e,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,n,o,-,l,e,m,o,n,-,g,i,n,g,e,r,-,a,n,d,-,g,a,r,l,i,c,-,w,o,n,t,-,c,u,r,e,-,h,i,g,h,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e" -3,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-martine-moise-first-lady-haiti-not-dead,,2021-07-28,africacheck,,"Martine Moïse, the wife of Haiti’s assassinated president, is dead, claims a post shared on Facebook in Nigeria in July 2021.On 7 July, Haitian president Jovenel Moïse was assassinated in his private residence in the capital, Port-au-Prince. His wife, Martine Moïse, was also shot in the attack. Haiti is an island nation in the Caribbean Sea.The post claims that the “First Lady died from her injuries”, after being “rushed to hospital” and “despite the doctors’ best efforts”. The post includes photos of the couple. But is Martine Moïse dead?Alive and well Moïse was seriously injured during the assassination and was flown to Florida in the US for medical treatment.But on 17 July she spoke to the media from her hospital bed, confirming she was alive and well.In an article updated 17 July, she was pictured wearing a bulletproof vest as she returned to Port-au-Prince.Moïse also spoke at her late husband’s funeral on 22 July.",,"No, Martine Moïse, first lady of Haiti, not dead",,,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,c,f,r,.,o,r,g,/,i,n,-,b,r,i,e,f,/,a,s,s,a,s,s,i,n,a,t,i,o,n,-,h,a,i,t,i,a,n,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,w,h,a,t,-,k,n,o,w,,,h,t,t,p,s,:,/,/,w,w,w,.,c,f,r,.,o,r,g,/,i,n,-,b,r,i,e,f,/,a,s,s,a,s,s,i,n,a,t,i,o,n,-,h,a,i,t,i,a,n,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,w,h,a,t,-,k,n,o,w,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,a,r,t,i,n,e,j,m,o,i,s,e,?,l,a,n,g,=,e,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,H,a,i,t,i,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,n,e,w,s,.,s,k,y,.,c,o,m,/,s,t,o,r,y,/,w,i,f,e,-,o,f,-,a,s,s,a,s,s,i,n,a,t,e,d,-,h,a,i,t,i,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,s,p,e,a,k,s,-,f,r,o,m,-,h,o,s,p,i,t,a,l,-,b,e,d,-,1,2,3,5,3,3,4,2,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,m,a,r,t,i,n,e,-,m,o,i,s,e,-,w,i,f,e,-,o,f,-,a,s,s,a,s,s,i,n,a,t,e,d,-,p,r,e,s,i,d,e,n,t,-,m,a,k,e,s,-,s,u,r,p,r,i,s,e,-,r,e,t,u,r,n,-,t,o,-,h,a,i,t,i,-,1,1,6,2,6,5,6,4,4,9,1,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,2,1,/,0,7,/,1,7,/,1,0,1,7,3,9,8,2,1,9,/,m,a,r,t,i,n,e,-,m,o,i,s,e,-,w,i,f,e,-,o,f,-,s,l,a,i,n,-,p,r,e,s,i,d,e,n,t,-,r,e,t,u,r,n,s,-,t,o,-,h,a,i,t,i,,,h,t,t,p,s,:,/,/,w,w,w,.,v,o,a,n,e,w,s,.,c,o,m,/,a,m,e,r,i,c,a,s,/,g,u,n,f,i,r,e,-,p,r,o,t,e,s,t,s,-,d,i,s,r,u,p,t,-,f,u,n,e,r,a,l,-,h,a,i,t,i,s,-,a,s,s,a,s,s,i,n,a,t,e,d,-,p,r,e,s,i,d,e,n,t" -4,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/biafran-independence-movement-leader-nnamdi-kanu-arrested-not-fake-news,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that Nnamdi Kanu, leader of the Indigenous People of Biafra (Ipob), was not arrested, despite news reports saying he was.It reads: “Nnamdi Kanu Arrest. Nigerians and there fake news flying upandan [up and down].” Biafra was a region that roughly correlates with Nigeria’s South East geopolitical zone today.  In May 1967, Biafra declared its independence from the rest of the country. A civil war followed, ending in January 1970 with Biafra’s defeat.  There are continued calls for Biafran independence, most notably by Ipob. But has Kanu, who has been living in London in the UK, been arrested?Kanu arrested and arraigned in courtThere have been multiple reports in the mainstream media of Kanu’s arrest, both in Nigeria and internationally.He was arrested on 27 June 2021 through joint efforts by Nigerian security agents and the International Criminal Police Organization, or Interpol. But officials have not disclosed where and how.According to Nigeria's justice minister, Abubakar Malami, Kanu was brought back to Nigeria to face trial, after jumping bail in 2019.‘11-count charge’Kanu was previously arrested on 14 October 2015 on 11 charges, including terrorism, treasonable felony and managing an unlawful society. He was granted bail in 2017.He is also accused of inciting violence against the Nigerian state and institutions through TV, radio and online broadcasts, and of instigating violence, particularly in southeastern Nigeria.Kanu appeared before a federal high court in Abuja on 29 June 2021, two days after his arrest. While all the details are still to emerge at the time of writing, claims that he was not arrested are false.",,Biafran independence movement leader Nnamdi Kanu arrested – not ‘fake news’,,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,.,p,h,p,?,f,b,i,d,=,1,5,8,2,3,8,5,6,1,9,1,2,1,8,6,&,s,e,t,=,p,c,b,.,1,5,8,2,3,8,6,0,1,9,1,2,1,8,2,&,t,y,p,e,=,3,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,8,8,0,5,0,9,5,9,3,1,3,0,4,3,/,p,o,s,t,s,/,4,6,6,5,2,3,6,5,4,7,9,9,1,0,6,/,?,_,_,c,f,t,_,_,[,0,],=,A,Z,V,b,T,-,n,A,-,y,A,j,w,p,g,s,A,h,c,1,l,4,N,B,v,q,1,n,g,x,o,Q,L,V,Y,c,2,l,Z,N,P,4,J,9,v,Z,m,r,z,X,0,0,u,N,U,b,E,z,M,H,p,7,H,n,7,b,7,M,I,c,Q,C,W,7,A,d,Y,Y,k,w,p,s,A,k,w,q,S,P,P,A,a,d,i,k,i,b,V,N,_,p,f,Y,b,Z,a,1,W,c,K,c,J,C,r,N,N,g,P,G,q,s,9,r,4,2,h,c,r,l,q,-,A,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,f,o,r,e,i,g,n,p,o,l,i,c,y,.,c,o,m,/,2,0,2,0,/,0,6,/,1,1,/,n,i,g,e,r,i,a,-,b,i,a,f,r,a,-,k,a,n,u,-,r,e,c,o,n,c,i,l,i,a,t,i,o,n,-,i,n,d,e,p,e,n,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,8,8,0,5,0,9,5,9,3,1,3,0,4,3,/,p,o,s,t,s,/,4,6,6,5,2,3,6,5,4,7,9,9,1,0,6,/,?,_,_,c,f,t,_,_,[,0,],=,A,Z,V,b,T,-,n,A,-,y,A,j,w,p,g,s,A,h,c,1,l,4,N,B,v,q,1,n,g,x,o,Q,L,V,Y,c,2,l,Z,N,P,4,J,9,v,Z,m,r,z,X,0,0,u,N,U,b,E,z,M,H,p,7,H,n,7,b,7,M,I,c,Q,C,W,7,A,d,Y,Y,k,w,p,s,A,k,w,q,S,P,P,A,a,d,i,k,i,b,V,N,_,p,f,Y,b,Z,a,1,W,c,K,c,J,C,r,N,N,g,P,G,q,s,9,r,4,2,h,c,r,l,q,-,A,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,i,a,f,r,a,,,h,t,t,p,s,:,/,/,w,w,w,.,r,e,s,e,a,r,c,h,g,a,t,e,.,n,e,t,/,f,i,g,u,r,e,/,M,a,p,-,o,f,-,N,i,g,e,r,i,a,-,a,n,d,-,i,t,s,-,g,e,o,p,o,l,i,t,i,c,a,l,-,z,o,n,e,s,-,N,o,r,t,h,-,C,e,n,t,r,a,l,-,B,e,n,u,e,-,F,C,T,-,K,o,g,i,-,K,w,a,r,a,_,f,i,g,1,_,2,5,6,6,1,4,6,0,5,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,i,a,f,r,a,,,h,t,t,p,s,:,/,/,f,o,r,e,i,g,n,p,o,l,i,c,y,.,c,o,m,/,2,0,2,0,/,0,6,/,1,1,/,n,i,g,e,r,i,a,-,b,i,a,f,r,a,-,k,a,n,u,-,r,e,c,o,n,c,i,l,i,a,t,i,o,n,-,i,n,d,e,p,e,n,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,u,g,o,b,e,s,t,i,k,y,.,c,o,m,/,w,p,-,c,o,n,t,e,n,t,/,u,p,l,o,a,d,s,/,2,0,1,9,/,0,9,/,F,B,_,I,M,G,_,1,5,6,8,1,3,8,8,2,5,5,8,2,9,8,9,8,-,7,5,0,x,4,3,0,.,j,p,g,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,g,u,a,r,d,i,a,n,.,c,o,m,/,w,o,r,l,d,/,2,0,2,1,/,j,u,n,/,2,9,/,b,i,a,f,r,a,-,s,e,p,a,r,a,t,i,s,t,-,l,e,a,d,e,r,-,a,r,r,e,s,t,e,d,-,a,n,d,-,e,x,t,r,a,d,i,t,e,d,-,t,o,-,n,i,g,e,r,i,a,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,t,e,r,p,o,l,.,i,n,t,/,e,n,,,h,t,t,p,s,:,/,/,e,d,i,t,i,o,n,.,c,n,n,.,c,o,m,/,2,0,2,1,/,0,6,/,2,9,/,a,f,r,i,c,a,/,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,n,i,g,e,r,i,a,-,i,n,t,l,/,i,n,d,e,x,.,h,t,m,l,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,0,5,6,6,-,u,p,d,a,t,e,d,-,n,n,a,m,d,i,-,k,a,n,u,-,r,e,-,a,r,r,e,s,t,e,d,-,r,e,t,u,r,n,e,d,-,t,o,-,n,i,g,e,r,i,a,-,m,a,l,a,m,i,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,0,5,6,6,-,u,p,d,a,t,e,d,-,n,n,a,m,d,i,-,k,a,n,u,-,r,e,-,a,r,r,e,s,t,e,d,-,r,e,t,u,r,n,e,d,-,t,o,-,n,i,g,e,r,i,a,-,m,a,l,a,m,i,.,h,t,m,l,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,n,n,a,m,d,i,-,k,a,n,u,-,a,p,p,e,a,r,s,-,i,n,-,c,o,u,r,t,-,a,f,t,e,r,-,r,e,-,a,r,r,e,s,t,/" -5,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-yoruba-separatist-sunday-adeyemo-still-custody-republic-benin-wife-released,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria on 20 July 2021 claims that Sunday Adeyemo and his wife Ropo Adeyemo have been released from custody in Benin and allowed to board a plane to Germany.Adeyemo, popularly known as Sunday Igboho, has been campaigning for the self-determination of the Yoruba people in southwestern Nigeria.The Facebook post reads: “Breaking news!!!! Sunday Adeyemo (AKA) Igboho and his wife German citizen has been released and allows to board plane on their way to Germany #BeninRepublicNoBeKenya.”The post has been shared several times and some commenters were happy.One Facebook user said: “Just can't express my joy for the great news!!!”Another said: “Good to hear this, shame to the haters.”However, others said the claim was not true.Were Sunday and Ropo Adeyemo jailed and have they been released from custody in Benin?Igboho still held but wife releasedThe Adeyemos fled Nigeria for the neighbouring Republic of Benin in early July after their Ibadan home was raided by the the Department of State Services.Ammunition and weapons were found on the premises during the raid.The Nigerian government then issued a warrant for Sunday Adeyemo’s arrest.On 19 July, the couple were arrested in the port city of Cotonou by Beninoise authorities while trying to travel to Germany. Ropo Adeyemo lives in Germany.The charges brought by the Beninoise court were for immigration-related offences. It ordered Ropo’s release while Sunday remained in custody. His trial continued on 26 July. The claims on Facebook are false.",,"No, Yoruba separatist Sunday Adeyemo still in custody in Republic of Benin, wife released",,,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,9,3,4,2,7,5,,,h,t,t,p,s,:,/,/,w,w,w,.,n,g,n,e,w,s,2,4,7,.,c,o,m,/,s,u,n,d,a,y,-,i,g,b,o,h,o,-,b,i,o,g,r,a,p,h,y,-,w,f,e,-,a,g,e,-,h,o,u,s,e,-,s,o,n,s,-,f,a,m,i,l,y,-,n,e,t,-,w,o,r,t,h,-,c,a,r,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,t,o,p,-,n,e,w,s,/,4,7,1,2,8,8,-,l,a,g,o,s,-,r,a,l,l,y,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,y,o,r,u,b,a,-,n,a,t,i,o,n,-,c,a,m,p,a,i,g,n,e,r,s,-,s,e,t,-,f,o,r,-,s,h,o,w,d,o,w,n,-,w,i,t,h,-,p,o,l,i,c,e,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,e,n,i,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,9,3,4,2,7,5,,,h,t,t,p,s,:,/,/,w,w,w,.,d,s,s,.,g,o,v,.,n,g,/,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,d,s,s,-,d,e,c,l,a,r,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,n,t,e,d,-,c,o,n,f,i,r,m,s,-,r,a,i,d,-,o,n,-,h,i,s,-,r,e,s,i,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,d,s,s,-,d,e,c,l,a,r,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,n,t,e,d,-,c,o,n,f,i,r,m,s,-,r,a,i,d,-,o,n,-,h,i,s,-,r,e,s,i,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,4,7,4,9,-,h,o,w,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,s,-,a,r,r,e,s,t,e,d,-,i,n,-,b,e,n,i,n,-,r,e,p,u,b,l,i,c,.,h,t,m,l,,,h,t,t,p,:,/,/,s,a,h,a,r,a,r,e,p,o,r,t,e,r,s,.,c,o,m,/,2,0,2,1,/,0,7,/,2,2,/,b,r,e,a,k,i,n,g,-,b,e,n,i,n,e,s,e,-,c,o,u,r,t,-,r,e,l,e,a,s,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,%,E,2,%,8,0,%,9,9,s,-,w,i,f,e,-,o,r,d,e,r,s,-,i,g,b,o,h,o,-,r,e,m,a,i,n,-,c,u,s,t,o,d,y,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,e,n,i,n,o,i,s,e,-,c,o,u,r,t,s,-,n,o,t,-,u,s,e,d,-,t,o,-,l,a,r,g,e,-,c,r,o,w,d,s,-,i,g,b,o,h,o,s,-,l,a,w,y,e,r,s,-,c,a,u,t,i,o,n,-,s,u,p,p,o,r,t,e,r,s,/" -6,,,,Misleading,Keegan Leech,,,africacheck,https://africacheck.org/about/authors/keegan-leech,https://africacheck.org/fact-checks/reports/no-south-africa-does-not-account-50-global-mining-deaths,About 50% of global mining deaths occur in South Africa.,2021-07-28,africacheck,,"Messages posted on Twitter and Facebook claim that 50% of global mining deaths occur in South Africa.But the figure is taken from a 2020 report by the International Council on Mining and Minerals, which only records the deaths reported by its 28 member companies. This is not all the mining deaths in the world.There is a lack of reliable global statistics on mining fatalities. Deaths from mining diseases, and the deaths of contractors and small-scale miners, tend to be under-reported.“About 50% of global mining deaths occur in South Africa. Yet no single mining executive has been held accountable,” reads a tweet with more than 850 likes, which has been shared over 500 times on Twitter. The claim has also been posted on Facebook and other social media.When another user asked for “receipts” supporting the claim, the person who posted it said the data came from the International Council on Mining and Metals. Is the claim backed by data? We checked. Only 28 members included in rankingThe source of this claim is a 2020 report published by the International Council on Mining and Minerals (ICMM). The mining association collates the number of workplace accidents and fatalities recorded by its members.But the ICMM told Africa Check that its 28 member companies represent only about a third of the global mining industry. Not all mining companies are members and not all countries are represented. According to the report, South Africa recorded 22 out of 44 fatalities in 2020. This is 50% of deaths reported by its members – not 50% of global deaths. South Africa also accounted for more total working hours than any other individual country: 17.7% of all recorded hours in 2020.Government records more mining deathsSouth Africa has regularly fared worst in the ICMM’s safety reports. It has contributed the most deaths every year since 2015, the first year the council recorded location data. The one exception was 2019, when the Brumadinho dam disaster in Brazil claimed more than 250 lives.But the ICMM’s records likely don’t even represent all mining deaths in South Africa. The last year the country’s department of mineral resources and energy released a tally of mining fatalities was 2018. In that year, the department recorded 81 fatalities, while South African ICMM members recorded just 14.Data on global mining deaths is limited According to the Minerals Council South Africa (MCSA), another mining industry employers’ organisation, the ICMM’s 28 members “exclude huge numbers of mining businesses in many parts of the world, including some major mining jurisdictions, most notably China”.But determining the total number of mining fatalities around the world is not easy.“There is no one record of all industry fatalities,” the ICMM told Africa Check. “Individual companies will release their fatality numbers in their own sustainability and annual reports.”In 2019 the Wall Street Journal reported that many of the world’s mining fatalities may not even be counted. Its analysis of mining companies’ safety reports found that many did not record the deaths of contractors, workers transporting extracted minerals or deaths at joint mining ventures, which are managed by more than one company.The journal even found that more than half of the people who died in the 2019 Brumadinho dam disaster may not have been included in the official mining death toll. Deaths from mining diseases are even more likely to go unrecorded.Artisanal mining deaths may not be recordedAnother category of fatalities which may go overlooked is artisanal mining. In 2013, the World Bank estimated that there were “approximately 100 million artisanal miners globally”. This form of small-scale mining is often, but not always, conducted illegally. Deaths in this sector are more likely to go unrecorded. In June 2021 the bodies of 20 people believed to be illegal miners or “zama-zamas” were found near abandoned mine shafts in Johannesburg. In a 2016 report, human rights organisation Amnesty International said that in artisanal cobalt mines in the Democratic Republic of the Congo, “many accidents go unrecorded and bodies are left buried in the rubble”.And a 2004 publication by philanthropy organisation Oxfam, in collaboration with environmental non-profit Earthworks, found that “health and safety data for ASM [artisanal and small-scale mining] are sketchy, but the sector appears to experience a significantly higher accident rate than the industry as a whole”.Conclusion: South Africa accounts for 50% of mining deaths recorded by 28 companies in a single report – not 50% of global deaths. A widely shared social media post claims that South Africa accounted for “about 50% of global mining deaths”. But the report cited as evidence gives mining fatalities for 28 companies in 2020. That year South Africa accounted for half of the 44 recorded fatalities. The report likely doesn't even represent all mining deaths in South Africa. It also excludes major miners and mining countries such as China. We therefore rate the claim misleading. But data on global mining fatalities is fraught with problems. Beyond the lack of reliable global statistics, deaths from disease, and the deaths of contractors and small-scale miners, are regularly under-reported across the world. More and better data is needed to accurately determine how many deaths are due to mining, both globally and in South Africa.",,"No, South Africa does not account for ‘50% of global mining deaths’","mining, global, deaths",,,,,"h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,S,c,r,e,e,n,s,h,o,t,_,2,0,2,1,-,0,6,-,2,1,_,a,t,_,1,6,-,0,0,-,4,7,_,T,_,o,n,_,T,w,i,t,t,e,r,.,p,n,g,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,o,k,h,a,t,h,i,/,s,t,a,t,u,s,/,1,4,0,6,1,3,4,7,7,3,2,3,2,4,1,8,8,1,7,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,M,d,u,Z,o,n,d,o,/,p,o,s,t,s,/,4,0,8,5,2,0,6,8,9,1,5,3,4,3,9,3,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,a,n,h,l,a,m,z,a,/,s,t,a,t,u,s,/,1,4,0,6,4,9,1,7,8,7,5,4,4,4,3,2,6,4,3,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,o,k,h,a,t,h,i,/,s,t,a,t,u,s,/,1,4,0,6,1,3,4,7,7,3,2,3,2,4,1,8,8,1,7,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,2,0,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,a,b,o,u,t,-,u,s,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,a,b,o,u,t,-,u,s,/,o,u,r,-,m,e,m,b,e,r,s,/,m,e,m,b,e,r,-,c,o,m,p,a,n,i,e,s,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,9,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,8,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,5,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,3,0,3,2,4,3,4,2,0,3,0,0,1,9,2,,,h,t,t,p,s,:,/,/,w,w,w,.,d,m,r,.,g,o,v,.,z,a,/,,,h,t,t,p,s,:,/,/,w,w,w,.,d,m,r,.,g,o,v,.,z,a,/,P,o,r,t,a,l,s,/,0,/,R,e,s,o,u,r,c,e,s,/,A,n,n,u,a,l,%,2,0,R,e,p,o,r,t,s,/,D,M,R,_,a,n,n,u,a,l,_,r,e,p,o,r,t,_,2,0,1,9,_,l,o,w,%,2,0,r,e,s,.,p,d,f,?,v,e,r,=,2,0,1,9,-,1,1,-,0,5,-,1,6,1,4,1,2,-,8,8,3,#,p,a,g,e,=,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,8,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,m,i,n,e,r,a,l,s,c,o,u,n,c,i,l,.,o,r,g,.,z,a,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,t,h,e,-,h,i,d,d,e,n,-,d,e,a,t,h,s,-,o,f,-,m,i,n,i,n,g,-,1,1,5,7,7,8,2,5,5,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,t,h,e,-,h,i,d,d,e,n,-,d,e,a,t,h,s,-,o,f,-,m,i,n,i,n,g,-,1,1,5,7,7,8,2,5,5,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,e,i,t,i,.,o,r,g,/,A,S,M,,,h,t,t,p,s,:,/,/,w,w,w,.,w,o,r,l,d,b,a,n,k,.,o,r,g,/,e,n,/,t,o,p,i,c,/,e,x,t,r,a,c,t,i,v,e,i,n,d,u,s,t,r,i,e,s,/,b,r,i,e,f,/,a,r,t,i,s,a,n,a,l,-,a,n,d,-,s,m,a,l,l,-,s,c,a,l,e,-,m,i,n,i,n,g,,,h,t,t,p,s,:,/,/,w,w,w,.,t,i,m,e,s,l,i,v,e,.,c,o,.,z,a,/,n,e,w,s,/,s,o,u,t,h,-,a,f,r,i,c,a,/,2,0,2,1,-,0,6,-,1,5,-,t,w,e,n,t,y,-,b,o,d,i,e,s,-,o,f,-,a,l,l,e,g,e,d,-,z,a,m,a,-,z,a,m,a,s,-,f,o,u,n,d,-,o,u,t,s,i,d,e,-,k,l,e,r,k,s,d,o,r,p,/,,,h,t,t,p,s,:,/,/,w,w,w,.,a,m,n,e,s,t,y,u,s,a,.,o,r,g,/,r,e,p,o,r,t,s,/,t,h,i,s,-,i,s,-,w,h,a,t,-,w,e,-,d,i,e,-,f,o,r,-,h,u,m,a,n,-,r,i,g,h,t,s,-,a,b,u,s,e,s,-,i,n,-,t,h,e,-,d,e,m,o,c,r,a,t,i,c,-,r,e,p,u,b,l,i,c,-,o,f,-,t,h,e,-,c,o,n,g,o,-,p,o,w,e,r,-,t,h,e,-,g,l,o,b,a,l,-,t,r,a,d,e,-,i,n,-,c,o,b,a,l,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,a,m,n,e,s,t,y,u,s,a,.,o,r,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,p,u,b,l,i,c,a,t,i,o,n,s,/,d,i,r,t,y,_,m,e,t,a,l,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,o,x,f,a,m,.,o,r,g,/,e,n,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,c,m,s,/,a,s,s,e,t,s,/,u,p,l,o,a,d,s,/,a,r,c,h,i,v,e,/,f,i,l,e,s,/,p,u,b,l,i,c,a,t,i,o,n,s,/,D,i,r,t,y,M,e,t,a,l,s,_,W,o,r,k,e,r,s,.,p,d,f,#,p,a,g,e,=,2" -7,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/lemon-zobo-baya-maganin-zazzabi-aje-asibiti,,2021-07-27,africacheck,,"Wani rubutu da aka buga a Facebook yayi iƙirarin cewa lemon zoɓo “na maganin zazzaɓi.”“ Yadda ake lemon zoɓo na magani,” rubutun ya fara. Ya bayyana yadda za ayi  lemon da a fara  jiƙa ganyen zoɓo, abarba, ganyen lemongiras, citta, biturut, lemon zaƙi, kankana da ruwa.Zoɓo dai wani lemo ne da ya shahara a Najeriya, wanda ake yi da busasshiyar filawar itacen rosilli. Itacen rosilli, wanda ake kira da habiscus sabdariffa a kimiyance ya fito ne daga ayarin itatuwan Malvaceae. Yana fitowa a wurare masu zafi, yana kuma da launin kore mai duhu ko jajayen kara da ganye.Shin lemon da aka bayyana a rubutun yana maganin zazzaɓi?  Abubuwa da dama na jawo zazzaɓiZazzaɓi shine ƙaruwar zafin jiki sama da maki 37 a ma’aunin selshiyos. Wanda ke nuna alamun shigar cuta, kamar yadda Mayo Clinic suka bayyana. Wasu daga cikin alamun zazzaɓi sun haɗa da ciwon kai, rawar jiki, rashin ɗanɗano, rashin ruwa a jiki da kuma kasala. Hukumar lafiya ta Britaniyya(NHS) tace abubuwa da cututtaka da dama na iya jawo zazzaɓi. Yana kuma daga cikin alamun cutar Covid-19.Mutane- manya da yara- idan zazzaɓi ya kama su tare da ciwon kai mai zafi, jijjiga, rikicewar tunani, yawan amai, ciwon ciki da wahala wajen numfashi, ana basu shawarar zuwa asibiti cikin gaggawa.Kada a ɗauki zazzaɓi akan abu mai sauƙi“ Wannan haɗin gargajiya ne, ayi watsi da shi,” Cewar Marycelin Baba, Farfesa a fannin ƙwayoyin cuta ta jami’ar Maiduguri, kamar yadda ta shaidawa Africa Check.Baba wadda suka wallafa wata takarda akan gaza gane cutar zazzaɓin cizon sauro da zazzaɓin taifot. “ Babu wata hujja a kimiyance da ta goyi da bayan wannan da’awar,”  cewar Farfesar. “ Wannan haɗi baya magani ko hana zazzaɓi. Ƴaƴan itatuwan da aka lissafa na da muhimmanci  a jiki amma ba maganin zazzaɓi ba ne”.Baba ta ƙara da cewa: Idan an kamu da zazzaɓi, a hanzarta zuwa asibiti. Kada a dogara da haɗe-haɗe. Kada a ɗauki zazzaɓi da wasa.”",,Lemon Zoɓo baya maganin zazzaɓi- aje asibiti,"zobo, Incorrect",,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,5,3,4,7,0,5,9,8,3,7,4,0,0,0,/,p,e,r,m,a,l,i,n,k,/,1,6,2,9,6,4,9,8,6,0,7,5,6,0,6,1,/,?,_,_,c,f,t,_,_,%,5,b,0,%,5,d,=,A,Z,X,e,w,-,F,y,o,s,d,U,N,v,m,F,i,Q,H,u,2,W,m,j,B,T,b,E,0,I,-,j,l,6,f,F,v,T,m,V,0,n,Z,L,l,l,E,a,K,q,8,2,p,D,D,0,k,J,l,1,k,s,h,M,k,y,h,X,x,K,F,0,T,8,Y,L,X,_,s,3,b,U,y,z,E,t,Z,R,a,H,-,b,D,e,D,u,N,0,n,0,s,c,1,H,b,g,p,3,l,2,k,A,a,I,K,L,J,U,p,z,f,2,F,-,2,u,7,t,f,o,Q,U,6,o,5,e,4,r,M,3,j,I,M,N,j,N,2,h,Z,K,W,9,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,t,h,e,n,a,t,i,o,n,o,n,l,i,n,e,n,g,.,n,e,t,/,i,n,t,e,r,e,s,t,i,n,g,-,f,a,c,t,s,-,z,o,b,o,-,r,o,s,e,l,l,e,-,d,r,i,n,k,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,n,t,/,r,o,s,e,l,l,e,-,p,l,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,n,h,s,.,u,k,/,s,e,a,r,c,h,/,r,e,s,u,l,t,s,?,q,=,F,e,v,e,r,&,p,a,g,e,=,0,,,h,t,t,p,s,:,/,/,w,w,w,.,h,e,a,l,t,h,.,h,a,r,v,a,r,d,.,e,d,u,/,d,i,s,e,a,s,e,s,-,a,n,d,-,c,o,n,d,i,t,i,o,n,s,/,c,o,v,i,d,-,1,9,-,b,a,s,i,c,s,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,i,m,a,i,d,.,e,d,u,.,n,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,l,o,n,g,d,o,m,.,o,r,g,/,p,r,o,c,e,e,d,i,n,g,s,/,a,r,b,o,v,i,r,u,s,-,c,o,i,n,f,e,c,t,i,o,n,s,-,i,n,-,s,u,s,p,e,c,t,e,d,-,f,e,b,r,i,l,e,-,m,a,l,a,r,i,a,-,a,n,d,-,t,y,p,h,o,i,d,-,p,a,t,i,e,n,t,s,-,a,-,w,o,r,r,i,s,o,m,e,-,s,i,t,u,a,t,i,o,n,-,i,n,-,n,i,g,e,r,i,a,-,8,5,.,h,t,m,l" -8,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/masanin-kwayoyin-cuta-montagnier-bai-ce-duk-wadanda-aka-yiwa-allurar-rigakafi,,2021-07-27,africacheck,,"Shin Luc Montagnier, ƙwararre akan ƙwayoyin cuta ɗan ƙasar Faransa yace duk waɗanda aka yiwa allurar rigakafi zasu mutu cikin shekaru biyu? Wannan rubutu ne da ke ta yawo a WhatsApp, Facebook da Instagram a Najeriya a watan Mayu 2021.Da dama daga rubutun da ake yaɗawa na nuna hoton Montagnier da taken: “ Duk waɗanda aka yiwa allurar rigakifi zasu mutu cikin shekaru biyu.”“ Luc Montagnier wanda ya samu lambar yabo ta Nobel ya tabbatar da cewa babu dama mutum ya cigaba da rayuwa bayan ya yi kowacce daga alluran rigakafin,” rubutu da ake fi yaɗawa ke cewa.“ A wata ganawa da akayi da shi, babban ƙwararre akan ƙwayoyin cuta ya ce: ‘ babu dama, sannan babu magani ga waɗanda suka riga sukayi allurar rigakafin. Mu shirya ƙona gawawwaki.’ Masanin kimiyar ya kuma goyi da bayan da’awowin wasu masana ƙwayoyin cuta bayan yayi nazarin abubuwa da ke ɗauke  acikin alluran rigakafin. Duk zasu mutu daga haɓakar ƙwayoyin kare ƙwayar cuta a jiki. Babu abun da za a kuma cewa.”Da dama daga rubutukan da ake yaɗawa an alaƙanta su ga wani rubutu a shafin yanar gizo na LifeSiteNews, wanda ke da taƙen: Wanda ya ci lambar yabo ta nobel: Taron llurar rigakafin Covid ‘kuskure ne da ba a amince da shi ba.”Da gaske Montagnier ya ce duk waɗanda aka yiwa alllurar rigakafi zasu mutu cikin shekaru biyu? Ƙarya aka alaƙanta masa, ‘ labaran ƙarya aka kwaikwaya’Wanda aka haifa a ranar 18 ga watan Agusta 1932, Luc Montagnier masanin binciken kimiyyyar ɗan asalin ƙasar Faransa, wanda ya samu tarin nasarori da suka haɗa da lambar yabo ta Nobel a shekarar 2008 akan ilimin sanin halittar ɗan adam da likitanci. Ya kuma jagoranci tawagar masana da suka gano ƙwayar cutar ƙanjamau (HIV) da kuma abun da ke jawo karyewar garkuwar jiki ( Aids)Rubutun da LifeSiteNews tayi, wanda aka buga ranar 19 ga Mayu, ya ambato wata hira da Montagnier “ wadda gidauniyar RAIR ta ƙasar Amurka suka fassara kuma suka wallafa a jiya.” Gidauniyar ta bayyana kanta a matsayin “ wani yunƙuri don ƙwanto jamhuriyar mu daga mutane da ƙungiyoyin da suka haɗa kai don yaƙi da Amurka, tsarin mulki, iyakokin mu da kare ɗabi’un yahudu da nasara”.A cewar LifeSiteNews, Montagnier ya kira “ allurar rigakafin cutar korona da abun da ba a yi tunani ba, kuma babban kuskure a tarihi da ke haifar da nau’ikan cutar, wadda ke ta jawo mace-mace daga cutar”. “ Babban kuskure ne, ko ba haka ba? Kuskure a kimiyance, a kuma likitance. Kuskure ne da ba za a taɓa amincewa da shi ba,” Sun wallafo Montagnier na cewa. “ Littattafan tarihi zasu tabbatar da haka, saboda allurar rigakafin ke jawo nau’oin cutar.”Sai dai babu inda rubutun ya ambato Montagnier ya ce duk waɗanda aka yiwa allurar zasu mutu cikin shekaru biyu, ko kuma “ mu shirya ƙona gawawwaki”.A ranar 27 ga Mayu, LifeSiteNews suka ƙara sabunta rubutun. “ Yayin da LifeSiteNews ta ruwaito abun da Montagnier ya faɗa, wasu masana kimiyya sun yi watsi da rubutun sa, na cewa alluran rigakafin na jawo sababbin nau’ikan cutar,” sabon rubutu ya fara da cewa. Ya kuma ƙare da cewa: “ Abu na biyu shine, Montagnier bai ce duk wanda aka yiwa gwajin  allurar rigakafin Covid-19 ‘zai mutu’ cikin shekaru biyu ba. Wannan maganar an ƙage ta, an danganta masa ita a matsayin labaran ƙarya da ya ke ta bazuwa.”Ba mu samu wata hujja da ta tabbatar da cewa Montagnier yayi waɗannan kalamai ba.",,Masanin ƙwayoyin cuta Montagnier bai ce ‘ duk waɗanda aka yiwa allurar rigakafi zasu mutu cikin shekaru biyu’,,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,b,i,o,g,r,a,p,h,y,/,L,u,c,-,M,o,n,t,a,g,n,i,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,.,p,h,p,?,f,b,i,d,=,2,9,6,1,1,1,4,4,9,0,8,8,2,0,4,4,&,s,e,t,=,a,.,1,4,1,6,4,5,3,8,5,5,3,4,8,1,2,3,&,t,y,p,e,=,3,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,1,0,0,0,0,2,8,6,9,5,8,3,1,2,0,/,v,i,d,e,o,s,/,3,8,5,9,0,0,4,1,7,7,5,3,8,5,3,0,/,?,_,_,t,n,_,_,=,%,2,C,O,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,P,j,H,9,c,i,h,f,L,7,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,1,0,0,0,0,2,8,6,9,5,8,3,1,2,0,/,v,i,d,e,o,s,/,3,8,5,9,0,0,4,1,7,7,5,3,8,5,3,0,/,?,_,_,t,n,_,_,=,%,2,C,O,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,P,j,H,9,c,i,h,f,L,7,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,a,b,o,u,t,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,t,o,p,i,c,/,N,o,b,e,l,-,P,r,i,z,e,,,h,t,t,p,s,:,/,/,w,w,w,.,m,e,d,i,a,t,h,e,q,u,e,.,l,i,n,d,a,u,-,n,o,b,e,l,.,o,r,g,/,l,a,u,r,e,a,t,e,s,/,m,o,n,t,a,g,n,i,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,r,a,i,r,f,o,u,n,d,a,t,i,o,n,.,c,o,m,/,a,b,o,u,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s" -9,,,,False,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/fbchecks/no-asymptomatic-covid-patients-can-transmit-virus-and-masks-work,,2021-07-28,africacheck,,"A Facebook video posted on 5 July 2021 claims that studies show asymptomatic Covid-19 patients – people who don’t get sick – can’t transmit the new coronavirus. It also says the US Centers for Disease Control (CDC) published a review of studies and found wearing a mask doesn’t stop the spread of Covid.In the video, a woman appears to be standing at a podium, talking to an audience off camera. She says: “Nearly 500 people were recently exposed to a Covid positive asymptomatic carrier. Zero got sick. Asymptomatic carriers of Covid do not spread disease.”She goes on to claim: “The CDC a couple weeks ago did a study where they looked at every single other study in the entire world on face mask wearing and this is what they found. The CDC found, quote, ‘no reduction in viral transmission with the use of face masks’.”The words “the information is there dont say u wernt warned” are printed on the video. It’s been shared more than 1,200 times so far, including in South Africa. Since Covid-19 was declared a pandemic in early 2020, the World Health Organization has warned that Covid patients who don’t show any symptoms of the disease can still spread it to others. It also says masks are a “key measure to suppress transmission and save lives”.Do studies prove that asymptomatic Covid-19 patients can’t spread the disease? And has a CDC analysis found that masks don’t reduce transmission?Video of US attorney Leigh DundasThe video does not identify the woman, where she is, or when the video was taken. It’s poor quality, taken from an original that doesn’t appear to be online anymore.But we did find a short video on Vimeo of a woman named Leigh Dundas, speaking on 13 April. Based on her voice, hairstyle, clothing and the background, it’s likely that the video on Facebook shows this woman, at the same event.In the Vimeo video she identifies herself as a human rights attorney. The video is captioned “Leigh Dundas, Board of Supervisors, April 13 2021”. Dundas, a US attorney, publicly supports that country’s anti-vaccination movement. Voice of OC reports that, in May, she helped organise residents in California’s Orange county to go to local Board of Education meetings to petition against mandatory vaccinations and “vaccine passports”.As Africa Check has found, there is no such thing as mandatory or “universal” vaccination in the US. And vaccine passports don’t exist there.Asymptomatic patients can transmit the virusIn the Facebook video, Dundas refers to a May 2020 study in Wuhan, China. It’s titled A study on infectivity of asymptomatic SARS-CoV-2 carriers. The Covid-19 pandemic is thought to have started in Wuhan.The researchers studied 455 people who had been in contact with asymptomatic Covid-positive patients. None of the 455 tested positive for Covid-19. But the study didn’t find that people with asymptomatic Covid-19 can’t transmit the virus. Instead, it concluded that “the infectivity of some asymptomatic SARS-CoV-2 carriers might be weak”. SARS-CoV-2 is the formal name of the new coronavirus that causes Covid-19.Other studies of asymptomatic carriers have found that they can transmit the virus.A January 2021 study looked at 2,250 people in a “confined” community of university staff in the Canadian province of Quebec. Confinement, the study says, is “used to reflect social restrictions instructed by Quebec's government”.It found that 1.82% of the staff were asymptomatic carriers. None had contact with any known Covid patients. The researchers concluded: “Our results raise concerns about the possibility of viral spread through asymptomatic transmission.” But they added that the rate of asymptomatic transmission was unknown.In February 2021, a study based on daily mass screenings of some 20,000 residents of Luxembourg, a small country in Europe, was published. It found that, on average, asymptomatic patients infected the same number of people as patients with Covid-19 symptoms. The researchers concluded: “Asymptomatic carriers represent a significant risk for transmission.”CDC: Masks reduce Covid spreadAnd what about Dundas’s claim that a CDC analysis had found that masks didn’t reduce the amount of coronavirus transmitted between people?This is not what the CDC website says. A science brief on the site, updated on 7 May 2021, quotes several studies that found face masks reduced the risk of Covid-19 infection by as much as 79%, and had led to declines in daily new cases.The CDC concludes: “Experimental and epidemiological data support community masking to reduce the spread of SARS-CoV-2.” The CDC also says that making people wear masks can help prevent possible lockdowns in the future. The benefits increase when people are also required to use other measures against Covid: social distancing, hand washing and good ventilation. Conclusion: Video’s claims are falseIn a video posted on Facebook, US anti-vaccination advocate and lawyer Leigh Dundas claims that asymptomatic Covid-19 patients can’t transmit the virus. She also says a study by the US Centers for Disease Control found that masks don’t reduce the spread of the disease.But the CDC study doesn’t conclude that asymptomatic patients can’t transmit the virus. And  other studies have found that asymptomatic patients do transmit the virus. The CDC has published studies supporting the benefits of masks, and says wearing masks can reduce the spread of Covid-19.",,"No, asymptomatic Covid patients can transmit the virus, and masks work",,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,z,a,a,y,i,i,n,.,y,e,l,l,o,d,d,/,v,i,d,e,o,s,/,v,b,.,1,0,0,0,6,6,6,6,5,8,8,2,5,1,0,/,2,4,7,0,8,4,3,8,0,5,5,7,2,0,6,/,?,t,y,p,e,=,2,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,c,o,v,i,d,-,1,9,-,h,o,w,-,i,s,-,i,t,-,t,r,a,n,s,m,i,t,t,e,d,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,e,m,e,r,g,e,n,c,i,e,s,/,d,i,s,e,a,s,e,s,/,n,o,v,e,l,-,c,o,r,o,n,a,v,i,r,u,s,-,2,0,1,9,/,q,u,e,s,t,i,o,n,-,a,n,d,-,a,n,s,w,e,r,s,-,h,u,b,/,q,-,a,-,d,e,t,a,i,l,/,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,c,o,v,i,d,-,1,9,-,m,a,s,k,s,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,v,i,m,e,o,.,c,o,m,/,5,3,7,2,0,3,2,0,1,,,h,t,t,p,s,:,/,/,w,w,w,.,r,a,w,s,t,o,r,y,.,c,o,m,/,l,e,i,g,h,-,d,u,n,d,a,s,/,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,O,r,a,n,g,e,+,C,o,u,n,t,y,,,+,C,A,,,+,U,S,A,/,@,3,3,.,6,3,9,4,8,7,7,,,-,1,1,8,.,3,2,9,8,9,4,2,,,9,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,8,0,d,c,9,2,5,c,5,4,d,5,f,7,c,f,:,0,x,d,e,a,6,c,3,6,1,8,f,f,0,d,6,0,7,!,8,m,2,!,3,d,3,3,.,7,1,7,4,7,0,8,!,4,d,-,1,1,7,.,8,3,1,1,4,2,8,,,h,t,t,p,s,:,/,/,v,o,i,c,e,o,f,o,c,.,o,r,g,/,2,0,2,1,/,0,5,/,o,c,-,s,u,p,e,r,v,i,s,o,r,s,-,d,e,b,a,t,e,-,c,a,n,c,e,l,l,i,n,g,-,d,i,g,i,t,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,r,e,c,o,r,d,s,-,h,u,n,d,r,e,d,s,-,o,f,-,p,e,o,p,l,e,-,r,a,i,l,-,a,g,a,i,n,s,t,-,v,a,c,c,i,n,e,-,p,a,s,s,p,o,r,t,s,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,n,o,-,u,s,-,s,u,p,r,e,m,e,-,c,o,u,r,t,-,h,a,s,n,t,-,r,u,l,e,d,-,a,g,a,i,n,s,t,-,u,n,i,v,e,r,s,a,l,-,v,a,c,c,i,n,a,t,i,o,n,-,t,h,e,r,e,s,-,n,o,-,s,u,c,h,,,h,t,t,p,s,:,/,/,a,p,n,e,w,s,.,c,o,m,/,a,r,t,i,c,l,e,/,f,a,c,t,-,c,h,e,c,k,i,n,g,-,a,f,s,:,C,o,n,t,e,n,t,:,1,0,0,5,1,8,1,7,1,7,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,W,u,h,a,n,,,+,H,u,b,e,i,,,+,C,h,i,n,a,/,@,3,0,.,5,6,8,4,0,7,3,,,1,1,4,.,0,2,0,1,9,2,2,,,1,0,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,3,4,2,e,a,e,f,8,d,d,8,5,f,2,6,f,:,0,x,3,9,c,2,c,9,a,c,6,c,5,8,2,2,1,0,!,8,m,2,!,3,d,3,0,.,5,9,2,8,4,9,!,4,d,1,1,4,.,3,0,5,5,3,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,C,h,i,n,a,/,@,3,4,.,4,5,0,4,1,5,7,,,8,6,.,0,4,5,8,2,7,4,,,4,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,3,1,5,0,8,e,6,4,e,5,c,6,4,2,c,1,:,0,x,9,5,1,d,a,a,7,c,3,4,9,f,3,6,6,f,!,8,m,2,!,3,d,3,5,.,8,6,1,6,6,!,4,d,1,0,4,.,1,9,5,3,9,7,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,a,t,u,r,e,.,c,o,m,/,a,r,t,i,c,l,e,s,/,d,4,1,5,8,6,-,0,2,1,-,0,0,5,0,2,-,4,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,7,2,1,9,4,2,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,e,m,e,r,g,e,n,c,i,e,s,/,d,i,s,e,a,s,e,s,/,n,o,v,e,l,-,c,o,r,o,n,a,v,i,r,u,s,-,2,0,1,9,/,t,e,c,h,n,i,c,a,l,-,g,u,i,d,a,n,c,e,/,n,a,m,i,n,g,-,t,h,e,-,c,o,r,o,n,a,v,i,r,u,s,-,d,i,s,e,a,s,e,-,(,c,o,v,i,d,-,2,0,1,9,),-,a,n,d,-,t,h,e,-,v,i,r,u,s,-,t,h,a,t,-,c,a,u,s,e,s,-,i,t,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,C,a,n,a,d,a,/,@,5,6,,,-,9,6,,,3,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,b,0,d,0,3,d,3,3,7,c,c,6,a,d,9,:,0,x,9,9,6,8,b,7,2,a,a,2,4,3,8,f,a,5,!,8,m,2,!,3,d,5,6,.,1,3,0,3,6,6,!,4,d,-,1,0,6,.,3,4,6,7,7,1,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,Q,u,e,b,e,c,,,+,C,a,n,a,d,a,/,@,5,3,.,4,7,3,3,0,1,7,,,-,7,7,.,4,0,2,8,6,0,3,,,5,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,c,5,8,b,5,3,4,9,f,d,1,a,8,a,1,:,0,x,1,0,4,0,c,a,d,a,e,4,d,0,0,2,0,!,8,m,2,!,3,d,5,2,.,9,3,9,9,1,5,9,!,4,d,-,7,3,.,5,4,9,1,3,6,1,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,1,9,6,6,5,5,3,2,0,3,0,7,8,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,L,u,x,e,m,b,o,u,r,g,/,@,4,9,.,8,4,2,3,3,5,7,,,1,.,6,4,8,9,5,6,4,,,6,z,/,d,a,t,a,=,!,4,m,5,!,3,m,4,!,1,s,0,x,4,7,9,5,4,5,b,9,c,a,2,1,2,1,4,7,:,0,x,6,4,d,b,6,0,f,6,0,2,d,3,9,2,e,f,!,8,m,2,!,3,d,4,9,.,8,1,5,2,7,3,!,4,d,6,.,1,2,9,5,8,3,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,l,a,n,c,e,t,.,c,o,m,/,j,o,u,r,n,a,l,s,/,l,a,n,e,p,e,/,a,r,t,i,c,l,e,/,P,I,I,S,2,6,6,6,-,7,7,6,2,(,2,1,),0,0,0,3,3,-,8,/,f,u,l,l,t,e,x,t,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,s,c,i,e,n,c,e,/,s,c,i,e,n,c,e,-,b,r,i,e,f,s,/,m,a,s,k,i,n,g,-,s,c,i,e,n,c,e,-,s,a,r,s,-,c,o,v,2,.,h,t,m,l" -10,,,,Partlyfalse,Mary Alexander,,,africacheck,https://africacheck.org/about/authors/mary-alexander,https://africacheck.org/fact-checks/fbchecks/photo-2018-fuel-tax-protest-france-not-demonstrators-unleashing-truth-variant,,2021-07-28,africacheck,,"“Greece and France... Yep its happening, time to unlesh the new TRUTH variant,” reads the caption of two photos of what seem to be mass protests, posted on Facebook in July 2021 and shared in South Africa.The first photo shows a huge crowd of people on an avenue in Paris, France’s capital city. The city’s famous Arc de Triomphe can be seen in the background. Many in the crowd are wearing yellow reflective vests.The second photo is of another crowd, flanked by police, in a city square. The flag of Greece can be seen waving in the crowd.The photos were also posted on an Australia-based Facebook page, with a similar caption: “Greece & France! Thousands rally against COVID-19 vaccinations and government restrictions.”But do the photos really show people “unleashing the TRUTH variant” in protests against Covid-19 measures in Greece and France?Protest against vaccinations in Greece, against fuel tax in FranceA Google reverse image search of the second photo reveals that it does indeed show a rally against Covid-19 vaccinations, in the Greek capital of Athens on 14 July.The photo appears in an article on M3 News, an international online news magazine.“More than 5,000 anti-vaccine protesters, some of them waving Greek flags and wooden crosses, rallied in Athens on Wednesday to oppose Greece’s coronavirus vaccinations program,” the article reads.It adds: “Protests are fairly common in Greece and there have been several in recent months on issues ranging from new labour law to the most recent Israeli military campaign on Gaza.”But a TinEye reverse image search of the first photo, filtered for the oldest version, reveals that it has been online since at least 4 December 2018 – over a year before the coronavirus was first identified in late December 2019.The photo can be found on the French-language stock photo website Divergence Images. A machine translation of its caption reads: “Demonstration of the Yellow Vests on the Champs-Elysees, Paris on November 24, 2018.” It was taken by Olivier Coret.According to the US National Public Radio website, the 2018 yellow vests protests in France were sparked by the announcement of a new environmental tax on fuel.“Nicknamed for the safety vests worn by protesters, known as gilets jaunes, the yellow vest movement has sparked a political crisis for the French government,” the NPR says.“The protests started in the French provinces but spread to Paris, where demonstrations turned into riots over the weekend and scenes of violent civil unrest played out along the city's famous Avenue des Champs Élysées.”The second photo does show a protest against Covid-19 vaccinations, in Greece, but the first photo is of a demonstration against a fuel tax in France, more than two and a half years ago.",,Photo of 2018 fuel tax protest in France – not demonstrators ‘unleashing truth variant’ against Covid measures,"fuel tax, protest, covid, Covid-19",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,s,o,n,i,a,.,b,o,n,a,c,c,i,/,p,o,s,t,s,/,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,P,a,r,i,s,,,+,F,r,a,n,c,e,/,@,4,8,.,8,5,8,9,5,0,7,,,2,.,2,7,7,0,2,0,1,,,1,2,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,4,7,e,6,6,e,1,f,0,6,e,2,b,7,0,f,:,0,x,4,0,b,8,2,c,3,6,8,8,c,9,4,6,0,!,8,m,2,!,3,d,4,8,.,8,5,6,6,1,4,!,4,d,2,.,3,5,2,2,2,1,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,F,r,a,n,c,e,/,@,4,6,.,1,3,8,9,6,9,6,,,-,2,.,4,3,6,8,0,9,4,,,6,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,d,5,4,a,0,2,9,3,3,7,8,5,7,3,1,:,0,x,6,b,f,d,3,f,9,6,c,7,4,7,d,9,f,7,!,8,m,2,!,3,d,4,6,.,2,2,7,6,3,8,!,4,d,2,.,2,1,3,7,4,9,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,@,4,8,.,8,7,4,1,0,1,9,,,2,.,2,9,3,7,2,8,,,3,a,,,7,5,y,,,1,1,1,.,8,8,h,,,8,5,.,6,9,t,/,d,a,t,a,=,!,3,m,6,!,1,e,1,!,3,m,4,!,1,s,s,b,f,l,l,I,b,d,q,W,_,y,l,z,U,N,m,O,c,Y,b,g,!,2,e,0,!,7,i,1,6,3,8,4,!,8,i,8,1,9,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,7,1,8,3,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,r,e,e,k,a,.,c,o,m,/,g,r,e,e,c,e,-,h,i,s,t,o,r,y,/,f,l,a,g,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,G,r,e,e,c,e,/,@,3,8,.,0,6,0,2,9,7,6,,,1,9,.,9,9,1,2,2,,,6,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,1,3,5,b,4,a,c,7,1,1,7,1,6,c,6,3,:,0,x,3,6,3,a,1,7,7,5,d,c,9,a,2,d,1,d,!,8,m,2,!,3,d,3,9,.,0,7,4,2,0,8,!,4,d,2,1,.,8,2,4,3,1,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,h,r,a,a,u,s,t,r,a,l,i,a,/,p,o,s,t,s,/,2,9,0,2,7,9,9,6,2,8,9,0,6,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,7,1,8,3,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,A,t,h,e,n,s,,,+,G,r,e,e,c,e,/,@,3,7,.,9,9,0,8,9,9,7,,,2,3,.,7,0,3,3,1,9,8,,,1,3,z,/,d,a,t,a,=,!,3,m,1,!,4,b,1,!,4,m,5,!,3,m,4,!,1,s,0,x,1,4,a,1,b,d,1,f,0,6,7,0,4,3,f,1,:,0,x,2,7,3,6,3,5,4,5,7,6,6,6,8,d,d,d,!,8,m,2,!,3,d,3,7,.,9,8,3,8,0,9,6,!,4,d,2,3,.,7,2,7,5,3,8,8,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,i,n,-,g,r,e,e,c,e,-,t,h,o,u,s,a,n,d,s,-,r,a,l,l,y,-,a,g,a,i,n,s,t,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,a,t,i,o,n,s,/,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,c,o,n,t,a,c,t,/,s,t,a,f,f,-,d,i,r,e,c,t,o,r,y,/,,,h,t,t,p,s,:,/,/,m,w,3,.,n,e,w,s,/,i,n,-,g,r,e,e,c,e,-,t,h,o,u,s,a,n,d,s,-,r,a,l,l,y,-,a,g,a,i,n,s,t,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,a,t,i,o,n,s,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,T,i,n,E,y,e,-,G,r,e,e,c,e,-,p,r,o,t,e,s,t,s,.,j,p,g,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6,,,h,t,t,p,:,/,/,w,w,w,.,d,i,v,e,r,g,e,n,c,e,-,i,m,a,g,e,s,.,c,o,m,/,o,l,i,v,i,e,r,-,c,o,r,e,t,/,r,e,p,o,r,t,a,g,e,s,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,O,C,O,1,1,9,3,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,r,e,f,-,O,C,O,1,1,9,3,0,0,1,.,h,t,m,l,,,h,t,t,p,s,:,/,/,t,r,a,n,s,l,a,t,e,.,g,o,o,g,l,e,.,c,o,m,/,t,r,a,n,s,l,a,t,e,?,s,l,=,a,u,t,o,&,t,l,=,e,n,&,u,=,h,t,t,p,:,/,/,w,w,w,.,d,i,v,e,r,g,e,n,c,e,-,i,m,a,g,e,s,.,c,o,m,/,o,l,i,v,i,e,r,-,c,o,r,e,t,/,r,e,p,o,r,t,a,g,e,s,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,O,C,O,1,1,9,3,/,g,i,l,e,t,s,-,j,a,u,n,e,s,-,c,h,a,m,p,s,-,e,l,y,s,e,e,s,-,r,e,f,-,O,C,O,1,1,9,3,0,0,1,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,1,8,/,1,2,/,0,3,/,6,7,2,8,6,2,3,5,3,/,w,h,o,-,a,r,e,-,f,r,a,n,c,e,s,-,y,e,l,l,o,w,-,v,e,s,t,-,p,r,o,t,e,s,t,e,r,s,-,a,n,d,-,w,h,a,t,-,d,o,-,t,h,e,y,-,w,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,1,8,/,1,2,/,0,3,/,6,7,2,8,6,2,3,5,3,/,w,h,o,-,a,r,e,-,f,r,a,n,c,e,s,-,y,e,l,l,o,w,-,v,e,s,t,-,p,r,o,t,e,s,t,e,r,s,-,a,n,d,-,w,h,a,t,-,d,o,-,t,h,e,y,-,w,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,/,?,f,b,i,d,=,1,0,1,6,1,0,0,8,5,6,6,5,6,3,9,7,6,&,s,e,t,=,p,c,b,.,1,0,1,6,1,0,0,8,5,8,8,8,5,3,9,7,6" -11,,,,False,Oluseyi Awojulugbe,,,africacheck,https://africacheck.org/about/authors/oluseyi-awojulugbe,https://africacheck.org/fact-checks/fbchecks/no-dont-use-garlic-lower-blood-pressure,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that garlic can be used to lower high blood pressure.It also credits the World Health Organization (WHO) with saying garlic helps to reduce blood pressure in patients with moderate hypertension.“Garlic works in a way to increase the size of the arteries, which makes it easier for blood to pass. In addition, due to its diuretic properties, it reduces the volume of water in the body and therefore blood pressure,” reads part of the post.The post does include an unusual warning: “Be careful, even regular consumption of garlic does not exempt from appropriate treatment, especially in people with severe hypertension.” But is there any scientific evidence that the bulbous flowering plant can be used to manage high blood pressure? We checked.High blood pressure leads to 9.4 mn deaths annuallyAccording to the WHO, high blood pressure, also called hypertension, is when the force exerted by blood pushing against the walls of the arteries is higher than what is considered normal.“Hypertension is diagnosed if, when it is measured on two different days, the systolic blood pressure readings on both days are greater than 140 mmHg and/or the diastolic blood pressure readings on both days are greater than 90 mmHg,” says a WHO fact sheet on hypertension.Blood pressure is measured in units of millimeters of mercury, or mmHg. It is recorded as two numbers, the systolic or upper value first, followed by the diastolic or lower value. About 1.13 billion people around the world have high blood pressure, with the majority living in low- and middle-income countries. This leads to about 9.4 million deaths annually, says the WHO.‘Not approved by health authorities’ – expertSome studies have documented the potential of garlic in lowering high blood pressure in a similar way to standard medication. A review of trials involving garlic concludes that the vitamin B status of an individual is “an important factor for the responsiveness of high blood pressure to garlic”.But Basden Onwubere, a professor of medicine at the University of Nigeria in southeastern Nigeria, was sceptical. He told Africa Check: “Such prescriptions cannot be made by doctors.” “There are studies that have been published about the use of garlic in managing some health conditions but I am not aware of any traditional medicine that has been approved officially by Nafdac for use in managing high blood pressure,” he said.Nafdac is Nigeria’s National Agency for Food and Drug Administration and Control, responsible for regulating and controlling drugs, among other substances.Onwubere said: “Until that [approval] becomes available, what we are using now is the orthodox way of managing hypertension. This is medication and advice on managing the patient’s diet.”Africa Check has also checked claims on Facebook that ginger or ginger tea can prevent heart attack and stroke, and that mixing lemon, ginger and garlic cures high blood pressure. Like this claim, we found no conclusive evidence to support these. Experts advise those with high or elevated blood pressure to ignore miracle cures promoted on social media and seek proper medical care.",,"No, don’t use garlic to lower blood pressure","Garlic, high blood pressure",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,2,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,2,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,A,d,u,r,a,m,i,g,b,a,h,e,r,b,a,l,r,e,m,e,d,y,/,p,o,s,t,s,/,2,9,3,9,5,0,4,8,5,7,6,9,1,6,2,?,_,r,d,c,=,3,&,_,r,d,r,,,h,t,t,p,s,:,/,/,w,w,w,.,w,e,b,m,d,.,c,o,m,/,v,i,t,a,m,i,n,s,/,a,i,/,i,n,g,r,e,d,i,e,n,t,m,o,n,o,-,3,0,0,/,g,a,r,l,i,c,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,n,o,n,c,o,m,m,u,n,i,c,a,b,l,e,-,d,i,s,e,a,s,e,s,-,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,b,o,o,k,s,/,N,B,K,2,7,9,2,5,1,/,,,h,t,t,p,s,:,/,/,w,w,w,.,h,e,a,r,t,.,o,r,g,/,e,n,/,h,e,a,l,t,h,-,t,o,p,i,c,s,/,h,i,g,h,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e,/,u,n,d,e,r,s,t,a,n,d,i,n,g,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e,-,r,e,a,d,i,n,g,s,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,n,o,n,c,o,m,m,u,n,i,c,a,b,l,e,-,d,i,s,e,a,s,e,s,-,h,y,p,e,r,t,e,n,s,i,o,n,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,4,2,6,6,2,5,0,/,,,h,t,t,p,s,:,/,/,a,c,a,d,e,m,i,c,.,o,u,p,.,c,o,m,/,j,n,/,a,r,t,i,c,l,e,/,1,4,6,/,2,/,3,8,9,S,/,4,5,8,4,6,9,8,,,h,t,t,p,s,:,/,/,w,w,w,.,n,c,b,i,.,n,l,m,.,n,i,h,.,g,o,v,/,p,m,c,/,a,r,t,i,c,l,e,s,/,P,M,C,6,9,6,6,1,0,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,n,.,e,d,u,.,n,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,n,a,f,d,a,c,.,g,o,v,.,n,g,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,g,i,n,g,e,r,-,o,r,-,g,i,n,g,e,r,-,t,e,a,-,w,o,n,t,-,p,r,e,v,e,n,t,-,h,e,a,r,t,-,a,t,t,a,c,k,-,a,n,d,-,s,t,r,o,k,e,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,n,o,-,l,e,m,o,n,-,g,i,n,g,e,r,-,a,n,d,-,g,a,r,l,i,c,-,w,o,n,t,-,c,u,r,e,-,h,i,g,h,-,b,l,o,o,d,-,p,r,e,s,s,u,r,e" -12,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-martine-moise-first-lady-haiti-not-dead,,2021-07-28,africacheck,,"Martine Moïse, the wife of Haiti’s assassinated president, is dead, claims a post shared on Facebook in Nigeria in July 2021.On 7 July, Haitian president Jovenel Moïse was assassinated in his private residence in the capital, Port-au-Prince. His wife, Martine Moïse, was also shot in the attack. Haiti is an island nation in the Caribbean Sea.The post claims that the “First Lady died from her injuries”, after being “rushed to hospital” and “despite the doctors’ best efforts”. The post includes photos of the couple. But is Martine Moïse dead?Alive and well Moïse was seriously injured during the assassination and was flown to Florida in the US for medical treatment.But on 17 July she spoke to the media from her hospital bed, confirming she was alive and well.In an article updated 17 July, she was pictured wearing a bulletproof vest as she returned to Port-au-Prince.Moïse also spoke at her late husband’s funeral on 22 July.",,"No, Martine Moïse, first lady of Haiti, not dead",,,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,c,f,r,.,o,r,g,/,i,n,-,b,r,i,e,f,/,a,s,s,a,s,s,i,n,a,t,i,o,n,-,h,a,i,t,i,a,n,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,w,h,a,t,-,k,n,o,w,,,h,t,t,p,s,:,/,/,w,w,w,.,c,f,r,.,o,r,g,/,i,n,-,b,r,i,e,f,/,a,s,s,a,s,s,i,n,a,t,i,o,n,-,h,a,i,t,i,a,n,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,w,h,a,t,-,k,n,o,w,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,a,r,t,i,n,e,j,m,o,i,s,e,?,l,a,n,g,=,e,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,H,a,i,t,i,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,N,G,B,R,E,A,K,I,N,G,N,E,W,S,/,p,o,s,t,s,/,1,9,9,9,0,9,1,4,2,3,5,8,7,5,8,3,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,n,e,w,s,.,s,k,y,.,c,o,m,/,s,t,o,r,y,/,w,i,f,e,-,o,f,-,a,s,s,a,s,s,i,n,a,t,e,d,-,h,a,i,t,i,-,p,r,e,s,i,d,e,n,t,-,j,o,v,e,n,e,l,-,m,o,i,s,e,-,s,p,e,a,k,s,-,f,r,o,m,-,h,o,s,p,i,t,a,l,-,b,e,d,-,1,2,3,5,3,3,4,2,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,m,a,r,t,i,n,e,-,m,o,i,s,e,-,w,i,f,e,-,o,f,-,a,s,s,a,s,s,i,n,a,t,e,d,-,p,r,e,s,i,d,e,n,t,-,m,a,k,e,s,-,s,u,r,p,r,i,s,e,-,r,e,t,u,r,n,-,t,o,-,h,a,i,t,i,-,1,1,6,2,6,5,6,4,4,9,1,,,h,t,t,p,s,:,/,/,w,w,w,.,n,p,r,.,o,r,g,/,2,0,2,1,/,0,7,/,1,7,/,1,0,1,7,3,9,8,2,1,9,/,m,a,r,t,i,n,e,-,m,o,i,s,e,-,w,i,f,e,-,o,f,-,s,l,a,i,n,-,p,r,e,s,i,d,e,n,t,-,r,e,t,u,r,n,s,-,t,o,-,h,a,i,t,i,,,h,t,t,p,s,:,/,/,w,w,w,.,v,o,a,n,e,w,s,.,c,o,m,/,a,m,e,r,i,c,a,s,/,g,u,n,f,i,r,e,-,p,r,o,t,e,s,t,s,-,d,i,s,r,u,p,t,-,f,u,n,e,r,a,l,-,h,a,i,t,i,s,-,a,s,s,a,s,s,i,n,a,t,e,d,-,p,r,e,s,i,d,e,n,t" -13,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/biafran-independence-movement-leader-nnamdi-kanu-arrested-not-fake-news,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that Nnamdi Kanu, leader of the Indigenous People of Biafra (Ipob), was not arrested, despite news reports saying he was.It reads: “Nnamdi Kanu Arrest. Nigerians and there fake news flying upandan [up and down].” Biafra was a region that roughly correlates with Nigeria’s South East geopolitical zone today.  In May 1967, Biafra declared its independence from the rest of the country. A civil war followed, ending in January 1970 with Biafra’s defeat.  There are continued calls for Biafran independence, most notably by Ipob. But has Kanu, who has been living in London in the UK, been arrested?Kanu arrested and arraigned in courtThere have been multiple reports in the mainstream media of Kanu’s arrest, both in Nigeria and internationally.He was arrested on 27 June 2021 through joint efforts by Nigerian security agents and the International Criminal Police Organization, or Interpol. But officials have not disclosed where and how.According to Nigeria's justice minister, Abubakar Malami, Kanu was brought back to Nigeria to face trial, after jumping bail in 2019.‘11-count charge’Kanu was previously arrested on 14 October 2015 on 11 charges, including terrorism, treasonable felony and managing an unlawful society. He was granted bail in 2017.He is also accused of inciting violence against the Nigerian state and institutions through TV, radio and online broadcasts, and of instigating violence, particularly in southeastern Nigeria.Kanu appeared before a federal high court in Abuja on 29 June 2021, two days after his arrest. While all the details are still to emerge at the time of writing, claims that he was not arrested are false.",,Biafran independence movement leader Nnamdi Kanu arrested – not ‘fake news’,,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,.,p,h,p,?,f,b,i,d,=,1,5,8,2,3,8,5,6,1,9,1,2,1,8,6,&,s,e,t,=,p,c,b,.,1,5,8,2,3,8,6,0,1,9,1,2,1,8,2,&,t,y,p,e,=,3,&,t,h,e,a,t,e,r,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,8,8,0,5,0,9,5,9,3,1,3,0,4,3,/,p,o,s,t,s,/,4,6,6,5,2,3,6,5,4,7,9,9,1,0,6,/,?,_,_,c,f,t,_,_,[,0,],=,A,Z,V,b,T,-,n,A,-,y,A,j,w,p,g,s,A,h,c,1,l,4,N,B,v,q,1,n,g,x,o,Q,L,V,Y,c,2,l,Z,N,P,4,J,9,v,Z,m,r,z,X,0,0,u,N,U,b,E,z,M,H,p,7,H,n,7,b,7,M,I,c,Q,C,W,7,A,d,Y,Y,k,w,p,s,A,k,w,q,S,P,P,A,a,d,i,k,i,b,V,N,_,p,f,Y,b,Z,a,1,W,c,K,c,J,C,r,N,N,g,P,G,q,s,9,r,4,2,h,c,r,l,q,-,A,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,f,o,r,e,i,g,n,p,o,l,i,c,y,.,c,o,m,/,2,0,2,0,/,0,6,/,1,1,/,n,i,g,e,r,i,a,-,b,i,a,f,r,a,-,k,a,n,u,-,r,e,c,o,n,c,i,l,i,a,t,i,o,n,-,i,n,d,e,p,e,n,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,8,8,0,5,0,9,5,9,3,1,3,0,4,3,/,p,o,s,t,s,/,4,6,6,5,2,3,6,5,4,7,9,9,1,0,6,/,?,_,_,c,f,t,_,_,[,0,],=,A,Z,V,b,T,-,n,A,-,y,A,j,w,p,g,s,A,h,c,1,l,4,N,B,v,q,1,n,g,x,o,Q,L,V,Y,c,2,l,Z,N,P,4,J,9,v,Z,m,r,z,X,0,0,u,N,U,b,E,z,M,H,p,7,H,n,7,b,7,M,I,c,Q,C,W,7,A,d,Y,Y,k,w,p,s,A,k,w,q,S,P,P,A,a,d,i,k,i,b,V,N,_,p,f,Y,b,Z,a,1,W,c,K,c,J,C,r,N,N,g,P,G,q,s,9,r,4,2,h,c,r,l,q,-,A,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,i,a,f,r,a,,,h,t,t,p,s,:,/,/,w,w,w,.,r,e,s,e,a,r,c,h,g,a,t,e,.,n,e,t,/,f,i,g,u,r,e,/,M,a,p,-,o,f,-,N,i,g,e,r,i,a,-,a,n,d,-,i,t,s,-,g,e,o,p,o,l,i,t,i,c,a,l,-,z,o,n,e,s,-,N,o,r,t,h,-,C,e,n,t,r,a,l,-,B,e,n,u,e,-,F,C,T,-,K,o,g,i,-,K,w,a,r,a,_,f,i,g,1,_,2,5,6,6,1,4,6,0,5,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,i,a,f,r,a,,,h,t,t,p,s,:,/,/,f,o,r,e,i,g,n,p,o,l,i,c,y,.,c,o,m,/,2,0,2,0,/,0,6,/,1,1,/,n,i,g,e,r,i,a,-,b,i,a,f,r,a,-,k,a,n,u,-,r,e,c,o,n,c,i,l,i,a,t,i,o,n,-,i,n,d,e,p,e,n,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,u,g,o,b,e,s,t,i,k,y,.,c,o,m,/,w,p,-,c,o,n,t,e,n,t,/,u,p,l,o,a,d,s,/,2,0,1,9,/,0,9,/,F,B,_,I,M,G,_,1,5,6,8,1,3,8,8,2,5,5,8,2,9,8,9,8,-,7,5,0,x,4,3,0,.,j,p,g,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,g,u,a,r,d,i,a,n,.,c,o,m,/,w,o,r,l,d,/,2,0,2,1,/,j,u,n,/,2,9,/,b,i,a,f,r,a,-,s,e,p,a,r,a,t,i,s,t,-,l,e,a,d,e,r,-,a,r,r,e,s,t,e,d,-,a,n,d,-,e,x,t,r,a,d,i,t,e,d,-,t,o,-,n,i,g,e,r,i,a,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,t,e,r,p,o,l,.,i,n,t,/,e,n,,,h,t,t,p,s,:,/,/,e,d,i,t,i,o,n,.,c,n,n,.,c,o,m,/,2,0,2,1,/,0,6,/,2,9,/,a,f,r,i,c,a,/,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,n,i,g,e,r,i,a,-,i,n,t,l,/,i,n,d,e,x,.,h,t,m,l,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,r,e,a,k,i,n,g,-,n,n,a,m,d,i,-,k,a,n,u,-,a,r,r,e,s,t,e,d,-,s,a,y,s,-,m,a,l,a,m,i,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,0,5,6,6,-,u,p,d,a,t,e,d,-,n,n,a,m,d,i,-,k,a,n,u,-,r,e,-,a,r,r,e,s,t,e,d,-,r,e,t,u,r,n,e,d,-,t,o,-,n,i,g,e,r,i,a,-,m,a,l,a,m,i,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,0,5,6,6,-,u,p,d,a,t,e,d,-,n,n,a,m,d,i,-,k,a,n,u,-,r,e,-,a,r,r,e,s,t,e,d,-,r,e,t,u,r,n,e,d,-,t,o,-,n,i,g,e,r,i,a,-,m,a,l,a,m,i,.,h,t,m,l,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,n,n,a,m,d,i,-,k,a,n,u,-,a,p,p,e,a,r,s,-,i,n,-,c,o,u,r,t,-,a,f,t,e,r,-,r,e,-,a,r,r,e,s,t,/" -14,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-yoruba-separatist-sunday-adeyemo-still-custody-republic-benin-wife-released,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria on 20 July 2021 claims that Sunday Adeyemo and his wife Ropo Adeyemo have been released from custody in Benin and allowed to board a plane to Germany.Adeyemo, popularly known as Sunday Igboho, has been campaigning for the self-determination of the Yoruba people in southwestern Nigeria.The Facebook post reads: “Breaking news!!!! Sunday Adeyemo (AKA) Igboho and his wife German citizen has been released and allows to board plane on their way to Germany #BeninRepublicNoBeKenya.”The post has been shared several times and some commenters were happy.One Facebook user said: “Just can't express my joy for the great news!!!”Another said: “Good to hear this, shame to the haters.”However, others said the claim was not true.Were Sunday and Ropo Adeyemo jailed and have they been released from custody in Benin?Igboho still held but wife releasedThe Adeyemos fled Nigeria for the neighbouring Republic of Benin in early July after their Ibadan home was raided by the the Department of State Services.Ammunition and weapons were found on the premises during the raid.The Nigerian government then issued a warrant for Sunday Adeyemo’s arrest.On 19 July, the couple were arrested in the port city of Cotonou by Beninoise authorities while trying to travel to Germany. Ropo Adeyemo lives in Germany.The charges brought by the Beninoise court were for immigration-related offences. It ordered Ropo’s release while Sunday remained in custody. His trial continued on 26 July. The claims on Facebook are false.",,"No, Yoruba separatist Sunday Adeyemo still in custody in Republic of Benin, wife released",,,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,9,3,4,2,7,5,,,h,t,t,p,s,:,/,/,w,w,w,.,n,g,n,e,w,s,2,4,7,.,c,o,m,/,s,u,n,d,a,y,-,i,g,b,o,h,o,-,b,i,o,g,r,a,p,h,y,-,w,f,e,-,a,g,e,-,h,o,u,s,e,-,s,o,n,s,-,f,a,m,i,l,y,-,n,e,t,-,w,o,r,t,h,-,c,a,r,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,t,o,p,-,n,e,w,s,/,4,7,1,2,8,8,-,l,a,g,o,s,-,r,a,l,l,y,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,y,o,r,u,b,a,-,n,a,t,i,o,n,-,c,a,m,p,a,i,g,n,e,r,s,-,s,e,t,-,f,o,r,-,s,h,o,w,d,o,w,n,-,w,i,t,h,-,p,o,l,i,c,e,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,d,p,l,o,y,a,l,i,s,t,s,f,a,n,p,a,g,e,/,p,o,s,t,s,/,3,3,6,5,4,8,6,0,8,1,2,9,5,1,4,?,_,_,t,n,_,_,=,%,2,C,O,*,F,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,B,e,n,i,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,9,3,4,2,7,5,,,h,t,t,p,s,:,/,/,w,w,w,.,d,s,s,.,g,o,v,.,n,g,/,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,d,s,s,-,d,e,c,l,a,r,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,n,t,e,d,-,c,o,n,f,i,r,m,s,-,r,a,i,d,-,o,n,-,h,i,s,-,r,e,s,i,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,g,u,a,r,d,i,a,n,.,n,g,/,n,e,w,s,/,d,s,s,-,d,e,c,l,a,r,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,n,t,e,d,-,c,o,n,f,i,r,m,s,-,r,a,i,d,-,o,n,-,h,i,s,-,r,e,s,i,d,e,n,c,e,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,7,4,7,4,9,-,h,o,w,-,s,u,n,d,a,y,-,i,g,b,o,h,o,-,w,a,s,-,a,r,r,e,s,t,e,d,-,i,n,-,b,e,n,i,n,-,r,e,p,u,b,l,i,c,.,h,t,m,l,,,h,t,t,p,:,/,/,s,a,h,a,r,a,r,e,p,o,r,t,e,r,s,.,c,o,m,/,2,0,2,1,/,0,7,/,2,2,/,b,r,e,a,k,i,n,g,-,b,e,n,i,n,e,s,e,-,c,o,u,r,t,-,r,e,l,e,a,s,e,s,-,s,u,n,d,a,y,-,i,g,b,o,h,o,%,E,2,%,8,0,%,9,9,s,-,w,i,f,e,-,o,r,d,e,r,s,-,i,g,b,o,h,o,-,r,e,m,a,i,n,-,c,u,s,t,o,d,y,,,h,t,t,p,s,:,/,/,p,u,n,c,h,n,g,.,c,o,m,/,b,e,n,i,n,o,i,s,e,-,c,o,u,r,t,s,-,n,o,t,-,u,s,e,d,-,t,o,-,l,a,r,g,e,-,c,r,o,w,d,s,-,i,g,b,o,h,o,s,-,l,a,w,y,e,r,s,-,c,a,u,t,i,o,n,-,s,u,p,p,o,r,t,e,r,s,/" -15,,,,Misleading,Keegan Leech,,,africacheck,https://africacheck.org/about/authors/keegan-leech,https://africacheck.org/fact-checks/reports/no-south-africa-does-not-account-50-global-mining-deaths,About 50% of global mining deaths occur in South Africa.,2021-07-28,africacheck,,"Messages posted on Twitter and Facebook claim that 50% of global mining deaths occur in South Africa.But the figure is taken from a 2020 report by the International Council on Mining and Minerals, which only records the deaths reported by its 28 member companies. This is not all the mining deaths in the world.There is a lack of reliable global statistics on mining fatalities. Deaths from mining diseases, and the deaths of contractors and small-scale miners, tend to be under-reported.“About 50% of global mining deaths occur in South Africa. Yet no single mining executive has been held accountable,” reads a tweet with more than 850 likes, which has been shared over 500 times on Twitter. The claim has also been posted on Facebook and other social media.When another user asked for “receipts” supporting the claim, the person who posted it said the data came from the International Council on Mining and Metals. Is the claim backed by data? We checked. Only 28 members included in rankingThe source of this claim is a 2020 report published by the International Council on Mining and Minerals (ICMM). The mining association collates the number of workplace accidents and fatalities recorded by its members.But the ICMM told Africa Check that its 28 member companies represent only about a third of the global mining industry. Not all mining companies are members and not all countries are represented. According to the report, South Africa recorded 22 out of 44 fatalities in 2020. This is 50% of deaths reported by its members – not 50% of global deaths. South Africa also accounted for more total working hours than any other individual country: 17.7% of all recorded hours in 2020.Government records more mining deathsSouth Africa has regularly fared worst in the ICMM’s safety reports. It has contributed the most deaths every year since 2015, the first year the council recorded location data. The one exception was 2019, when the Brumadinho dam disaster in Brazil claimed more than 250 lives.But the ICMM’s records likely don’t even represent all mining deaths in South Africa. The last year the country’s department of mineral resources and energy released a tally of mining fatalities was 2018. In that year, the department recorded 81 fatalities, while South African ICMM members recorded just 14.Data on global mining deaths is limited According to the Minerals Council South Africa (MCSA), another mining industry employers’ organisation, the ICMM’s 28 members “exclude huge numbers of mining businesses in many parts of the world, including some major mining jurisdictions, most notably China”.But determining the total number of mining fatalities around the world is not easy.“There is no one record of all industry fatalities,” the ICMM told Africa Check. “Individual companies will release their fatality numbers in their own sustainability and annual reports.”In 2019 the Wall Street Journal reported that many of the world’s mining fatalities may not even be counted. Its analysis of mining companies’ safety reports found that many did not record the deaths of contractors, workers transporting extracted minerals or deaths at joint mining ventures, which are managed by more than one company.The journal even found that more than half of the people who died in the 2019 Brumadinho dam disaster may not have been included in the official mining death toll. Deaths from mining diseases are even more likely to go unrecorded.Artisanal mining deaths may not be recordedAnother category of fatalities which may go overlooked is artisanal mining. In 2013, the World Bank estimated that there were “approximately 100 million artisanal miners globally”. This form of small-scale mining is often, but not always, conducted illegally. Deaths in this sector are more likely to go unrecorded. In June 2021 the bodies of 20 people believed to be illegal miners or “zama-zamas” were found near abandoned mine shafts in Johannesburg. In a 2016 report, human rights organisation Amnesty International said that in artisanal cobalt mines in the Democratic Republic of the Congo, “many accidents go unrecorded and bodies are left buried in the rubble”.And a 2004 publication by philanthropy organisation Oxfam, in collaboration with environmental non-profit Earthworks, found that “health and safety data for ASM [artisanal and small-scale mining] are sketchy, but the sector appears to experience a significantly higher accident rate than the industry as a whole”.Conclusion: South Africa accounts for 50% of mining deaths recorded by 28 companies in a single report – not 50% of global deaths. A widely shared social media post claims that South Africa accounted for “about 50% of global mining deaths”. But the report cited as evidence gives mining fatalities for 28 companies in 2020. That year South Africa accounted for half of the 44 recorded fatalities. The report likely doesn't even represent all mining deaths in South Africa. It also excludes major miners and mining countries such as China. We therefore rate the claim misleading. But data on global mining fatalities is fraught with problems. Beyond the lack of reliable global statistics, deaths from disease, and the deaths of contractors and small-scale miners, are regularly under-reported across the world. More and better data is needed to accurately determine how many deaths are due to mining, both globally and in South Africa.",,"No, South Africa does not account for ‘50% of global mining deaths’","mining, global, deaths",,,,,"h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,S,c,r,e,e,n,s,h,o,t,_,2,0,2,1,-,0,6,-,2,1,_,a,t,_,1,6,-,0,0,-,4,7,_,T,_,o,n,_,T,w,i,t,t,e,r,.,p,n,g,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,o,k,h,a,t,h,i,/,s,t,a,t,u,s,/,1,4,0,6,1,3,4,7,7,3,2,3,2,4,1,8,8,1,7,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,M,d,u,Z,o,n,d,o,/,p,o,s,t,s,/,4,0,8,5,2,0,6,8,9,1,5,3,4,3,9,3,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,a,n,h,l,a,m,z,a,/,s,t,a,t,u,s,/,1,4,0,6,4,9,1,7,8,7,5,4,4,4,3,2,6,4,3,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,m,o,k,h,a,t,h,i,/,s,t,a,t,u,s,/,1,4,0,6,1,3,4,7,7,3,2,3,2,4,1,8,8,1,7,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,2,0,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,a,b,o,u,t,-,u,s,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,a,b,o,u,t,-,u,s,/,o,u,r,-,m,e,m,b,e,r,s,/,m,e,m,b,e,r,-,c,o,m,p,a,n,i,e,s,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,9,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,8,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,5,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,0,3,0,3,2,4,3,4,2,0,3,0,0,1,9,2,,,h,t,t,p,s,:,/,/,w,w,w,.,d,m,r,.,g,o,v,.,z,a,/,,,h,t,t,p,s,:,/,/,w,w,w,.,d,m,r,.,g,o,v,.,z,a,/,P,o,r,t,a,l,s,/,0,/,R,e,s,o,u,r,c,e,s,/,A,n,n,u,a,l,%,2,0,R,e,p,o,r,t,s,/,D,M,R,_,a,n,n,u,a,l,_,r,e,p,o,r,t,_,2,0,1,9,_,l,o,w,%,2,0,r,e,s,.,p,d,f,?,v,e,r,=,2,0,1,9,-,1,1,-,0,5,-,1,6,1,4,1,2,-,8,8,3,#,p,a,g,e,=,1,1,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,m,m,.,c,o,m,/,e,n,-,g,b,/,r,e,s,e,a,r,c,h,/,h,e,a,l,t,h,-,s,a,f,e,t,y,/,b,e,n,c,h,m,a,r,k,i,n,g,-,2,0,1,8,-,s,a,f,e,t,y,-,d,a,t,a,,,h,t,t,p,s,:,/,/,w,w,w,.,m,i,n,e,r,a,l,s,c,o,u,n,c,i,l,.,o,r,g,.,z,a,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,t,h,e,-,h,i,d,d,e,n,-,d,e,a,t,h,s,-,o,f,-,m,i,n,i,n,g,-,1,1,5,7,7,8,2,5,5,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,w,s,j,.,c,o,m,/,a,r,t,i,c,l,e,s,/,t,h,e,-,h,i,d,d,e,n,-,d,e,a,t,h,s,-,o,f,-,m,i,n,i,n,g,-,1,1,5,7,7,8,2,5,5,5,5,,,h,t,t,p,s,:,/,/,w,w,w,.,e,i,t,i,.,o,r,g,/,A,S,M,,,h,t,t,p,s,:,/,/,w,w,w,.,w,o,r,l,d,b,a,n,k,.,o,r,g,/,e,n,/,t,o,p,i,c,/,e,x,t,r,a,c,t,i,v,e,i,n,d,u,s,t,r,i,e,s,/,b,r,i,e,f,/,a,r,t,i,s,a,n,a,l,-,a,n,d,-,s,m,a,l,l,-,s,c,a,l,e,-,m,i,n,i,n,g,,,h,t,t,p,s,:,/,/,w,w,w,.,t,i,m,e,s,l,i,v,e,.,c,o,.,z,a,/,n,e,w,s,/,s,o,u,t,h,-,a,f,r,i,c,a,/,2,0,2,1,-,0,6,-,1,5,-,t,w,e,n,t,y,-,b,o,d,i,e,s,-,o,f,-,a,l,l,e,g,e,d,-,z,a,m,a,-,z,a,m,a,s,-,f,o,u,n,d,-,o,u,t,s,i,d,e,-,k,l,e,r,k,s,d,o,r,p,/,,,h,t,t,p,s,:,/,/,w,w,w,.,a,m,n,e,s,t,y,u,s,a,.,o,r,g,/,r,e,p,o,r,t,s,/,t,h,i,s,-,i,s,-,w,h,a,t,-,w,e,-,d,i,e,-,f,o,r,-,h,u,m,a,n,-,r,i,g,h,t,s,-,a,b,u,s,e,s,-,i,n,-,t,h,e,-,d,e,m,o,c,r,a,t,i,c,-,r,e,p,u,b,l,i,c,-,o,f,-,t,h,e,-,c,o,n,g,o,-,p,o,w,e,r,-,t,h,e,-,g,l,o,b,a,l,-,t,r,a,d,e,-,i,n,-,c,o,b,a,l,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,a,m,n,e,s,t,y,u,s,a,.,o,r,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,p,u,b,l,i,c,a,t,i,o,n,s,/,d,i,r,t,y,_,m,e,t,a,l,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,o,x,f,a,m,.,o,r,g,/,e,n,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,e,a,r,t,h,w,o,r,k,s,.,o,r,g,/,c,m,s,/,a,s,s,e,t,s,/,u,p,l,o,a,d,s,/,a,r,c,h,i,v,e,/,f,i,l,e,s,/,p,u,b,l,i,c,a,t,i,o,n,s,/,D,i,r,t,y,M,e,t,a,l,s,_,W,o,r,k,e,r,s,.,p,d,f,#,p,a,g,e,=,2" -16,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/lemon-zobo-baya-maganin-zazzabi-aje-asibiti,,2021-07-27,africacheck,,"Wani rubutu da aka buga a Facebook yayi iƙirarin cewa lemon zoɓo “na maganin zazzaɓi.”“ Yadda ake lemon zoɓo na magani,” rubutun ya fara. Ya bayyana yadda za ayi  lemon da a fara  jiƙa ganyen zoɓo, abarba, ganyen lemongiras, citta, biturut, lemon zaƙi, kankana da ruwa.Zoɓo dai wani lemo ne da ya shahara a Najeriya, wanda ake yi da busasshiyar filawar itacen rosilli. Itacen rosilli, wanda ake kira da habiscus sabdariffa a kimiyance ya fito ne daga ayarin itatuwan Malvaceae. Yana fitowa a wurare masu zafi, yana kuma da launin kore mai duhu ko jajayen kara da ganye.Shin lemon da aka bayyana a rubutun yana maganin zazzaɓi?  Abubuwa da dama na jawo zazzaɓiZazzaɓi shine ƙaruwar zafin jiki sama da maki 37 a ma’aunin selshiyos. Wanda ke nuna alamun shigar cuta, kamar yadda Mayo Clinic suka bayyana. Wasu daga cikin alamun zazzaɓi sun haɗa da ciwon kai, rawar jiki, rashin ɗanɗano, rashin ruwa a jiki da kuma kasala. Hukumar lafiya ta Britaniyya(NHS) tace abubuwa da cututtaka da dama na iya jawo zazzaɓi. Yana kuma daga cikin alamun cutar Covid-19.Mutane- manya da yara- idan zazzaɓi ya kama su tare da ciwon kai mai zafi, jijjiga, rikicewar tunani, yawan amai, ciwon ciki da wahala wajen numfashi, ana basu shawarar zuwa asibiti cikin gaggawa.Kada a ɗauki zazzaɓi akan abu mai sauƙi“ Wannan haɗin gargajiya ne, ayi watsi da shi,” Cewar Marycelin Baba, Farfesa a fannin ƙwayoyin cuta ta jami’ar Maiduguri, kamar yadda ta shaidawa Africa Check.Baba wadda suka wallafa wata takarda akan gaza gane cutar zazzaɓin cizon sauro da zazzaɓin taifot. “ Babu wata hujja a kimiyance da ta goyi da bayan wannan da’awar,”  cewar Farfesar. “ Wannan haɗi baya magani ko hana zazzaɓi. Ƴaƴan itatuwan da aka lissafa na da muhimmanci  a jiki amma ba maganin zazzaɓi ba ne”.Baba ta ƙara da cewa: Idan an kamu da zazzaɓi, a hanzarta zuwa asibiti. Kada a dogara da haɗe-haɗe. Kada a ɗauki zazzaɓi da wasa.”",,Lemon Zoɓo baya maganin zazzaɓi- aje asibiti,"zobo, Incorrect",,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,5,3,4,7,0,5,9,8,3,7,4,0,0,0,/,p,e,r,m,a,l,i,n,k,/,1,6,2,9,6,4,9,8,6,0,7,5,6,0,6,1,/,?,_,_,c,f,t,_,_,%,5,b,0,%,5,d,=,A,Z,X,e,w,-,F,y,o,s,d,U,N,v,m,F,i,Q,H,u,2,W,m,j,B,T,b,E,0,I,-,j,l,6,f,F,v,T,m,V,0,n,Z,L,l,l,E,a,K,q,8,2,p,D,D,0,k,J,l,1,k,s,h,M,k,y,h,X,x,K,F,0,T,8,Y,L,X,_,s,3,b,U,y,z,E,t,Z,R,a,H,-,b,D,e,D,u,N,0,n,0,s,c,1,H,b,g,p,3,l,2,k,A,a,I,K,L,J,U,p,z,f,2,F,-,2,u,7,t,f,o,Q,U,6,o,5,e,4,r,M,3,j,I,M,N,j,N,2,h,Z,K,W,9,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,t,h,e,n,a,t,i,o,n,o,n,l,i,n,e,n,g,.,n,e,t,/,i,n,t,e,r,e,s,t,i,n,g,-,f,a,c,t,s,-,z,o,b,o,-,r,o,s,e,l,l,e,-,d,r,i,n,k,s,/,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,n,t,/,r,o,s,e,l,l,e,-,p,l,a,n,t,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,n,h,s,.,u,k,/,s,e,a,r,c,h,/,r,e,s,u,l,t,s,?,q,=,F,e,v,e,r,&,p,a,g,e,=,0,,,h,t,t,p,s,:,/,/,w,w,w,.,h,e,a,l,t,h,.,h,a,r,v,a,r,d,.,e,d,u,/,d,i,s,e,a,s,e,s,-,a,n,d,-,c,o,n,d,i,t,i,o,n,s,/,c,o,v,i,d,-,1,9,-,b,a,s,i,c,s,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,f,e,v,e,r,/,s,y,m,p,t,o,m,s,-,c,a,u,s,e,s,/,s,y,c,-,2,0,3,5,2,7,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,i,m,a,i,d,.,e,d,u,.,n,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,l,o,n,g,d,o,m,.,o,r,g,/,p,r,o,c,e,e,d,i,n,g,s,/,a,r,b,o,v,i,r,u,s,-,c,o,i,n,f,e,c,t,i,o,n,s,-,i,n,-,s,u,s,p,e,c,t,e,d,-,f,e,b,r,i,l,e,-,m,a,l,a,r,i,a,-,a,n,d,-,t,y,p,h,o,i,d,-,p,a,t,i,e,n,t,s,-,a,-,w,o,r,r,i,s,o,m,e,-,s,i,t,u,a,t,i,o,n,-,i,n,-,n,i,g,e,r,i,a,-,8,5,.,h,t,m,l" -17,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/masanin-kwayoyin-cuta-montagnier-bai-ce-duk-wadanda-aka-yiwa-allurar-rigakafi,,2021-07-27,africacheck,,"Shin Luc Montagnier, ƙwararre akan ƙwayoyin cuta ɗan ƙasar Faransa yace duk waɗanda aka yiwa allurar rigakafi zasu mutu cikin shekaru biyu? Wannan rubutu ne da ke ta yawo a WhatsApp, Facebook da Instagram a Najeriya a watan Mayu 2021.Da dama daga rubutun da ake yaɗawa na nuna hoton Montagnier da taken: “ Duk waɗanda aka yiwa allurar rigakifi zasu mutu cikin shekaru biyu.”“ Luc Montagnier wanda ya samu lambar yabo ta Nobel ya tabbatar da cewa babu dama mutum ya cigaba da rayuwa bayan ya yi kowacce daga alluran rigakafin,” rubutu da ake fi yaɗawa ke cewa.“ A wata ganawa da akayi da shi, babban ƙwararre akan ƙwayoyin cuta ya ce: ‘ babu dama, sannan babu magani ga waɗanda suka riga sukayi allurar rigakafin. Mu shirya ƙona gawawwaki.’ Masanin kimiyar ya kuma goyi da bayan da’awowin wasu masana ƙwayoyin cuta bayan yayi nazarin abubuwa da ke ɗauke  acikin alluran rigakafin. Duk zasu mutu daga haɓakar ƙwayoyin kare ƙwayar cuta a jiki. Babu abun da za a kuma cewa.”Da dama daga rubutukan da ake yaɗawa an alaƙanta su ga wani rubutu a shafin yanar gizo na LifeSiteNews, wanda ke da taƙen: Wanda ya ci lambar yabo ta nobel: Taron llurar rigakafin Covid ‘kuskure ne da ba a amince da shi ba.”Da gaske Montagnier ya ce duk waɗanda aka yiwa alllurar rigakafi zasu mutu cikin shekaru biyu? Ƙarya aka alaƙanta masa, ‘ labaran ƙarya aka kwaikwaya’Wanda aka haifa a ranar 18 ga watan Agusta 1932, Luc Montagnier masanin binciken kimiyyyar ɗan asalin ƙasar Faransa, wanda ya samu tarin nasarori da suka haɗa da lambar yabo ta Nobel a shekarar 2008 akan ilimin sanin halittar ɗan adam da likitanci. Ya kuma jagoranci tawagar masana da suka gano ƙwayar cutar ƙanjamau (HIV) da kuma abun da ke jawo karyewar garkuwar jiki ( Aids)Rubutun da LifeSiteNews tayi, wanda aka buga ranar 19 ga Mayu, ya ambato wata hira da Montagnier “ wadda gidauniyar RAIR ta ƙasar Amurka suka fassara kuma suka wallafa a jiya.” Gidauniyar ta bayyana kanta a matsayin “ wani yunƙuri don ƙwanto jamhuriyar mu daga mutane da ƙungiyoyin da suka haɗa kai don yaƙi da Amurka, tsarin mulki, iyakokin mu da kare ɗabi’un yahudu da nasara”.A cewar LifeSiteNews, Montagnier ya kira “ allurar rigakafin cutar korona da abun da ba a yi tunani ba, kuma babban kuskure a tarihi da ke haifar da nau’ikan cutar, wadda ke ta jawo mace-mace daga cutar”. “ Babban kuskure ne, ko ba haka ba? Kuskure a kimiyance, a kuma likitance. Kuskure ne da ba za a taɓa amincewa da shi ba,” Sun wallafo Montagnier na cewa. “ Littattafan tarihi zasu tabbatar da haka, saboda allurar rigakafin ke jawo nau’oin cutar.”Sai dai babu inda rubutun ya ambato Montagnier ya ce duk waɗanda aka yiwa allurar zasu mutu cikin shekaru biyu, ko kuma “ mu shirya ƙona gawawwaki”.A ranar 27 ga Mayu, LifeSiteNews suka ƙara sabunta rubutun. “ Yayin da LifeSiteNews ta ruwaito abun da Montagnier ya faɗa, wasu masana kimiyya sun yi watsi da rubutun sa, na cewa alluran rigakafin na jawo sababbin nau’ikan cutar,” sabon rubutu ya fara da cewa. Ya kuma ƙare da cewa: “ Abu na biyu shine, Montagnier bai ce duk wanda aka yiwa gwajin  allurar rigakafin Covid-19 ‘zai mutu’ cikin shekaru biyu ba. Wannan maganar an ƙage ta, an danganta masa ita a matsayin labaran ƙarya da ya ke ta bazuwa.”Ba mu samu wata hujja da ta tabbatar da cewa Montagnier yayi waɗannan kalamai ba.",,Masanin ƙwayoyin cuta Montagnier bai ce ‘ duk waɗanda aka yiwa allurar rigakafi zasu mutu cikin shekaru biyu’,,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,b,i,o,g,r,a,p,h,y,/,L,u,c,-,M,o,n,t,a,g,n,i,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,.,p,h,p,?,f,b,i,d,=,2,9,6,1,1,1,4,4,9,0,8,8,2,0,4,4,&,s,e,t,=,a,.,1,4,1,6,4,5,3,8,5,5,3,4,8,1,2,3,&,t,y,p,e,=,3,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,1,0,0,0,0,2,8,6,9,5,8,3,1,2,0,/,v,i,d,e,o,s,/,3,8,5,9,0,0,4,1,7,7,5,3,8,5,3,0,/,?,_,_,t,n,_,_,=,%,2,C,O,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,P,j,H,9,c,i,h,f,L,7,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,1,0,0,0,0,2,8,6,9,5,8,3,1,2,0,/,v,i,d,e,o,s,/,3,8,5,9,0,0,4,1,7,7,5,3,8,5,3,0,/,?,_,_,t,n,_,_,=,%,2,C,O,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,P,j,H,9,c,i,h,f,L,7,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,6,/,m,a,s,s,%,2,0,v,a,c,c,i,n,a,t,i,o,n,.,J,P,G,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,a,b,o,u,t,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,t,o,p,i,c,/,N,o,b,e,l,-,P,r,i,z,e,,,h,t,t,p,s,:,/,/,w,w,w,.,m,e,d,i,a,t,h,e,q,u,e,.,l,i,n,d,a,u,-,n,o,b,e,l,.,o,r,g,/,l,a,u,r,e,a,t,e,s,/,m,o,n,t,a,g,n,i,e,r,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,r,a,i,r,f,o,u,n,d,a,t,i,o,n,.,c,o,m,/,a,b,o,u,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,l,i,f,e,s,i,t,e,n,e,w,s,.,c,o,m,/,n,e,w,s,/,n,o,b,e,l,-,p,r,i,z,e,-,w,i,n,n,e,r,-,m,a,s,s,-,c,o,v,i,d,-,v,a,c,c,i,n,a,t,i,o,n,-,a,n,-,u,n,a,c,c,e,p,t,a,b,l,e,-,m,i,s,t,a,k,e,-,t,h,a,t,-,i,s,-,c,r,e,a,t,i,n,g,-,t,h,e,-,v,a,r,i,a,n,t,s" -18,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/shafa-kugu-baya-kara-yawan-maniyyi,,2021-07-27,africacheck,,"Shafa tsakiyar ƙugu na sa ƙarin ruwan maniyyi, a cewar wani hoto a Facebook wanda mutane da dama suka aka rarraba shi.Hoton na ɗauke da kanun rubutun kamar haka, “ Yawan maniyyi” da kuma hoton babban ɗan yatsa akan tsakiyar ƙugu. “ Ku ƙara yawan maniyyi ta hanyar shafa nan wajen a ƙugun ku,” aka rubuta akan hoton.Wasu da su ke tsokaci a ƙasan rubutun waɗanda suka kai sama da mutum 600, na neman a tabbatar musu da gaskiyar batun. Akwai wata hujja a kimiyyance? Menene ƙarancin ruwan maniyyi?A cewar Mayo Clinic, wata cibiyar kiwon lafiya mallakar Amurka, ana ƙirga yawan maniyyin namiji ne ta hanyar dubawa da madubin dibarudu, sannan a ƙirga yawan ƙwayoyin halittar maniyyin da suka bayyana.Yawan ƙwayoyin halittar maniyyin lafiyayyen mutum yana kamawa daga miliyan 15 zuwa sama da miliyan 200 kowanne milimita. Wannan na nufin ƙasa da miliyan 39 yayin inzali. Babu hujja a kimiyyance “ Wannan ai abun dariya ne, duk shekarun da nayi ina aikin kiwon lafiya ban taɓa jin haka ba,” Cewar Sulyman Kuranga, Farfesan mafitsara na jami’ar Ilorin da ke arewa ta tsakiya a Najeriya, kamar yadda ya shaidawa Africa Check.Ya ce: “ Babu wata hujja a kimiyance cewa wannan zai ƙara yawan maniyyi. Sau tari ƙwayoyin cuta ke jawo matsalar ƙarancin yawan maniyyi. Idan an magance cutar, yawan maniyyi namiji na dawowa dai dai.”Don haka shafa ƙugu baya ƙara yawan maniyyi. Babu hujjar da ta tabbatar da hakan a kimiyance, hakan bashi da nasaba da samuwar ruwan maniyyi,” Kuranga ya ce.Bamu samu wani bayani ko bincike da akayi akan hakan ba.Africa Check ta taɓa tantance wata da’awa makamanciyar wannan, wadda ke cewa haɗa wasu  magungunan gargajiya na ƙara yawan maniyyi. Kamar dai wannan su ma ba mu samu wata hujja a kimiyyance ba, don haka da’awar ƙarya ce.",,Shafa ƙugu baya ƙara yawan maniyyi,"Wrist, massage, sperm count",,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,5,6,7,7,9,0,0,5,6,9,9,4,9,3,3,/,p,h,o,t,o,s,/,a,.,5,6,8,0,1,6,0,1,0,3,0,5,6,7,1,/,5,9,6,2,5,6,3,8,4,1,4,8,3,0,0,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,5,6,7,7,9,0,0,5,6,9,9,4,9,3,3,/,p,h,o,t,o,s,/,a,.,5,6,8,0,1,6,0,1,0,3,0,5,6,7,1,/,5,9,6,2,5,6,3,8,4,1,4,8,3,0,0,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,5,6,7,7,9,0,0,5,6,9,9,4,9,3,3,/,p,h,o,t,o,s,/,a,.,5,6,8,0,1,6,0,1,0,3,0,5,6,7,1,/,5,9,6,2,5,6,3,8,4,1,4,8,3,0,0,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,5,6,7,7,9,0,0,5,6,9,9,4,9,3,3,/,p,h,o,t,o,s,/,a,.,5,6,8,0,1,6,0,1,0,3,0,5,6,7,1,/,5,9,6,2,5,6,3,8,4,1,4,8,3,0,0,/,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,l,o,w,-,s,p,e,r,m,-,c,o,u,n,t,/,d,i,a,g,n,o,s,i,s,-,t,r,e,a,t,m,e,n,t,/,d,r,c,-,2,0,3,7,4,5,9,1,,,h,t,t,p,s,:,/,/,w,w,w,.,m,a,y,o,c,l,i,n,i,c,.,o,r,g,/,d,i,s,e,a,s,e,s,-,c,o,n,d,i,t,i,o,n,s,/,l,o,w,-,s,p,e,r,m,-,c,o,u,n,t,/,d,i,a,g,n,o,s,i,s,-,t,r,e,a,t,m,e,n,t,/,d,r,c,-,2,0,3,7,4,5,9,1,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,i,l,o,r,i,n,.,e,d,u,.,n,g,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,n,o,-,c,o,m,b,i,n,a,t,i,o,n,-,f,r,u,i,t,-,a,n,d,-,s,p,i,c,e,s,-,w,o,n,t,-,b,o,o,s,t,-,s,p,e,r,m,-,c,o,u,n,t,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,f,b,c,h,e,c,k,s,/,m,i,x,t,u,r,e,-,b,i,t,t,e,r,-,k,o,l,a,-,p,o,w,d,e,r,-,h,o,n,e,y,-,a,n,d,-,g,i,n,g,e,r,-,n,o,-,c,u,r,e,-,l,o,w,-,o,r,-,n,o,-,s,p,e,r,m,-,c,o,u,n,t" -19,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/babu-wata-cikakkiyar-hujjar-cewa-jikakken-ganyen-mangwaro-na-taimakawa-masu,,2021-07-27,africacheck,,"Wani saƙo da ke yawo a Facebook a Najeriya na iƙirarin cewa za a iya amfani da  ganyen mangwaro don kula da cutar suga nau’i na biyu. Rubutun na Facebook na cewa: “ Ganyen Mangwaro na ɗauke da sindarin tanins da antosiyanis waɗanda suke da ikon taimakawa jiki ya samar da sinadarin insulin, ya daidaita yawan suga a jiki, ya taimakawa mai cutar suga nau’i na 2. Yana taimakawa mai ciwon rage alamomin ciwon a jiki, kamar yawan fitsari da daddare, ya kuma yi maganin cutukan sugan da akafi sani da aniyofati da ratinofati.”Ciwon suga cuta ce da ake rayuwa da ita a jiki, wacce ke haddasa hauhawar sikarin da ke jiki. Saboda gazawar jiki wajen samar da isasshen sinadarin insulin, ko kuma baya amfani da insulin ɗin da jiki ke samarwa yadda ya kamata. Jiki na amfani da sinadarin insulin wajen sarrafa suga da kitse.Cutar suga nau’i na 1 na afkuwa ne lokacin da jiki baya iya samar da isasshen sinadarin insulin, yayin da cutar suga nau’i na 2 na afkuwa ne lokacin da jiki ya gaza amfani da sinadarin insulin.Rubutun na Facebook ya bayyana yadda za’a haɗa da kuma yadda za’a yi amfani da jiƙon ganyen mangwaron.Shin akwai hujja a kimiyyance da ta tabbatar da hakan? Mun bincika. ‘Ba zan bawa kowa shawarar ya sha haɗin ba’ - cewar ƙwararre a fannin.A duk duniya, kimanin mutane miliyan 400 ke fama da cutar suga. Da dama sun fito daga ƙasashe masu ƙarancin tattalin arziƙi. Cutar na kashe aƙalla mutane milyan 1.6 a kowacce shekara, kamar yadda Hukumar Lafiya ta Duniya ta bayyana.Wasu binciken sun tattara bayanai akan sinadarin yaƙi da cutar suga da ke jikin mangwaro. Sharhi akan ayyukan ɗa itace da ganyen mangwaro wajen magani ya nuna cewa “ zai iya zama yana cikin magungunan maganin cutar suga”.“ Wasu daga cikin waɗannan itatuwa na da abubuwa kala kala a jikin su masu amfani,” Aihanuwa Eregie, Farfesa akan magunguna ta jami’ar Benin da ke kudu maso yammacin Najeriya ta shaidawa Africa Check.“Zan fi so ace anyi binciken waɗannan abubuwan a kimiyance, a fitar da abu mai amfani a yi gwaji akan sa na ɗan lokaci. Amma yanzu ba zan bawa kowa shawarar ya sha wannan haɗin ba,” Farfesar ta ce.Ta ƙara da cewa: “ Duk likitan da ya samo cikakken horo akan cutar suga, ba zai ce a sha ganyen mangwaro ba.”Hukumar kula da cututtaka masu yaɗuwa ta Amurka ta ce, za’a iya rayuwa da cutar suga tare da cin abincin da ya dace da shan magunguna don sauƙaƙa cutar suga, hawan jini da yawan kitse.",,Babu wata cikakkiyar hujjar cewa jiƙaƙƙen ganyen mangwaro na taimakawa masu cutar suga nau’i na biyu,"fake cures, diabetes, mixtures",,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,t,e,r,f,a,t,o,m,i,l,o,l,a,o,f,f,i,c,i,a,l,p,a,g,/,p,o,s,t,s,/,1,5,5,2,2,1,5,9,4,4,9,6,9,9,4,8,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,t,e,r,f,a,t,o,m,i,l,o,l,a,o,f,f,i,c,i,a,l,p,a,g,/,p,o,s,t,s,/,1,5,5,2,2,1,5,9,4,4,9,6,9,9,4,8,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,t,e,r,f,a,t,o,m,i,l,o,l,a,o,f,f,i,c,i,a,l,p,a,g,/,p,o,s,t,s,/,1,5,5,2,2,1,5,9,4,4,9,6,9,9,4,8,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,d,i,a,b,e,t,e,s,,,h,t,t,p,s,:,/,/,w,w,w,.,h,o,r,m,o,n,e,.,o,r,g,/,y,o,u,r,-,h,e,a,l,t,h,-,a,n,d,-,h,o,r,m,o,n,e,s,/,g,l,a,n,d,s,-,a,n,d,-,h,o,r,m,o,n,e,s,-,a,-,t,o,-,z,/,h,o,r,m,o,n,e,s,/,i,n,s,u,l,i,n,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,f,a,c,t,-,s,h,e,e,t,s,/,d,e,t,a,i,l,/,d,i,a,b,e,t,e,s,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,t,e,r,f,a,t,o,m,i,l,o,l,a,o,f,f,i,c,i,a,l,p,a,g,/,p,o,s,t,s,/,1,5,5,2,2,1,5,9,4,4,9,6,9,9,4,8,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,h,e,a,l,t,h,-,t,o,p,i,c,s,/,d,i,a,b,e,t,e,s,#,t,a,b,=,t,a,b,_,1,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,h,e,a,l,t,h,-,t,o,p,i,c,s,/,d,i,a,b,e,t,e,s,#,t,a,b,=,t,a,b,_,1,,,h,t,t,p,s,:,/,/,w,w,w,.,s,c,i,e,n,c,e,d,i,r,e,c,t,.,c,o,m,/,s,c,i,e,n,c,e,/,a,r,t,i,c,l,e,/,p,i,i,/,S,2,4,5,2,3,1,6,X,1,7,3,0,0,8,1,9,,,h,t,t,p,s,:,/,/,w,w,w,.,p,h,y,t,o,j,o,u,r,n,a,l,.,c,o,m,/,a,r,c,h,i,v,e,s,/,2,0,1,6,/,v,o,l,5,i,s,s,u,e,3,/,P,a,r,t,A,/,5,-,2,-,2,1,-,5,1,8,.,p,d,f,,,h,t,t,p,s,:,/,/,w,w,w,.,u,n,i,b,e,n,.,e,d,u,/,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,d,i,a,b,e,t,e,s,/,b,a,s,i,c,s,/,t,y,p,e,2,.,h,t,m,l" -20,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/babu-hujjar-cewa-sojojin-najeriya-300-sun-bar-aiki-tun-bayan-hatsarin-jirgin,,2021-07-27,africacheck,,"“ SAMA DA SOJOJIN NAJERIYA 300 NE SUKA BAR AIKI BAYAN JIRGIN DA AKE ZARGI YA FADO DA SHUGABAN SOJOJIN DA WASU,” cewar wani rubutu da aka wallafa a Facebook a Najeriya, a watan Mayu 2021.Rubutun ya ƙara da cewa: “ MU DAI MUNA ZUBA IDO.”Lt Gen Ibrahim Attahiru, shugaban sojoji, ya rasa ransa da wasu mutane 10 ranar 21 ga watan Mayu a wani hatsarin jirgin sama a jihar Kaduna, arewa maso yammacin Najeriya. Jirgin ya taso ne daga Abuja, babban birnin tarayya, inda ya faɗi yayin da ya ke ƙoƙarin sauka a Kaduna sanadiyar rashin kyan yanayi. Ko sojojin Najeriya da dama sun bar aiki bayan afkuwar hatsarin? Mun bincika. Bamu samu inda aka fitar da labarin cewa sojoji 300 sun bar aiki baLabarin barin aikin sojoji na kwana-kwanan nan dai anyi shi tun watan Junerun 2021, inda aka ce an bawa sojojin 127 damar ajiye aiki idan suna so kafin watan Mayu. Kwamitin wakilai a Najeriya ya tabbatar da cewa a shekarar 2020 dai sojoji 386 sun ajiye aikin da kansu, dalilin matsalar rashin lafiya da wasu matsalolin..Amma babu rahoton barin aikin sojoji 300 bayan rasuwar Attahiru.Bamu samu shelar barin sojoji aiki ba a shafin rundunar sojojin, hanyoyin watsa labaran su ko a shafukan su na yanar gizo.",,Babu hujjar cewa sojojin Najeriya 300 sun bar aiki tun bayan hatsarin jirgin saman da yayi sanadin mutuwar shugaban sojojin,military,,,,,"h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,8,1,0,7,3,5,4,0,5,7,7,6,9,1,&,i,d,=,1,0,5,0,2,3,6,2,4,8,4,9,3,5,0,&,_,_,c,f,t,_,_,%,5,b,0,%,5,d,=,A,Z,W,0,Y,H,H,6,b,w,R,B,X,e,-,T,m,5,2,Z,x,F,F,Y,V,t,N,i,2,4,2,-,B,s,0,Z,K,o,Z,n,9,0,_,q,Y,y,P,b,q,X,S,j,t,N,r,H,M,e,m,T,g,l,J,b,0,A,S,i,c,t,B,n,U,G,2,Y,F,1,y,p,V,p,m,O,Z,l,p,f,L,C,l,t,D,Q,j,2,T,q,I,R,Z,t,O,v,7,U,S,b,2,B,a,Z,w,a,M,W,F,M,G,g,N,h,M,b,i,_,F,V,I,h,f,V,4,s,P,X,6,K,i,f,v,X,u,m,Z,q,x,Y,T,9,f,p,&,_,_,t,n,_,_,=,%,2,C,O,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,7,2,0,8,9,5,1,,,h,t,t,p,s,:,/,/,a,r,m,y,.,m,i,l,.,n,g,/,c,h,i,e,f,-,o,f,-,a,r,m,y,-,s,t,a,f,f,-,l,t,-,g,e,n,-,i,b,r,a,h,i,m,-,a,t,t,a,h,i,r,u,-,d,i,e,s,-,i,n,-,a,i,r,-,c,r,a,s,h,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,r,e,m,i,u,m,t,i,m,e,s,n,g,.,c,o,m,/,n,e,w,s,/,h,e,a,d,l,i,n,e,s,/,4,3,7,8,5,2,-,e,x,c,l,u,s,i,v,e,-,1,2,7,-,s,o,l,d,i,e,r,s,-,r,e,s,i,g,n,-,f,r,o,m,-,n,i,g,e,r,i,a,n,-,a,r,m,y,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,i,c,i,r,n,i,g,e,r,i,a,.,o,r,g,/,w,h,y,-,3,h,t,t,p,s,:,/,w,w,w,.,i,c,i,r,n,i,g,e,r,i,a,.,o,r,g,/,w,h,y,-,3,8,6,-,s,o,l,d,i,e,r,s,-,r,e,s,i,g,n,e,d,-,f,r,o,m,-,n,i,g,e,r,i,a,n,-,a,r,m,y,-,i,n,-,q,2,-,o,f,-,2,0,2,0,-,r,e,p,s,/,,,h,t,t,p,s,:,/,/,d,a,i,l,y,t,r,u,s,t,.,c,o,m,/,3,8,6,-,s,o,l,d,i,e,r,s,-,q,u,i,t,-,a,r,m,y,-,i,n,-,1,-,y,e,a,r,-,r,e,p,s,,,h,t,t,p,s,:,/,/,a,r,m,y,.,m,i,l,.,n,g,/,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,H,Q,N,i,g,e,r,i,a,n,A,r,m,y" -21,,,,Fake,Grace Gichuhi,,,africacheck,https://africacheck.org/about/authors/grace-gichuhi,https://africacheck.org/fact-checks/fbchecks/no-tanzanian-president-suluhu-didnt-tweet-twitter-activist-kigogo2014-should,,2021-07-26,africacheck,,"Tanzanian president Samia Suluhu has come out in support of a prominent but anonymous Twitter user with the handle @Kigogo2014, a whistleblower and human rights activist who was threatened with arrest by the administration of late president John Magufuli.At least, so it appears in what seems to be a screenshot of a tweet from Suluhu’s verified Twitter account, circulating on Facebook since June 2021.“Mwacheni Kigogo2014 Fanyeni mambo ya msingi na yenye Tija katika nchi, Kila mmoja ana Haki na Uhuru wa kujieleza,” the tweet reads, in Kiswahili.This roughly translates as: “Let Kigogo2014 be. Focus on important and productive issues in the country. Every person has a right and freedom to express themselves.”The screenshot has been shared in two public Facebook groups, one with more than 280,000 members, the other with some 67,000 members. False claims of copyright infringement have been used in an attempt to silence @Kigogo2014, who has more than 577,000 followers and has been described in Tanzania as “our president of the Twitter republic”.The activist’s identity is unknown, a “closely guarded secret”, the BBC says. He or she told the BBC: “I'm a whistleblower and I expose corruption and human rights abuses in the country.”But did Suluhu, who succeeded Magufuli when he died in March, really tweet that @Kigogo2104 should be left alone?We checked.‘This information is not true’There is no reference to “Kigogo2014” on the Tanzanian presidency’s official Facebook page. An advanced Twitter search also returned no results. But the screenshot was posted on “Ikulu Mawasiliano”, the Facebook page of the president’s communication team – stamped “FAKE NEWS”.“TAARIFA HII SIYO YA KWELI. IPUUZWE,” the post reads. Translation: “This information is not true. Ignore it.” A screenshot of a tweet suggests that Tanzanian president Suluhu has called for activist Twitter user @Kigogo2014 to be left alone. But the president’s communications team dismissed it as fake.",,"No, Tanzanian president Suluhu didn’t tweet that Twitter activist @Kigogo2014 should be left alone",,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,i,k,u,l,u,.,g,o,.,t,z,/,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,c,i,t,i,z,e,n,.,c,o,.,t,z,/,t,a,n,z,a,n,i,a,/,n,e,w,s,/,m,i,n,i,s,t,e,r,-,l,u,g,o,l,a,-,l,a,u,n,c,h,e,s,-,a,t,t,a,c,k,-,o,n,-,t,w,i,t,t,e,r,-,u,s,e,r,-,k,i,g,o,g,o,-,a,h,e,a,d,-,o,f,-,c,i,v,i,c,-,p,o,l,l,s,-,2,6,9,5,9,8,8,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,k,i,g,o,g,o,2,0,1,4,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,1,8,6,9,3,2,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,c,i,t,i,z,e,n,.,c,o,.,t,z,/,t,a,n,z,a,n,i,a,/,n,e,w,s,/,m,i,n,i,s,t,e,r,-,l,u,g,o,l,a,-,l,a,u,n,c,h,e,s,-,a,t,t,a,c,k,-,o,n,-,t,w,i,t,t,e,r,-,u,s,e,r,-,k,i,g,o,g,o,-,a,h,e,a,d,-,o,f,-,c,i,v,i,c,-,p,o,l,l,s,-,2,6,9,5,9,8,8,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,6,4,3,7,8,5,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,0,5,8,7,6,8,8,6,7,8,1,0,3,9,/,p,o,s,t,s,/,7,8,7,0,8,7,1,7,8,6,6,0,0,0,5,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,2,9,9,2,7,4,0,4,9,4,6,1,6,4,/,p,o,s,t,s,/,4,9,8,0,0,8,0,3,1,4,7,1,4,3,3,/,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,2,9,9,2,7,4,0,4,9,4,6,1,6,4,/,p,e,r,m,a,l,i,n,k,/,4,9,8,0,0,8,0,3,1,4,7,1,4,3,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,2,9,9,2,7,4,0,4,9,4,6,1,6,4,/,p,o,s,t,s,/,4,9,8,0,0,8,0,3,1,4,7,1,4,3,3,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,0,5,8,7,6,8,8,6,7,8,1,0,3,9,/,p,o,s,t,s,/,7,8,7,0,8,7,1,7,8,6,6,0,0,0,5,/,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,1,8,6,9,3,2,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,k,i,g,o,g,o,2,0,1,4,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,1,8,6,9,3,2,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,5,1,8,6,9,3,2,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,6,4,3,7,8,5,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,0,5,8,7,6,8,8,6,7,8,1,0,3,9,/,p,o,s,t,s,/,7,8,7,0,8,7,1,7,8,6,6,0,0,0,5,/,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,K,i,g,o,g,o,2,0,1,4,.,J,P,G,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,i,k,u,l,u,.,m,a,w,a,s,i,l,i,a,n,o,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,K,i,g,o,g,o,2,0,1,4,T,w,i,t,t,e,r,.,J,P,G,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,2,9,5,1,3,8,8,9,2,8,4,0,2,6,&,i,d,=,1,0,0,4,0,2,3,2,8,8,6,1,8,4,9,,,h,t,t,p,s,:,/,/,w,e,b,.,f,a,c,e,b,o,o,k,.,c,o,m,/,I,k,u,l,u,-,M,a,w,a,s,i,l,i,a,n,o,-,1,0,0,4,0,2,3,2,8,8,6,1,8,4,9,/,?,_,_,c,f,t,_,_,%,5,b,0,%,5,d,=,A,Z,W,m,2,B,-,o,-,K,7,n,t,s,m,7,I,N,5,C,y,5,w,_,2,6,G,O,S,i,Z,R,C,h,e,T,S,p,_,F,Z,v,K,4,J,s,V,H,s,l,r,y,i,c,D,j,S,a,r,N,S,8,U,6,F,g,z,4,H,o,z,X,k,-,_,L,K,i,w,I,E,w,R,D,X,W,r,y,Z,2,A,K,N,N,_,Q,N,A,r,c,P,C,F,C,F,4,Y,a,V,j,H,m,Q,O,u,G,z,_,5,X,q,-,M,Q,1,q,-,O,y,0,H,3,U,y,0,s,M,F,p,b,E,C,C,w,q,z,B,z,0,D,8,j,&,_,_,t,n,_,_,=,-,U,C,%,2,C,P,-,R,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,2,9,5,1,3,8,8,9,2,8,4,0,2,6,&,i,d,=,1,0,0,4,0,2,3,2,8,8,6,1,8,4,9" -22,,,,Correct,Mandy Lombo,,,africacheck,https://africacheck.org/about/authors/mandy-lombo,https://africacheck.org/fact-checks/fbchecks/yes-video-shows-massive-queue-shops-ulundi-after-shutdownsa-protests,,2021-07-26,africacheck,,"South Africa’s Gauteng and KwaZulu-Natal provinces experienced a week of looting, protests and violence following former president Jacob Zuma’s imprisonment for contempt of court. During the tense week several false and misleading videos were shared online. In many cases old or out of context videos were passed off as recent events. Social media users tagged Africa Check in many of the posts, including one with a video of a long queue winding along a road. Most posts of the video, filmed from a helicopter, said it showed food queues in Ulundi, KwaZulu-Natal. We checked. Google Maps confirms video filmed in Ulundi Using Google Maps we were able to confirm that the video was filmed in Ulundi. At the beginning of the video there’s a building on the corner of a T-junction. This is the Ulundi police station on King Zwelithini street. A billboard in the video is also visible in Google street view. At 19 seconds the Ulundi municipal building appears in the video. In Google satellite view, the same building and green roofs can be seen. Video filmed on 16 July 2021The next step was to confirm if the video was filmed after the violence and looting in KwaZulu-Natal. Africa Check spoke to Ulundi’s municipality speaker, councillor Johanna Manana. She confirmed that the video was shot on 16 July 2021, by municipal manager Nkosenye Zulu.  Manana said the queue formed because the municipality had decided that “only two shops, Spar and Boxer, would be open on that day. This was to try and avoid looting and burning of shops.” She said that all shops in Ulundi had since been opened.",,"Yes, video shows massive queue for shops in Ulundi after #ShutdownSA protests",,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,w,a,s,h,i,n,g,t,o,n,p,o,s,t,.,c,o,m,/,w,o,r,l,d,/,2,0,2,1,/,0,7,/,1,3,/,s,o,u,t,h,-,a,f,r,i,c,a,-,z,u,m,a,-,p,r,o,t,e,s,t,s,-,v,i,o,l,e,n,c,e,/,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,w,o,r,l,d,-,a,f,r,i,c,a,-,5,7,6,5,0,5,1,7,,,h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,f,a,c,t,-,c,h,e,c,k,s,/,r,e,p,o,r,t,s,/,b,e,w,a,r,e,-,y,o,u,-,s,h,a,r,e,-,t,h,e,s,e,-,s,h,u,t,d,o,w,n,s,a,-,v,i,d,e,o,s,-,a,r,e,-,m,i,s,l,e,a,d,i,n,g,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,S,a,m,m,y,J,o,e,D,/,s,t,a,t,u,s,/,1,4,1,6,0,5,6,8,3,0,6,6,1,3,8,2,1,4,7,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,S,a,m,m,y,J,o,e,D,/,s,t,a,t,u,s,/,1,4,1,6,0,5,6,8,3,0,6,6,1,3,8,2,1,4,7,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,p,l,a,c,e,/,U,l,u,n,d,i,/,d,a,t,a,=,!,4,m,2,!,3,m,1,!,1,s,0,x,1,e,f,0,6,3,6,c,8,6,b,2,2,0,c,3,:,0,x,c,b,1,d,d,6,6,c,5,0,c,6,9,7,4,d,?,s,a,=,X,&,v,e,d,=,2,a,h,U,K,E,w,i,W,i,K,n,D,5,f,j,x,A,h,X,3,Q,U,E,A,H,Z,W,1,A,x,s,Q,8,g,E,w,J,H,o,E,C,F,M,Q,A,Q,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,@,-,2,8,.,2,9,5,1,8,1,1,,,3,1,.,4,2,9,1,3,9,5,,,3,a,,,7,5,y,,,2,2,5,.,2,6,h,,,8,3,.,3,3,t,/,d,a,t,a,=,!,3,m,7,!,1,e,1,!,3,m,5,!,1,s,v,j,O,b,6,-,w,X,x,o,Z,C,s,x,q,h,w,V,g,5,X,Q,!,2,e,0,!,6,s,h,t,t,p,s,:,%,2,F,%,2,F,s,t,r,e,e,t,v,i,e,w,p,i,x,e,l,s,-,p,a,.,g,o,o,g,l,e,a,p,i,s,.,c,o,m,%,2,F,v,1,%,2,F,t,h,u,m,b,n,a,i,l,%,3,F,p,a,n,o,i,d,%,3,D,v,j,O,b,6,-,w,X,x,o,Z,C,s,x,q,h,w,V,g,5,X,Q,%,2,6,c,b,_,c,l,i,e,n,t,%,3,D,m,a,p,s,_,s,v,.,t,a,c,t,i,l,e,.,g,p,s,%,2,6,w,%,3,D,2,0,3,%,2,6,h,%,3,D,1,0,0,%,2,6,y,a,w,%,3,D,3,0,4,.,4,8,0,2,2,%,2,6,p,i,t,c,h,%,3,D,0,%,2,6,t,h,u,m,b,f,o,v,%,3,D,1,0,0,!,7,i,1,3,3,1,2,!,8,i,6,6,5,6,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,@,-,2,8,.,2,9,5,4,6,5,2,,,3,1,.,4,2,8,1,4,8,4,,,3,2,9,m,/,d,a,t,a,=,!,3,m,1,!,1,e,3,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,o,g,l,e,.,c,o,m,/,m,a,p,s,/,@,-,2,8,.,2,9,2,4,6,0,3,,,3,1,.,4,2,5,2,6,2,3,,,3,2,9,m,/,d,a,t,a,=,!,3,m,1,!,1,e,3,,,h,t,t,p,s,:,/,/,w,w,w,.,u,l,u,n,d,i,.,g,o,v,.,z,a,/,o,f,f,i,c,e,-,m,m" -23,,,,False,Taryn Willows,,,africacheck,https://africacheck.org/about/authors/taryn-willows,https://africacheck.org/fact-checks/fbchecks/no-covid-vaccines-cannot-make-you-magnetic-videos-claim,,2021-07-23,africacheck,,"Several videos doing the rounds on Facebook in South Africa appear to show different metal objects sticking to people who have recently received the Covid-19 vaccine.One video shows a phone stuck to a man’s arm, apparently after he received the second jab of the vaccine against Covid.Another shows a metal spoon sticking to a woman’s arm, apparently also  after she received the vaccine.A third video, with people speaking isiZulu, shows a woman putting a coin against a man’s arm and it also sticking to him. It’s unclear whether the man and woman in the third video are in fact South African, as the dialogue is out of sync with the people speaking, so may have been recorded over a video from elsewhere. The man and woman in the first and second videos sound Nigerian, though this could not be immediately confirmed.These videos have been widely shared since vaccines against Covid-19 first became available in South Africa, with claims the vaccines contain metals or microchips that make the site of injection magnetic. But could this startling claim be true? We checked.Debunked by South African government news agencyThe South African government news agency put out a statement about the reported phenomena on 11 June 2021, in response to the viral videos. It started: “The KwaZulu-Natal Department of Health has welcomed input from top global health experts, who have dismissed purported links between the Covid-19 vaccine and magnetic fields.”Provincial government minister of health Nomagugu Simelane said that “several international medical scientists have rejected these claims as scientifically improbable and false”.“According to a report shared by World Health Organization (WHO) affiliated group, Africa Infodemic Response Alliance (Aira), Covid-19 vaccines do not contain magnetic microchips.”An earlier statement by the South African government on 9 June quoted Dr Stephen Schrantz, an infectious diseases specialist at the University of Chicago. He said: “No, getting a Covid-19 vaccine cannot cause your arm to be magnetised. This is a hoax, plain and simple”.“There is absolutely no way that a vaccine can lead to the reaction shown in these videos posted to Instagram and YouTube. It is better explained by two-sided tape on the metal disc being applied to the skin, rather than a magnetic reaction,” he said.The government also quoted Dr Thomas Hope, vaccine researcher and professor of cell and developmental biology at Northwestern University Feinberg School of Medicine in the US, who also debunked the claim.He said: “This is impossible. There’s nothing there [in the vaccine] that a magnet can interact with, it’s protein and lipids, salts, water and chemicals that maintain the pH. That’s basically it, so this is not possible.”Nothing magnetic in vaccine ingredients?In order for these metal objects to stick to where someone has received the vaccine jab, the ingredients would have to have a metal base.According to the WHO, none of the ingredients in Covid vaccines have a metal base.The WHO also says that many of the components used in vaccines “occur naturally in the body, in the environment, and in the foods we eat”. The US Food and Drug Administration (FDA) also lists the ingredients for each of the Covid-19 vaccines approved around the world.The various ingredients in the Pfizer-BioNTech, Moderna and Johnson & Johnson vaccines are listed by the FDA. None of these vaccines list any metal-based ingredients. The US Centres for Disease Control & Prevention (CDC) notes that “Covid-19 vaccines do not contain ingredients that can produce an electromagnetic field at the site of your injection”. (Note: Only the Johnson & Johnson and Pfizer vaccines have been administered in South Africa at the time of writing.)Doses so small, even if were magnetic, wouldn’t attract objects shown in videosSome fact-checking organisations have also made the point that even if the vaccines did contain magnetic metals, one dose could not possibly cause a magnetic reaction. Medical professionals at the Meedan Health Desk have explained why: “The amount of metal that would need to be in a vaccine for it to attract a magnet is much more substantial than the amounts that could be present in a vaccine's small dose.”An expert the BBC spoke to gave some ways one can get metals to appear to stick to the skin. These include surface oils or tension and “trickery like band-aid residue or other sticky residue”. The claim that Covid-19 vaccines can cause a person to become magnetic at the vaccination site has been widely debunked by several other fact-checking organisations. It is simply not possible.",,"No, Covid vaccines cannot make you magnetic as videos claim","magnet, Coronavirus, Covid-19 vaccine",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,r,u,t,h,.,s,u,o,w,a,r,i,/,v,i,d,e,o,s,/,4,1,8,7,5,0,1,6,2,5,8,7,5,2,0,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,o,e,m,o,s,i,s,/,v,i,d,e,o,s,/,1,1,6,8,6,6,3,4,0,0,3,1,3,2,3,6,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,m,b,o,k,a,z,i,/,p,o,s,t,s,/,1,0,2,2,4,8,4,1,5,8,0,2,0,5,3,0,2,,,h,t,t,p,s,:,/,/,w,w,w,.,s,a,n,e,w,s,.,g,o,v,.,z,a,/,s,o,u,t,h,-,a,f,r,i,c,a,/,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,e,-,m,a,g,n,e,t,i,c,-,f,i,e,l,d,s,-,c,l,a,i,m,s,-,d,i,s,m,i,s,s,e,d,,,h,t,t,p,s,:,/,/,w,w,w,.,s,a,n,e,w,s,.,g,o,v,.,z,a,/,s,o,u,t,h,-,a,f,r,i,c,a,/,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,e,-,m,a,g,n,e,t,i,c,-,f,i,e,l,d,s,-,c,l,a,i,m,s,-,d,i,s,m,i,s,s,e,d,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,p,e,e,c,h,e,s,/,m,e,c,-,n,o,m,a,g,u,g,u,-,s,i,m,e,l,a,n,e,-,w,e,l,c,o,m,e,s,-,d,i,s,m,i,s,s,a,l,-,c,o,r,o,n,a,v,i,r,u,s,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,e,-,%,E,2,%,8,0,%,9,C,m,a,g,n,e,t,%,E,2,%,8,0,%,9,D,-,c,l,a,i,m,s,-,h,o,a,x,,,h,t,t,p,s,:,/,/,w,w,w,.,w,h,o,.,i,n,t,/,n,e,w,s,-,r,o,o,m,/,q,-,a,-,d,e,t,a,i,l,/,v,a,c,c,i,n,e,s,-,a,n,d,-,i,m,m,u,n,i,z,a,t,i,o,n,-,w,h,a,t,-,i,s,-,v,a,c,c,i,n,a,t,i,o,n,?,t,o,p,i,c,s,u,r,v,e,y,=,),&,g,c,l,i,d,=,C,j,w,K,C,A,j,w,r,u,S,H,B,h,A,t,E,i,w,A,_,q,C,p,p,k,x,j,3,N,W,U,i,M,N,Q,3,b,e,3,9,D,V,5,y,P,f,Z,1,9,F,0,O,0,Y,r,B,_,N,q,n,0,Z,l,4,w,7,r,s,n,2,q,R,5,9,3,9,R,o,C,v,b,E,Q,A,v,D,_,B,w,E,,,h,t,t,p,s,:,/,/,w,w,w,.,f,d,a,.,g,o,v,/,,,h,t,t,p,s,:,/,/,w,w,w,.,f,d,a,.,g,o,v,/,m,e,d,i,a,/,1,4,4,4,1,4,/,d,o,w,n,l,o,a,d,#,p,a,g,e,=,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,d,a,.,g,o,v,/,m,e,d,i,a,/,1,4,4,6,3,8,/,d,o,w,n,l,o,a,d,#,p,a,g,e,=,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,d,a,.,g,o,v,/,m,e,d,i,a,/,1,4,6,3,0,5,/,d,o,w,n,l,o,a,d,#,p,a,g,e,=,2,,,h,t,t,p,s,:,/,/,w,w,w,.,c,d,c,.,g,o,v,/,c,o,r,o,n,a,v,i,r,u,s,/,2,0,1,9,-,n,c,o,v,/,v,a,c,c,i,n,e,s,/,f,a,c,t,s,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,r,e,u,t,e,r,s,.,c,o,m,/,a,r,t,i,c,l,e,/,f,a,c,t,c,h,e,c,k,-,c,o,r,o,n,a,v,i,r,u,s,-,v,a,c,c,i,n,e,-,i,d,U,S,L,2,N,2,N,4,1,K,A,,,h,t,t,p,s,:,/,/,h,e,a,l,t,h,-,d,e,s,k,.,o,r,g,/,a,r,t,i,c,l,e,s,/,w,h,a,t,-,d,o,-,w,e,-,k,n,o,w,-,a,b,o,u,t,-,t,h,e,-,p,f,i,z,e,r,-,v,a,c,c,i,n,e,-,a,n,d,-,m,a,g,n,e,t,s,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,a,v,/,5,7,2,0,7,1,3,4,,,h,t,t,p,s,:,/,/,w,w,w,.,u,s,a,t,o,d,a,y,.,c,o,m,/,s,t,o,r,y,/,n,e,w,s,/,f,a,c,t,c,h,e,c,k,/,2,0,2,1,/,0,6,/,2,1,/,f,a,c,t,-,c,h,e,c,k,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,e,s,-,a,r,e,n,t,-,m,a,g,n,e,t,i,c,/,7,6,9,8,5,5,6,0,0,2,/,,,h,t,t,p,s,:,/,/,w,w,w,.,j,a,c,a,r,a,n,d,a,f,m,.,c,o,m,/,s,h,o,w,s,/,m,o,r,n,i,n,g,s,-,w,i,t,h,-,m,a,c,k,/,w,a,t,c,h,-,c,o,v,i,d,-,1,9,-,v,a,c,c,i,n,e,-,w,o,n,t,-,m,a,k,e,-,y,o,u,-,m,a,g,n,e,t,i,c,/,,,h,t,t,p,s,:,/,/,w,w,w,.,b,b,c,.,c,o,m,/,n,e,w,s,/,a,v,/,5,7,2,0,7,1,3,4" -24,,,,Incorrect,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/reports/state-emergency-would-not-strip-ramaphosas-powers-and-make-dlamini-zuma,"If a state of emergency is declared in South Africa the president will be stripped of his powers, which will go to the military. Cooperative governance minister Nkosazana Dlamini-Zuma will, in terms of the disaster management act, “take over”.",2021-07-23,africacheck,,"After calls for a state of emergency to deal with protests and looting in South Africa, a message appeared on social media claiming that an emergency declaration would give the president’s powers to the military and put cooperative governance minister Nkosazana Dlamini-Zuma in charge.Constitutional law experts told Africa Check this was false. A state of emergency would give the president more power, and he would retain control of the military.The current state of disaster to control Covid-19 does give the cooperative governance minister limited new powers. But she would not “take over”, as the message claims, under a state of emergency.A message heavily shared on WhatsApp and Facebook warns about the consequences of a state of emergency being declared in South Africa.“If a state of emergency is declared the military takes over the rule of the land and the state president is stripped of his powers,” it reads. “In terms of the Disaster management Act Nkosazana dlamini Zuma will take over giving power to the Zuma’s.” Dr Nkosazana Dlamini-Zuma is South Africa’s minister of cooperative governance and traditional affairs (Cogta). She was married to former president Jacob Zuma from 1993 to 1998.South Africa saw a week of violent protests and looting after Zuma was taken into custody to serve a 15-month sentence for contempt of court. At least 337 people were killed and 1,500 arrested. The violence led to calls for the government to declare a state of emergency to restore order.Is the message an accurate reflection of what would happen if a state of emergency was declared in South Africa? We checked. Viral message is ‘absurd’Prof Pierre de Vos, a constitutional law expert in the department of public law at the University of Cape Town, said the viral message was “absurd”. He explained that under a state of emergency, governance still lies with parliament and the executive. But the presidency is given more powers –  they are not “stripped” away. The South African constitution and the State of Emergency Act allow the president to declare a state of emergency only when “the life of the nation is threatened by war, invasion, general insurrection, disorder, natural disaster, or other public emergency”. It can apply to the whole country or a specific area. “It gives the president Cyril Ramaphosa more power to make regulations,” de Vos said. But he added that there were limits to the presidency’s additional powers under a state of emergency: “The extra powers can only be used if they are necessary to deal with the emergency. You cannot make regulations about things that are not directly linked to trying to deal with the emergency.”Michael Evans is an attorney and partner at law firm Webber Wentzel with experience in local government, and administrative and constitutional issues. He told Africa Check that the military would not take over during a state of emergency. “The president is still the one who [delegates] responsibility and [confers] power and he can at any time withdraw it.”State of disaster during Covid pandemic  The message also claims that “in terms of the Disaster management Act Nkosazana dlamini Zuma will take over giving power to the Zuma’s”. South Africa is currently under a state of disaster, which was declared on 15 March 2020 in response to the Covid-19 pandemic. The Disaster Management Act, which falls under Cogta, dictates which regulations are enforced. At the moment these include mandatory mask-wearing in public, a curfew, restrictions on gatherings and an alcohol ban.But De Vos said the act was “completely separate” legislation that could not override the constitution. Evans told Africa Check that while the state of disaster has given Dlamini-Zuma powers that she would not ordinarily have as Cogta minister, she does not take the place of the president. He said there were key differences between a state of emergency and a state of disaster.A state of emergency has more parliamentary oversight than a state of disaster. Under the constitution, parliament must review a state of emergency after 21 days. “One of the problems with the national disaster has been that once a national disaster has been declared there is very little parliamentary oversight, which we’ve seen in the last year and a half,” Evans explained. Another major difference is that the public still have all of their basic constitutional rights under a state of disaster. But these rights can be limited under a state of emergency.  No state of emergency since apartheid ended South Africa last saw a state of emergency under the apartheid regime, in 1986. Evans, who was detained three times during apartheid-era states of emergency, told Africa Check the current state of emergency act was a “much better situation”.“Under the apartheid era we had no constitution so there was absolutely no protection. You could detain people, for example, indefinitely under the emergency in the apartheid era,” he said. “Now, if we have a state of emergency it will be very different because you will still retain a number of your constitutional rights and some of the other issues are quite heavily regulated.”The constitution includes a section setting out which rights can be limited under a state of emergency, and to what extent. Importantly, the right to life and human dignity are entirely protected from limitation. But De Vos warned that a state of emergency should not be taken lightly, as other rights could be limited. “They could, for example, allow people to be detained for 30 or 60 days without a trial.” The government could have the power to limit the media and communication, such as by shutting down the internet, if it is deemed necessary to deal with the emergency.Conclusion: No accuracy in claims about state of emergency in South AfricaA viral message on WhatsApp and Facebook warns that a declaration of a state of emergency in South Africa would strip powers from the president and give them to the military. It also claims that under the Disaster Management Act, Cogta minister Nkosazana Dlamini-Zuma would become president.Two constitutional law experts rubbished these claims. Under a state of emergency the president is given more power and retains control of the military. The current state of disaster to deal with Covid-19 does give Dlamini-Zuma more power than before. But she would not become the president under a state of emergency.We therefore rate the message as incorrect.The experts warned, however, that a state of emergency should not be taken lightly as it could allow basic rights to be limited.",,State of emergency would NOT strip Ramaphosa’s powers and make Dlamini-Zuma president,"state of emergency, president, Dlamini-Zuma",,,,,"h,t,t,p,s,:,/,/,a,f,r,i,c,a,c,h,e,c,k,.,o,r,g,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,m,e,d,i,a,/,i,m,a,g,e,s,/,2,0,2,1,-,0,7,/,S,t,a,t,e,%,2,0,o,f,%,2,0,E,m,e,r,g,e,n,c,y,.,p,n,g,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,b,e,v,l,e,e,.,n,a,i,d,o,o,/,p,o,s,t,s,/,1,0,1,5,9,5,7,5,8,7,6,5,6,7,4,9,8,,,h,t,t,p,s,:,/,/,w,w,w,.,d,p,m,e,.,g,o,v,.,z,a,/,a,b,o,u,t,/,P,a,g,e,s,/,M,i,n,i,s,t,e,r,-,N,k,o,s,a,z,a,n,a,-,D,l,a,m,i,n,i,-,Z,u,m,a,.,a,s,p,x,,,h,t,t,p,s,:,/,/,w,w,w,.,s,a,h,i,s,t,o,r,y,.,o,r,g,.,z,a,/,p,e,o,p,l,e,/,n,k,o,s,a,z,a,n,a,-,c,l,a,r,i,c,e,-,d,l,a,m,i,n,i,-,z,u,m,a,,,h,t,t,p,s,:,/,/,w,w,w,.,d,a,i,l,y,m,a,v,e,r,i,c,k,.,c,o,.,z,a,/,a,r,t,i,c,l,e,/,2,0,2,1,-,0,7,-,1,7,-,t,h,i,s,-,i,s,-,u,s,-,t,h,o,s,e,-,t,r,y,i,n,g,-,t,o,-,t,e,a,r,-,s,o,u,t,h,-,a,f,r,i,c,a,-,a,p,a,r,t,/,,,h,t,t,p,s,:,/,/,w,w,w,.,a,l,j,a,z,e,e,r,a,.,c,o,m,/,n,e,w,s,/,2,0,2,1,/,7,/,2,2,/,s,o,u,t,h,-,a,f,r,i,c,a,-,u,n,r,e,s,t,-,d,e,a,t,h,-,t,o,l,l,-,j,u,m,p,s,-,t,o,-,m,o,r,e,-,t,h,a,n,-,3,0,0,,,h,t,t,p,s,:,/,/,b,u,s,i,n,e,s,s,t,e,c,h,.,c,o,.,z,a,/,n,e,w,s,/,b,u,s,i,n,e,s,s,/,5,0,5,7,7,6,/,m,o,r,e,-,g,r,o,u,p,s,-,c,a,l,l,-,f,o,r,-,s,t,a,t,e,-,o,f,-,e,m,e,r,g,e,n,c,y,-,i,n,-,s,o,u,t,h,-,a,f,r,i,c,a,/,,,h,t,t,p,:,/,/,w,w,w,.,p,u,b,l,i,c,l,a,w,.,u,c,t,.,a,c,.,z,a,/,p,b,l,/,s,t,a,f,f,/,p,d,e,v,o,s,,,h,t,t,p,:,/,/,w,w,w,.,p,u,b,l,i,c,l,a,w,.,u,c,t,.,a,c,.,z,a,/,,,h,t,t,p,:,/,/,w,w,w,.,u,c,t,.,a,c,.,z,a,/,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,a,b,o,u,t,-,g,o,v,e,r,n,m,e,n,t,/,g,o,v,e,r,n,m,e,n,t,-,s,y,s,t,e,m,/,e,x,e,c,u,t,i,v,e,-,a,u,t,h,o,r,i,t,y,-,p,r,e,s,i,d,e,n,t,-,c,a,b,i,n,e,t,-,a,n,d,-,d,e,p,u,t,y,-,m,i,n,i,s,t,e,r,s,,,h,t,t,p,s,:,/,/,w,w,w,.,j,u,s,t,i,c,e,.,g,o,v,.,z,a,/,l,e,g,i,s,l,a,t,i,o,n,/,c,o,n,s,t,i,t,u,t,i,o,n,/,s,a,c,o,n,s,t,i,t,u,t,i,o,n,-,w,e,b,-,e,n,g,.,p,d,f,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,1,4,0,9,/,a,6,4,-,9,7,.,p,d,f,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,1,4,0,9,/,a,6,4,-,9,7,.,p,d,f,#,p,a,g,e,=,2,,,h,t,t,p,s,:,/,/,w,w,w,.,j,u,s,t,i,c,e,.,g,o,v,.,z,a,/,l,e,g,i,s,l,a,t,i,o,n,/,c,o,n,s,t,i,t,u,t,i,o,n,/,s,a,c,o,n,s,t,i,t,u,t,i,o,n,-,w,e,b,-,e,n,g,.,p,d,f,#,p,a,g,e,=,2,0,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,1,4,0,9,/,a,6,4,-,9,7,.,p,d,f,#,p,a,g,e,=,2,,,h,t,t,p,s,:,/,/,w,w,w,.,w,e,b,b,e,r,w,e,n,t,z,e,l,.,c,o,m,/,S,p,e,c,i,a,l,i,s,t,s,/,P,a,g,e,s,/,M,i,c,h,a,e,l,-,E,v,a,n,s,.,a,s,p,x,,,h,t,t,p,s,:,/,/,w,w,w,.,w,e,b,b,e,r,w,e,n,t,z,e,l,.,c,o,m,/,P,a,g,e,s,/,d,e,f,a,u,l,t,.,a,s,p,x,,,h,t,t,p,:,/,/,d,e,c,l,a,r,e,d,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,2,1,0,6,/,4,4,7,7,2,r,g,1,1,2,9,9,g,o,n,5,6,5,.,p,d,f,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,2,1,0,6,/,4,4,7,7,2,r,g,1,1,2,9,9,g,o,n,5,6,5,.,p,d,f,#,p,a,g,e,=,3,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,2,1,0,6,/,4,4,7,7,2,r,g,1,1,2,9,9,g,o,n,5,6,5,.,p,d,f,#,p,a,g,e,=,5,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,2,1,0,6,/,4,4,7,7,2,r,g,1,1,2,9,9,g,o,n,5,6,5,.,p,d,f,#,p,a,g,e,=,7,,,h,t,t,p,s,:,/,/,w,w,w,.,g,o,v,.,z,a,/,s,i,t,e,s,/,d,e,f,a,u,l,t,/,f,i,l,e,s,/,g,c,i,s,_,d,o,c,u,m,e,n,t,/,2,0,2,1,0,6,/,4,4,7,7,2,r,g,1,1,2,9,9,g,o,n,5,6,5,.,p,d,f,#,p,a,g,e,=,1,4,,,h,t,t,p,s,:,/,/,w,w,w,.,j,u,s,t,i,c,e,.,g,o,v,.,z,a,/,l,e,g,i,s,l,a,t,i,o,n,/,c,o,n,s,t,i,t,u,t,i,o,n,/,s,a,c,o,n,s,t,i,t,u,t,i,o,n,-,w,e,b,-,e,n,g,.,p,d,f,#,p,a,g,e,=,2,0,,,h,t,t,p,s,:,/,/,w,w,w,.,s,a,h,i,s,t,o,r,y,.,o,r,g,.,z,a,/,a,r,t,i,c,l,e,/,s,t,a,t,e,s,-,e,m,e,r,g,e,n,c,y,-,s,o,u,t,h,-,a,f,r,i,c,a,-,1,9,6,0,s,-,a,n,d,-,1,9,8,0,s,,,h,t,t,p,s,:,/,/,w,w,w,.,j,u,s,t,i,c,e,.,g,o,v,.,z,a,/,l,e,g,i,s,l,a,t,i,o,n,/,c,o,n,s,t,i,t,u,t,i,o,n,/,s,a,c,o,n,s,t,i,t,u,t,i,o,n,-,w,e,b,-,e,n,g,.,p,d,f,#,p,a,g,e,=,2,2,,,h,t,t,p,s,:,/,/,w,w,w,.,j,u,s,t,i,c,e,.,g,o,v,.,z,a,/,l,e,g,i,s,l,a,t,i,o,n,/,c,o,n,s,t,i,t,u,t,i,o,n,/,s,a,c,o,n,s,t,i,t,u,t,i,o,n,-,w,e,b,-,e,n,g,.,p,d,f,#,p,a,g,e,=,2,2" -25,,,,False,Dancan Bwire,,,africacheck,https://africacheck.org/about/authors/dancan-bwire,https://africacheck.org/fact-checks/fbchecks/no-evidence-nairobi-county-deputy-governor-made-statement-about-kenya-trade,,2021-07-23,africacheck,,"Has the acting governor of Kenya’s capital credited her success to a prominent trade unionist?A graphic shared in a Facebook group with over a million members includes a photo of and supposedly quotes Nairobi county deputy governor Anne Kananu Mwenda. She has been acting governor since January 2021. The quote reads: “Without Francis Atwoli I wouldn't be deputy governor of Nairobi today, it is him who called Murathe and told him that regardless of being a Sonko nominee he believed that I would deliver. It is great honor to rename Dik Dik Road after my political godfather. On top of that he is also a staunch supporter of BBI.” Atwoli is the general secretary of Kenya’s Central Organization of Trade Unions. A road in Nairobi was named after him in May and he publicly thanked Mwenda for the honour on Twitter. But the renaming was criticised by some Kenyans and new road signs have been vandalised at least twice.David Murathe is the vice-chairperson of the country’s ruling party, Jubilee. Mike Mbuvi Sonko is the former governor of Nairobi county who was removed from office in December 2020.The graphic also shows the logo of the trusted news outlet Nation Africa. It has been shared by other users and Facebook groups. But is the quote genuine?No evidence Mwenda said anything similarThe graphic looks badly photoshopped and the photo of Mwenda is blurry. The quote includes misspellings and missing words, which is unusual in a communication from a trustworthy news organisation. The font is also different from the one used in other similar graphics from Nation Africa. These are all signs that the graphic wasn’t issued by the news outlet and is fake.Africa Check looked at all similar graphics published since 18 June 2021 and did not find this quote from Mwenda, or anything similar.Using the Nairobi City County website, we found the county’s Twitter handle and from there, the county deputy boss’s account. She has not posted anything on Twitter like the comment in the digitally manipulated graphic.We could find no coverage in any news outlet of a quote like it. It appears to have been made up.",,No evidence Nairobi county deputy governor made statement about Kenya trade unionist helping her get top job,,,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,k,e,n,y,a,p,o,l,i,t,f,o,r,u,m,/,p,e,r,m,a,l,i,n,k,/,2,8,7,1,8,7,9,8,5,6,4,4,4,1,1,7,/,,,h,t,t,p,s,:,/,/,c,i,t,i,z,e,n,t,v,.,c,o,.,k,e,/,n,e,w,s,/,w,h,o,-,i,s,-,a,n,n,e,-,k,a,n,a,n,u,-,m,w,e,n,d,a,-,t,h,e,-,n,e,w,-,n,a,i,r,o,b,i,-,d,e,p,u,t,y,-,g,o,v,e,r,n,o,r,-,3,1,1,1,8,1,/,,,h,t,t,p,s,:,/,/,c,i,t,i,z,e,n,t,v,.,c,o,.,k,e,/,n,e,w,s,/,w,h,o,-,i,s,-,a,n,n,e,-,k,a,n,a,n,u,-,m,w,e,n,d,a,-,t,h,e,-,n,e,w,-,n,a,i,r,o,b,i,-,d,e,p,u,t,y,-,g,o,v,e,r,n,o,r,-,3,1,1,1,8,1,/,,,h,t,t,p,s,:,/,/,w,w,w,.,p,u,l,s,e,l,i,v,e,.,c,o,.,k,e,/,n,e,w,s,/,l,o,c,a,l,/,j,u,b,i,l,e,e,-,p,a,r,t,y,s,-,m,e,s,s,a,g,e,-,t,o,-,a,n,n,e,-,k,a,n,a,n,u,-,m,w,e,n,d,a,-,a,f,t,e,r,-,t,a,k,i,n,g,-,o,v,e,r,-,a,s,-,a,c,t,i,n,g,-,n,a,i,r,o,b,i,/,3,h,5,j,g,g,2,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,k,h,a,l,i,f,o,i,/,p,o,s,t,s,/,1,0,2,2,0,9,7,0,4,9,4,1,8,4,5,9,5,,,h,t,t,p,s,:,/,/,w,w,w,.,b,u,s,i,n,e,s,s,d,a,i,l,y,a,f,r,i,c,a,.,c,o,m,/,b,d,/,l,i,f,e,s,t,y,l,e,/,p,r,o,f,i,l,e,s,/,f,r,a,n,c,i,s,-,a,t,w,o,l,i,-,s,t,r,a,i,g,h,t,-,s,h,o,o,t,e,r,-,n,o,-,h,o,s,t,a,g,e,s,-,o,v,e,r,-,s,t,r,e,e,t,-,n,a,m,e,-,3,4,2,5,6,4,6,,,h,t,t,p,s,:,/,/,c,o,t,u,-,k,e,n,y,a,.,o,r,g,/,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,A,t,w,o,l,i,D,z,a,/,s,t,a,t,u,s,/,1,3,9,7,8,9,4,7,7,4,7,8,7,6,1,6,7,7,5,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,A,t,w,o,l,i,D,z,a,/,s,t,a,t,u,s,/,1,3,9,7,8,9,4,7,7,4,7,8,7,6,1,6,7,7,5,,,h,t,t,p,s,:,/,/,c,i,t,i,z,e,n,t,v,.,c,o,.,k,e,/,n,e,w,s,/,f,r,a,n,c,i,s,-,a,t,w,o,l,i,-,r,o,a,d,-,s,i,g,n,-,i,n,-,k,i,l,e,l,e,s,h,w,a,-,b,u,r,n,t,-,d,o,w,n,-,1,1,9,3,2,7,0,8,/,,,h,t,t,p,s,:,/,/,w,w,w,.,s,t,a,n,d,a,r,d,m,e,d,i,a,.,c,o,.,k,e,/,e,n,t,e,r,t,a,i,n,m,e,n,t,/,n,a,i,n,o,t,e,p,a,d,/,2,0,0,1,3,0,8,3,3,6,/,d,a,v,i,d,-,m,u,r,a,t,h,e,-,t,h,e,-,c,h,i,e,f,-,c,h,e,f,-,i,n,-,u,h,u,r,u,s,-,k,i,t,c,h,e,n,-,c,a,b,i,n,e,t,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,M,i,k,e,S,o,n,k,o,,,h,t,t,p,s,:,/,/,w,w,w,.,s,t,a,n,d,a,r,d,m,e,d,i,a,.,c,o,.,k,e,/,p,o,l,i,t,i,c,s,/,a,r,t,i,c,l,e,/,2,0,0,1,3,9,7,6,5,7,/,i,t,s,-,o,v,e,r,-,f,o,r,-,s,o,n,k,o,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,9,2,2,2,9,3,0,6,1,5,0,9,5,2,&,i,d,=,1,0,3,0,4,1,9,4,1,7,3,6,3,5,6,,,h,t,t,p,s,:,/,/,n,a,t,i,o,n,.,a,f,r,i,c,a,/,k,e,n,y,a,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,h,o,t,o,?,f,b,i,d,=,1,0,2,1,9,5,4,5,1,1,6,0,8,1,7,5,0,&,s,e,t,=,b,c,.,A,b,o,0,I,S,O,g,d,B,j,L,R,J,s,p,5,p,Z,m,V,g,W,q,u,S,o,i,l,J,F,5,a,q,w,B,g,A,h,8,v,V,r,E,w,N,6,T,q,i,P,j,Z,Q,m,E,-,i,e,Y,H,5,4,Q,s,b,c,8,z,q,3,C,R,5,X,o,O,N,V,i,c,D,S,S,r,c,j,s,N,Q,M,G,9,S,G,m,p,2,2,T,E,E,P,x,c,5,Y,U,8,7,w,4,K,c,g,z,j,8,O,3,c,Q,u,3,5,A,h,V,d,h,2,j,Y,p,V,Y,M,5,Y,Z,U,r,D,5,X,l,j,-,4,b,L,r,S,_,0,n,y,H,s,g,s,Q,l,o,5,j,h,q,7,N,b,9,B,e,G,C,E,J,9,9,j,q,X,L,U,A,3,x,t,t,j,W,p,S,a,x,r,R,g,f,Y,T,n,h,a,_,v,i,n,z,b,p,2,f,H,0,N,H,5,g,H,P,M,I,Y,4,A,n,r,X,5,Q,T,J,R,I,s,9,4,Y,T,u,K,r,V,o,y,j,y,i,e,D,k,D,7,J,L,o,C,D,Q,F,Y,A,y,3,k,a,l,n,C,n,2,F,k,I,g,M,a,9,q,J,w,s,F,6,W,I,W,7,5,t,j,z,q,s,J,H,a,4,8,d,S,-,x,Y,v,B,u,D,-,-,u,G,q,c,v,a,Z,7,V,1,8,r,j,V,p,V,R,w,R,M,1,U,e,p,y,0,e,J,V,X,X,k,D,t,Y,B,C,H,v,4,e,S,9,X,G,F,B,6,Y,E,D,W,d,n,C,z,S,X,t,N,D,f,c,R,V,6,m,0,q,F,j,e,P,u,M,&,o,p,a,q,u,e,C,u,r,s,o,r,=,A,b,p,y,S,r,K,d,z,k,X,n,O,L,a,M,M,m,f,8,X,W,M,h,r,G,t,d,J,s,2,N,o,t,E,y,4,b,P,w,n,k,o,r,w,a,9,1,N,9,R,l,m,W,Y,5,U,b,a,v,8,i,r,i,a,B,E,k,f,X,T,M,J,N,p,_,I,M,T,L,m,O,P,X,g,K,b,f,7,l,9,X,B,-,x,j,A,V,z,d,N,o,0,p,c,0,4,V,M,N,_,q,p,G,T,2,E,i,w,c,h,a,d,F,Q,J,0,I,D,e,5,5,-,q,W,U,j,v,V,j,b,t,O,k,u,A,9,2,R,n,m,M,2,U,Y,h,y,W,b,4,v,_,u,-,c,3,N,z,t,Q,3,K,V,u,i,L,E,_,h,U,t,A,6,j,3,a,X,T,E,p,3,E,f,G,9,H,u,z,Z,m,7,K,I,7,Z,n,N,1,g,L,v,O,z,J,h,Y,_,K,1,w,3,X,2,0,s,V,W,y,i,B,e,E,p,c,t,q,V,R,R,1,X,4,1,2,c,-,i,C,O,x,k,y,u,a,W,P,l,2,X,0,g,c,C,p,8,j,E,U,j,T,t,4,L,b,Y,a,7,d,2,2,I,U,u,0,N,4,1,G,V,U,Q,C,e,x,p,k,l,Q,o,I,k,_,S,S,z,s,3,5,C,y,8,q,B,7,u,d,X,R,e,m,I,J,l,M,_,5,J,w,S,I,a,2,R,v,Y,0,s,1,u,D,L,x,A,g,z,U,6,t,X,a,E,A,v,I,q,A,K,h,U,J,M,4,H,5,3,c,o,G,m,r,2,g,Z,h,V,1,M,u,Z,N,L,h,E,7,J,Z,A,P,w,n,Q,U,Q,s,x,D,9,Z,S,W,F,F,p,b,A,F,t,z,m,A,k,1,H,t,5,x,F,3,K,4,_,S,s,P,c,8,2,h,x,W,I,i,a,M,y,w,0,P,N,t,_,z,T,7,g,Q,w,P,V,M,C,W,o,k,t,J,R,O,L,N,O,q,G,O,m,g,y,m,N,6,h,S,A,z,L,c,q,m,K,G,d,V,S,3,t,Y,D,7,e,j,F,B,h,I,Y,J,5,A,5,8,U,x,3,t,j,j,2,L,8,c,s,U,2,S,j,6,k,9,G,h,O,j,_,5,p,u,B,6,k,A,C,T,e,w,y,1,q,o,h,z,E,y,M,Y,r,E,X,A,Y,M,5,d,i,z,x,_,_,o,C,9,6,h,f,5,Y,U,L,j,H,Q,q,f,0,T,2,F,Y,G,Y,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,k,h,a,l,i,f,o,i,/,p,o,s,t,s,/,1,0,2,2,0,9,7,0,4,9,4,1,8,4,5,9,5,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,g,r,o,u,p,s,/,3,0,6,1,7,6,0,5,4,3,9,0,7,3,8,6,/,p,e,r,m,a,l,i,n,k,/,4,2,2,6,0,0,8,6,9,7,4,8,2,5,5,9,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,9,2,2,2,9,3,0,6,1,5,0,9,5,2,&,i,d,=,1,0,3,0,4,1,9,4,1,7,3,6,3,5,6,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,p,e,r,m,a,l,i,n,k,.,p,h,p,?,s,t,o,r,y,_,f,b,i,d,=,1,9,2,2,2,9,3,0,6,1,5,0,9,5,2,&,i,d,=,1,0,3,0,4,1,9,4,1,7,3,6,3,5,6,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,n,a,t,i,o,n,/,p,h,o,t,o,s,/,1,0,1,5,9,8,2,3,7,7,1,3,1,9,4,9,7,,,h,t,t,p,s,:,/,/,n,a,i,r,o,b,i,.,g,o,.,k,e,/,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,0,4,7,C,o,u,n,t,y,?,r,e,f,_,s,r,c,=,t,w,s,r,c,%,5,E,t,f,w,%,7,C,t,w,c,a,m,p,%,5,E,e,m,b,e,d,d,e,d,t,i,m,e,l,i,n,e,%,7,C,t,w,t,e,r,m,%,5,E,p,r,o,f,i,l,e,%,3,A,0,4,7,C,o,u,n,t,y,%,7,C,t,w,g,r,%,5,E,e,y,J,0,Z,n,d,f,Z,X,h,w,Z,X,J,p,b,W,V,u,d,H,N,f,Y,2,9,v,a,2,l,l,X,2,V,4,c,G,l,y,Y,X,R,p,b,2,4,i,O,n,s,i,Y,n,V,j,a,2,V,0,I,j,o,x,M,j,A,5,N,j,A,w,L,C,J,2,Z,X,J,z,a,W,9,u,I,j,p,u,d,W,x,s,f,S,w,i,d,G,Z,3,X,2,h,v,c,m,l,6,b,2,5,f,d,H,d,l,Z,X,R,f,Z,W,1,i,Z,W,R,f,O,T,U,1,N,S,I,6,e,y,J,i,d,W,N,r,Z,X,Q,i,O,i,J,o,d,G,U,i,L,C,J,2,Z,X,J,z,a,W,9,u,I,j,p,u,d,W,x,s,f,S,w,i,d,G,Z,3,X,3,R,3,Z,W,V,0,X,2,V,t,Y,m,V,k,X,2,N,s,a,W,N,r,Y,W,J,p,b,G,l,0,e,V,8,x,M,j,E,w,M,i,I,6,e,y,J,i,d,W,N,r,Z,X,Q,i,O,i,J,j,b,2,5,0,c,m,9,s,I,i,w,i,d,m,V,y,c,2,l,v,b,i,I,6,b,n,V,s,b,H,1,9,&,r,e,f,_,u,r,l,=,h,t,t,p,s,%,3,A,%,2,F,%,2,F,n,a,i,r,o,b,i,.,g,o,.,k,e,%,2,F,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,0,4,7,C,o,u,n,t,y,/,s,t,a,t,u,s,/,1,4,0,5,1,7,0,3,9,7,3,6,9,2,8,2,5,6,2,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,A,n,n,K,M,w,e,n,d,a,1,,,h,t,t,p,s,:,/,/,t,w,i,t,t,e,r,.,c,o,m,/,A,n,n,K,M,w,e,n,d,a,1" -26,,,,False,Taryn Willows,,,africacheck,https://africacheck.org/about/authors/taryn-willows,https://africacheck.org/fact-checks/fbchecks/no-photos-dont-show-actual-house-russias-president-just-design-concept,,2021-07-23,africacheck,,"Photos shared on Facebook show a futuristic structure like something from a James Bond movie, set on a high v-shaped platform among trees. The caption to the photos claims it is the home of a former spy – former intelligence officer and long-time Russian president Vladimir Putin. It reads: “Putin House in Sochi, Russia designed by Roman Vlasov.”Putin has been president since 2012, and also served in the position from 1999 to 2008. Sochi is a city and resort area on the Black Sea in southwestern Russia. But is this really Putin’s house in Sochi? We investigated.‘This is my vision of the house of the president of my country, Vladimir Putin’ – architectA reverse image search for the three photos revealed the same three images shared on Instagram, posted by the architect Roman Vlasov.They are all captioned “PUTIN HOUSE or a story about what his villa might look like By @_vlasov_roman_”.These images are design concepts, illustrations for an idea created by the architect. They do not show a building that has been built, or what Putin’s house actually looks like.Vlasov told AFP Fact-Check this was just a concept.“In my Instagram account there is a description for this work,” he said. “And it says that this is my vision of the house of the president of my country, Vladimir Putin. I have not written anywhere that this house is his property.”Many Putin residencesThere was controversy in early 2021 about Putin building himself a “mega-palace” and spending more time away from his residence in Novo-Ogaryovo, just outside the Russian capital, than he admitted. His official residence is in the Kremlin, the fortified complex in the center of Moscow which is home to the Russian government. But news sources say Putin mostly lives at Novo-Ogaryovo.",,"No, photos don’t show actual house of Russia’s president, just design concept","Putin, households",,,,,"h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,u,g,a,n,d,a,z,u,k,u,k,a,/,p,o,s,t,s,/,2,6,7,8,3,9,3,9,1,2,4,5,9,2,3,9,?,_,_,x,t,s,_,_,[,0,],=,6,8,.,A,R,C,x,F,U,l,L,6,P,E,t,E,O,a,3,K,A,a,w,j,z,p,i,X,b,e,_,D,c,T,9,R,Y,E,D,p,T,U,T,j,d,o,1,1,l,m,V,Y,3,c,R,O,4,J,3,R,P,4,7,8,M,C,W,J,N,0,H,m,w,6,Y,a,b,-,g,Z,9,R,E,r,L,I,W,K,1,6,j,h,X,Q,o,U,1,u,3,X,b,l,P,g,U,E,4,P,E,1,4,i,G,1,Z,L,q,l,F,r,T,9,Z,L,0,w,3,7,G,z,m,n,p,8,H,r,G,M,R,8,y,g,n,k,0,X,S,V,G,f,F,y,0,F,w,s,d,0,k,k,p,l,s,G,0,X,e,p,w,f,i,E,H,a,7,J,Q,z,4,B,K,j,g,_,N,w,P,a,I,5,j,L,L,d,W,j,P,T,H,Q,n,k,e,S,d,f,f,X,A,3,-,2,D,q,2,E,Z,y,F,8,5,V,l,0,j,M,P,n,y,U,G,8,W,p,Q,E,m,N,c,n,n,y,u,-,W,L,Y,N,3,g,U,G,t,_,E,d,X,-,Z,7,G,U,8,S,2,P,s,z,A,c,6,S,k,j,z,9,N,d,H,x,o,P,A,r,O,L,m,a,A,t,I,Z,H,A,,,h,t,t,p,s,:,/,/,w,w,w,.,f,a,c,e,b,o,o,k,.,c,o,m,/,u,g,a,n,d,a,z,u,k,u,k,a,/,p,o,s,t,s,/,2,6,7,8,3,9,3,9,1,2,4,5,9,2,3,9,?,_,_,x,t,s,_,_,[,0,],=,6,8,.,A,R,C,x,F,U,l,L,6,P,E,t,E,O,a,3,K,A,a,w,j,z,p,i,X,b,e,_,D,c,T,9,R,Y,E,D,p,T,U,T,j,d,o,1,1,l,m,V,Y,3,c,R,O,4,J,3,R,P,4,7,8,M,C,W,J,N,0,H,m,w,6,Y,a,b,-,g,Z,9,R,E,r,L,I,W,K,1,6,j,h,X,Q,o,U,1,u,3,X,b,l,P,g,U,E,4,P,E,1,4,i,G,1,Z,L,q,l,F,r,T,9,Z,L,0,w,3,7,G,z,m,n,p,8,H,r,G,M,R,8,y,g,n,k,0,X,S,V,G,f,F,y,0,F,w,s,d,0,k,k,p,l,s,G,0,X,e,p,w,f,i,E,H,a,7,J,Q,z,4,B,K,j,g,_,N,w,P,a,I,5,j,L,L,d,W,j,P,T,H,Q,n,k,e,S,d,f,f,X,A,3,-,2,D,q,2,E,Z,y,F,8,5,V,l,0,j,M,P,n,y,U,G,8,W,p,Q,E,m,N,c,n,n,y,u,-,W,L,Y,N,3,g,U,G,t,_,E,d,X,-,Z,7,G,U,8,S,2,P,s,z,A,c,6,S,k,j,z,9,N,d,H,x,o,P,A,r,O,L,m,a,A,t,I,Z,H,A,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,b,i,o,g,r,a,p,h,y,/,V,l,a,d,i,m,i,r,-,P,u,t,i,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,S,o,c,h,i,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,K,d,6,9,C,2,h,a,i,p,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,K,d,6,2,C,0,h,3,2,C,/,,,h,t,t,p,s,:,/,/,w,w,w,.,i,n,s,t,a,g,r,a,m,.,c,o,m,/,p,/,C,K,d,6,q,K,k,h,l,J,_,/,,,h,t,t,p,:,/,/,a,r,c,h,v,i,z,u,a,l,.,c,o,m,/,,,h,t,t,p,s,:,/,/,f,a,c,t,c,h,e,c,k,.,a,f,p,.,c,o,m,/,p,i,c,t,u,r,e,-,s,h,o,w,s,-,d,e,s,i,g,n,-,c,o,n,c,e,p,t,-,h,o,u,s,e,-,c,r,e,a,t,e,d,-,r,u,s,s,i,a,-,b,a,s,e,d,-,a,r,c,h,i,t,e,c,t,?,f,b,c,l,i,d,=,I,w,A,R,1,m,z,H,U,2,h,p,d,6,K,U,O,B,w,X,i,E,v,1,P,D,M,1,x,t,h,1,q,m,9,d,b,N,N,A,G,f,v,W,K,Z,i,b,c,-,N,t,C,Q,S,B,y,Z,X,Q,U,,,h,t,t,p,s,:,/,/,w,w,w,.,n,e,w,s,w,e,e,k,.,c,o,m,/,p,u,t,i,n,-,d,e,n,i,e,s,-,n,a,v,a,l,n,y,-,b,l,a,c,k,-,s,e,a,-,p,a,l,a,c,e,-,e,x,p,o,s,e,-,1,5,6,4,2,2,2,,,h,t,t,p,s,:,/,/,w,w,w,.,n,y,t,i,m,e,s,.,c,o,m,/,2,0,2,0,/,1,2,/,1,3,/,w,o,r,l,d,/,e,u,r,o,p,e,/,p,u,t,i,n,-,r,u,s,s,i,a,-,o,f,f,i,c,e,-,s,o,c,h,i,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,r,f,e,r,l,.,o,r,g,/,a,/,2,4,6,9,0,5,4,3,.,h,t,m,l,,,h,t,t,p,s,:,/,/,w,w,w,.,r,e,u,t,e,r,s,.,c,o,m,/,a,r,t,i,c,l,e,/,u,s,-,h,e,a,l,t,h,-,c,o,r,o,n,a,v,i,r,u,s,-,r,u,s,s,i,a,-,p,u,t,i,n,-,i,d,U,S,K,B,N,2,3,N,3,B,4,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,t,e,c,h,n,o,l,o,g,y,/,k,r,e,m,l,i,n,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,v,i,d,e,o,/,1,7,9,9,0,7,/,O,v,e,r,v,i,e,w,-,K,r,e,m,l,i,n,-,M,o,s,c,o,w,,,h,t,t,p,s,:,/,/,w,w,w,.,b,r,i,t,a,n,n,i,c,a,.,c,o,m,/,p,l,a,c,e,/,M,o,s,c,o,w,,,h,t,t,p,s,:,/,/,w,w,w,.,g,l,o,b,a,l,t,i,m,e,s,.,c,n,/,c,o,n,t,e,n,t,/,1,2,1,0,1,2,1,.,s,h,t,m,l,,,h,t,t,p,s,:,/,/,f,o,r,e,i,g,n,p,o,l,i,c,y,.,c,o,m,/,2,0,1,9,/,0,8,/,0,6,/,t,h,e,r,e,s,-,m,o,r,e,-,t,o,-,r,u,s,s,i,a,-,t,h,a,n,-,p,u,t,i,n,/,,,h,t,t,p,s,:,/,/,w,w,w,.,t,h,e,m,o,s,c,o,w,t,i,m,e,s,.,c,o,m,/,2,0,2,0,/,0,4,/,0,1,/,p,u,t,i,n,-,w,o,r,k,i,n,g,-,r,e,m,o,t,e,l,y,-,a,f,t,e,r,-,m,e,e,t,i,n,g,-,i,n,f,e,c,t,e,d,-,d,o,c,t,o,r,-,k,r,e,m,l,i,n,-,s,a,y,s,-,a,6,9,8,2,6" +0,,,,False,Grace Gichuhi,,,africacheck,https://africacheck.org/about/authors/grace-gichuhi,https://africacheck.org/fact-checks/fbchecks/nairobi-demonstration-solidarity-nigerias-2021-democracy-day-protests-no-photo,,2021-07-28,africacheck,,"A photo of a group of people waving the flag of Nigeria has been posted on Facebook with the claim that it shows Kenyans in Nairobi “standing in solidarity” with the people of Nigeria.“June 12 Protest: Kenyans stand with Nigerians in solidarity,” the caption reads. “Location: Nairobi. THANK YOU.” The 12 June 2021 post is on a Facebook page with some 14,000 followers. The photo and claim has also been widely shared on Twitter. In 2019, Nigerian president Muhammadu Buhari signed into law that 12 June would be the national holiday of Democracy Day. The holiday is controversial. In 2021, Democracy Day saw protests in several Nigerian cities. The protests were against poor governance and “terrorism, criminal abductions and separatist movements”, according to one report.But what does the photo really show?#EndSARS ProtestsA Google reverse image search reveals that the photo has been online since at least 18 October 2020 – almost eight months before 12 June 2021. It appears in a 2020 article on the website of Premium Times, a credible Nigerian newspaper. The article’s headline is: “ANALYSIS: Will deployment of troops quell or escalate #EndSARS protests?” The photo is watermarked “Premium Times -- Kabiru Yusuf”.The photo is of #EndSARS protests in Nigeria, in October 2020. The protests demanded that the county’s police Special Anti-Robbery Squad (Sars) be disbanded because of the unit’s alleged extrajudicial killings, brutality and human rights abuses.Abuja, not NairobiWe searched the Premium Times news website and found articles by Kabiru Yusuf. Our fact-checking colleagues at Dubawa contacted Yusuf, who said the photo was taken in Abuja, Nigeria’s capital. So, no, the photo was not taken in Nairobi, Kenya, on 12 June 2021. It was taken in Abuja, Nigeria, in October 2020 during the county’s #EndSars protests.","https://web.facebook.com/genevievemmiliaku/posts/171519914983217,https://web.facebook.com/genevievemmiliaku/posts/171519914983217,https://twitter.com/_iAlen/status/1403697588935827459,https://twitter.com/chiefagbabiaka1/status/1403833196190605315,https://thenationonlineng.net/buhari-signs-june-12-democracy-day-bill-into-law/,https://theconversation.com/june-12-is-now-democracy-day-in-nigeria-why-it-matters-118572,https://www.bbc.com/pidgin/tori-57418137,https://www.reuters.com/world/africa/nation-is-fire-nigerian-lawmakers-demand-action-security-crisis-2021-04-27/,https://www.voanews.com/africa/nigerians-mark-annual-democracy-day-protests,https://africacheck.org/sites/default/files/media/documents/2021-07/Google%20Search-Nigeria%20Photo.pdf,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.amnesty.org/en/latest/campaigns/2021/02/nigeria-end-impunity-for-police-violence-by-sars-endsars/,https://www.premiumtimesng.com/author/kabiruyusuf,https://dubawa.org/endsars-photo-used-to-paint-narrative-kenyans-protest-in-solidarity-with-nigerians/","Nairobi demonstration in solidarity with Nigeria’s 2021 Democracy Day protests? No, photo of 2020 #EndSARS protests in Abuja",,,,,, +1,,,,False,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/fbchecks/no-asymptomatic-covid-patients-can-transmit-virus-and-masks-work,,2021-07-28,africacheck,,"A Facebook video posted on 5 July 2021 claims that studies show asymptomatic Covid-19 patients – people who don’t get sick – can’t transmit the new coronavirus. It also says the US Centers for Disease Control (CDC) published a review of studies and found wearing a mask doesn’t stop the spread of Covid.In the video, a woman appears to be standing at a podium, talking to an audience off camera. She says: “Nearly 500 people were recently exposed to a Covid positive asymptomatic carrier. Zero got sick. Asymptomatic carriers of Covid do not spread disease.”She goes on to claim: “The CDC a couple weeks ago did a study where they looked at every single other study in the entire world on face mask wearing and this is what they found. The CDC found, quote, ‘no reduction in viral transmission with the use of face masks’.”The words “the information is there dont say u wernt warned” are printed on the video. It’s been shared more than 1,200 times so far, including in South Africa. Since Covid-19 was declared a pandemic in early 2020, the World Health Organization has warned that Covid patients who don’t show any symptoms of the disease can still spread it to others. It also says masks are a “key measure to suppress transmission and save lives”.Do studies prove that asymptomatic Covid-19 patients can’t spread the disease? And has a CDC analysis found that masks don’t reduce transmission?Video of US attorney Leigh DundasThe video does not identify the woman, where she is, or when the video was taken. It’s poor quality, taken from an original that doesn’t appear to be online anymore.But we did find a short video on Vimeo of a woman named Leigh Dundas, speaking on 13 April. Based on her voice, hairstyle, clothing and the background, it’s likely that the video on Facebook shows this woman, at the same event.In the Vimeo video she identifies herself as a human rights attorney. The video is captioned “Leigh Dundas, Board of Supervisors, April 13 2021”. Dundas, a US attorney, publicly supports that country’s anti-vaccination movement. Voice of OC reports that, in May, she helped organise residents in California’s Orange county to go to local Board of Education meetings to petition against mandatory vaccinations and “vaccine passports”.As Africa Check has found, there is no such thing as mandatory or “universal” vaccination in the US. And vaccine passports don’t exist there.Asymptomatic patients can transmit the virusIn the Facebook video, Dundas refers to a May 2020 study in Wuhan, China. It’s titled A study on infectivity of asymptomatic SARS-CoV-2 carriers. The Covid-19 pandemic is thought to have started in Wuhan.The researchers studied 455 people who had been in contact with asymptomatic Covid-positive patients. None of the 455 tested positive for Covid-19. But the study didn’t find that people with asymptomatic Covid-19 can’t transmit the virus. Instead, it concluded that “the infectivity of some asymptomatic SARS-CoV-2 carriers might be weak”. SARS-CoV-2 is the formal name of the new coronavirus that causes Covid-19.Other studies of asymptomatic carriers have found that they can transmit the virus.A January 2021 study looked at 2,250 people in a “confined” community of university staff in the Canadian province of Quebec. Confinement, the study says, is “used to reflect social restrictions instructed by Quebec's government”.It found that 1.82% of the staff were asymptomatic carriers. None had contact with any known Covid patients. The researchers concluded: “Our results raise concerns about the possibility of viral spread through asymptomatic transmission.” But they added that the rate of asymptomatic transmission was unknown.In February 2021, a study based on daily mass screenings of some 20,000 residents of Luxembourg, a small country in Europe, was published. It found that, on average, asymptomatic patients infected the same number of people as patients with Covid-19 symptoms. The researchers concluded: “Asymptomatic carriers represent a significant risk for transmission.”CDC: Masks reduce Covid spreadAnd what about Dundas’s claim that a CDC analysis had found that masks didn’t reduce the amount of coronavirus transmitted between people?This is not what the CDC website says. A science brief on the site, updated on 7 May 2021, quotes several studies that found face masks reduced the risk of Covid-19 infection by as much as 79%, and had led to declines in daily new cases.The CDC concludes: “Experimental and epidemiological data support community masking to reduce the spread of SARS-CoV-2.” The CDC also says that making people wear masks can help prevent possible lockdowns in the future. The benefits increase when people are also required to use other measures against Covid: social distancing, hand washing and good ventilation. Conclusion: Video’s claims are falseIn a video posted on Facebook, US anti-vaccination advocate and lawyer Leigh Dundas claims that asymptomatic Covid-19 patients can’t transmit the virus. She also says a study by the US Centers for Disease Control found that masks don’t reduce the spread of the disease.But the CDC study doesn’t conclude that asymptomatic patients can’t transmit the virus. And  other studies have found that asymptomatic patients do transmit the virus. The CDC has published studies supporting the benefits of masks, and says wearing masks can reduce the spread of Covid-19.","https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.cdc.gov/,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.who.int/news-room/q-a-detail/coronavirus-disease-covid-19-how-is-it-transmitted,https://www.who.int/emergencies/diseases/novel-coronavirus-2019/question-and-answers-hub/q-a-detail/coronavirus-disease-covid-19-masks,https://vimeo.com/537203201,https://vimeo.com/537203201,https://vimeo.com/537203201,https://www.rawstory.com/leigh-dundas/,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://www.google.com/maps/place/Orange+County,+CA,+USA/@33.6394877,-118.3298942,9z/data=!3m1!4b1!4m5!3m4!1s0x80dc925c54d5f7cf:0xdea6c3618ff0d607!8m2!3d33.7174708!4d-117.8311428,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://africacheck.org/fact-checks/fbchecks/no-us-supreme-court-hasnt-ruled-against-universal-vaccination-theres-no-such,https://apnews.com/article/fact-checking-afs:Content:10051817171,https://www.google.com/maps/place/Wuhan,+Hubei,+China/@30.5684073,114.0201922,10z/data=!3m1!4b1!4m5!3m4!1s0x342eaef8dd85f26f:0x39c2c9ac6c582210!8m2!3d30.592849!4d114.305539,https://www.google.com/maps/place/China/@34.4504157,86.0458274,4z/data=!3m1!4b1!4m5!3m4!1s0x31508e64e5c642c1:0x951daa7c349f366f!8m2!3d35.86166!4d104.195397,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.nature.com/articles/d41586-021-00502-4,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.who.int/emergencies/diseases/novel-coronavirus-2019/technical-guidance/naming-the-coronavirus-disease-(covid-2019)-and-the-virus-that-causes-it,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.google.com/maps/place/Canada/@56,-96,3z/data=!3m1!4b1!4m5!3m4!1s0x4b0d03d337cc6ad9:0x9968b72aa2438fa5!8m2!3d56.130366!4d-106.346771,https://www.google.com/maps/place/Quebec,+Canada/@53.4733017,-77.4028603,5z/data=!3m1!4b1!4m5!3m4!1s0x4c58b5349fd1a8a1:0x1040cadae4d0020!8m2!3d52.9399159!4d-73.5491361,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.google.com/maps/place/Luxembourg/@49.8423357,1.6489564,6z/data=!4m5!3m4!1s0x479545b9ca212147:0x64db60f602d392ef!8m2!3d49.815273!4d6.129583,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html","No, asymptomatic Covid patients can transmit the virus, and masks work",,,,,, +2,,,,Partlyfalse,Mary Alexander,,,africacheck,https://africacheck.org/about/authors/mary-alexander,https://africacheck.org/fact-checks/fbchecks/photo-2018-fuel-tax-protest-france-not-demonstrators-unleashing-truth-variant,,2021-07-28,africacheck,,"“Greece and France... Yep its happening, time to unlesh the new TRUTH variant,” reads the caption of two photos of what seem to be mass protests, posted on Facebook in July 2021 and shared in South Africa.The first photo shows a huge crowd of people on an avenue in Paris, France’s capital city. The city’s famous Arc de Triomphe can be seen in the background. Many in the crowd are wearing yellow reflective vests.The second photo is of another crowd, flanked by police, in a city square. The flag of Greece can be seen waving in the crowd.The photos were also posted on an Australia-based Facebook page, with a similar caption: “Greece & France! Thousands rally against COVID-19 vaccinations and government restrictions.”But do the photos really show people “unleashing the TRUTH variant” in protests against Covid-19 measures in Greece and France?Protest against vaccinations in Greece, against fuel tax in FranceA Google reverse image search of the second photo reveals that it does indeed show a rally against Covid-19 vaccinations, in the Greek capital of Athens on 14 July.The photo appears in an article on M3 News, an international online news magazine.“More than 5,000 anti-vaccine protesters, some of them waving Greek flags and wooden crosses, rallied in Athens on Wednesday to oppose Greece’s coronavirus vaccinations program,” the article reads.It adds: “Protests are fairly common in Greece and there have been several in recent months on issues ranging from new labour law to the most recent Israeli military campaign on Gaza.”But a TinEye reverse image search of the first photo, filtered for the oldest version, reveals that it has been online since at least 4 December 2018 – over a year before the coronavirus was first identified in late December 2019.The photo can be found on the French-language stock photo website Divergence Images. A machine translation of its caption reads: “Demonstration of the Yellow Vests on the Champs-Elysees, Paris on November 24, 2018.” It was taken by Olivier Coret.According to the US National Public Radio website, the 2018 yellow vests protests in France were sparked by the announcement of a new environmental tax on fuel.“Nicknamed for the safety vests worn by protesters, known as gilets jaunes, the yellow vest movement has sparked a political crisis for the French government,” the NPR says.“The protests started in the French provinces but spread to Paris, where demonstrations turned into riots over the weekend and scenes of violent civil unrest played out along the city's famous Avenue des Champs Élysées.”The second photo does show a protest against Covid-19 vaccinations, in Greece, but the first photo is of a demonstration against a fuel tax in France, more than two and a half years ago.","https://www.facebook.com/sonia.bonacci/posts/10161008588853976,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976,https://www.google.com/maps/place/Paris,+France/@48.8589507,2.2770201,12z/data=!3m1!4b1!4m5!3m4!1s0x47e66e1f06e2b70f:0x40b82c3688c9460!8m2!3d48.856614!4d2.3522219,https://www.google.com/maps/place/France/@46.1389696,-2.4368094,6z/data=!3m1!4b1!4m5!3m4!1s0xd54a02933785731:0x6bfd3f96c747d9f7!8m2!3d46.227638!4d2.213749,https://www.google.com/maps/@48.8741019,2.293728,3a,75y,111.88h,85.69t/data=!3m6!1e1!3m4!1ssbfllIbdqW_ylzUNmOcYbg!2e0!7i16384!8i8192,https://www.facebook.com/photo/?fbid=10161008571833976&set=pcb.10161008588853976,https://www.greeka.com/greece-history/flags/,https://www.google.com/maps/place/Greece/@38.0602976,19.99122,6z/data=!3m1!4b1!4m5!3m4!1s0x135b4ac711716c63:0x363a1775dc9a2d1d!8m2!3d39.074208!4d21.824312,https://www.facebook.com/hraaustralia/posts/290279962890655,https://www.facebook.com/photo/?fbid=10161008571833976&set=pcb.10161008588853976,https://www.google.com/maps/place/Athens,+Greece/@37.9908997,23.7033198,13z/data=!3m1!4b1!4m5!3m4!1s0x14a1bd1f067043f1:0x2736354576668ddd!8m2!3d37.9838096!4d23.7275388,https://mw3.news/in-greece-thousands-rally-against-covid-19-vaccinations/,https://mw3.news/contact/staff-directory/,https://mw3.news/in-greece-thousands-rally-against-covid-19-vaccinations/,https://africacheck.org/sites/default/files/media/images/2021-07/TinEye-Greece-protests.jpg,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976,http://www.divergence-images.com/olivier-coret/reportages/gilets-jaunes-champs-elysees-OCO1193/gilets-jaunes-champs-elysees-ref-OCO1193001.html,https://translate.google.com/translate?sl=auto&tl=en&u=http://www.divergence-images.com/olivier-coret/reportages/gilets-jaunes-champs-elysees-OCO1193/gilets-jaunes-champs-elysees-ref-OCO1193001.html,https://www.npr.org/2018/12/03/672862353/who-are-frances-yellow-vest-protesters-and-what-do-they-want,https://www.npr.org/2018/12/03/672862353/who-are-frances-yellow-vest-protesters-and-what-do-they-want,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976",Photo of 2018 fuel tax protest in France – not demonstrators ‘unleashing truth variant’ against Covid measures,"fuel tax, protest, covid, Covid-19",,,,, +3,,,,False,Oluseyi Awojulugbe,,,africacheck,https://africacheck.org/about/authors/oluseyi-awojulugbe,https://africacheck.org/fact-checks/fbchecks/no-dont-use-garlic-lower-blood-pressure,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that garlic can be used to lower high blood pressure.It also credits the World Health Organization (WHO) with saying garlic helps to reduce blood pressure in patients with moderate hypertension.“Garlic works in a way to increase the size of the arteries, which makes it easier for blood to pass. In addition, due to its diuretic properties, it reduces the volume of water in the body and therefore blood pressure,” reads part of the post.The post does include an unusual warning: “Be careful, even regular consumption of garlic does not exempt from appropriate treatment, especially in people with severe hypertension.” But is there any scientific evidence that the bulbous flowering plant can be used to manage high blood pressure? We checked.High blood pressure leads to 9.4 mn deaths annuallyAccording to the WHO, high blood pressure, also called hypertension, is when the force exerted by blood pushing against the walls of the arteries is higher than what is considered normal.“Hypertension is diagnosed if, when it is measured on two different days, the systolic blood pressure readings on both days are greater than 140 mmHg and/or the diastolic blood pressure readings on both days are greater than 90 mmHg,” says a WHO fact sheet on hypertension.Blood pressure is measured in units of millimeters of mercury, or mmHg. It is recorded as two numbers, the systolic or upper value first, followed by the diastolic or lower value. About 1.13 billion people around the world have high blood pressure, with the majority living in low- and middle-income countries. This leads to about 9.4 million deaths annually, says the WHO.‘Not approved by health authorities’ – expertSome studies have documented the potential of garlic in lowering high blood pressure in a similar way to standard medication. A review of trials involving garlic concludes that the vitamin B status of an individual is “an important factor for the responsiveness of high blood pressure to garlic”.But Basden Onwubere, a professor of medicine at the University of Nigeria in southeastern Nigeria, was sceptical. He told Africa Check: “Such prescriptions cannot be made by doctors.” “There are studies that have been published about the use of garlic in managing some health conditions but I am not aware of any traditional medicine that has been approved officially by Nafdac for use in managing high blood pressure,” he said.Nafdac is Nigeria’s National Agency for Food and Drug Administration and Control, responsible for regulating and controlling drugs, among other substances.Onwubere said: “Until that [approval] becomes available, what we are using now is the orthodox way of managing hypertension. This is medication and advice on managing the patient’s diet.”Africa Check has also checked claims on Facebook that ginger or ginger tea can prevent heart attack and stroke, and that mixing lemon, ginger and garlic cures high blood pressure. Like this claim, we found no conclusive evidence to support these. Experts advise those with high or elevated blood pressure to ignore miracle cures promoted on social media and seek proper medical care.","https://www.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=2&_rdr,https://www.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=2&_rdr,https://web.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=3&_rdr,https://www.webmd.com/vitamins/ai/ingredientmono-300/garlic,https://www.who.int/,https://www.who.int/news-room/q-a-detail/noncommunicable-diseases-hypertension,https://www.who.int/news-room/fact-sheets/detail/hypertension,https://www.ncbi.nlm.nih.gov/books/NBK279251/,https://www.heart.org/en/health-topics/high-blood-pressure/understanding-blood-pressure-readings,https://www.who.int/news-room/fact-sheets/detail/hypertension,https://www.who.int/news-room/q-a-detail/noncommunicable-diseases-hypertension,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4266250/,https://academic.oup.com/jn/article/146/2/389S/4584698,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6966103/,https://www.unn.edu.ng/,https://www.nafdac.gov.ng/,https://africacheck.org/fact-checks/fbchecks/ginger-or-ginger-tea-wont-prevent-heart-attack-and-stroke,https://africacheck.org/fact-checks/fbchecks/no-lemon-ginger-and-garlic-wont-cure-high-blood-pressure","No, don’t use garlic to lower blood pressure","Garlic, high blood pressure",,,,, +4,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-martine-moise-first-lady-haiti-not-dead,,2021-07-28,africacheck,,"Martine Moïse, the wife of Haiti’s assassinated president, is dead, claims a post shared on Facebook in Nigeria in July 2021.On 7 July, Haitian president Jovenel Moïse was assassinated in his private residence in the capital, Port-au-Prince. His wife, Martine Moïse, was also shot in the attack. Haiti is an island nation in the Caribbean Sea.The post claims that the “First Lady died from her injuries”, after being “rushed to hospital” and “despite the doctors’ best efforts”. The post includes photos of the couple. But is Martine Moïse dead?Alive and well Moïse was seriously injured during the assassination and was flown to Florida in the US for medical treatment.But on 17 July she spoke to the media from her hospital bed, confirming she was alive and well.In an article updated 17 July, she was pictured wearing a bulletproof vest as she returned to Port-au-Prince.Moïse also spoke at her late husband’s funeral on 22 July.","https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://www.cfr.org/in-brief/assassination-haitian-president-jovenel-moise-what-know,https://www.cfr.org/in-brief/assassination-haitian-president-jovenel-moise-what-know,https://twitter.com/martinejmoise?lang=en,https://www.britannica.com/place/Haiti,https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://news.sky.com/story/wife-of-assassinated-haiti-president-jovenel-moise-speaks-from-hospital-bed-12353342,https://www.wsj.com/articles/martine-moise-wife-of-assassinated-president-makes-surprise-return-to-haiti-11626564491,https://www.npr.org/2021/07/17/1017398219/martine-moise-wife-of-slain-president-returns-to-haiti,https://www.voanews.com/americas/gunfire-protests-disrupt-funeral-haitis-assassinated-president","No, Martine Moïse, first lady of Haiti, not dead",,,,,, +5,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/biafran-independence-movement-leader-nnamdi-kanu-arrested-not-fake-news,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that Nnamdi Kanu, leader of the Indigenous People of Biafra (Ipob), was not arrested, despite news reports saying he was.It reads: “Nnamdi Kanu Arrest. Nigerians and there fake news flying upandan [up and down].” Biafra was a region that roughly correlates with Nigeria’s South East geopolitical zone today.  In May 1967, Biafra declared its independence from the rest of the country. A civil war followed, ending in January 1970 with Biafra’s defeat.  There are continued calls for Biafran independence, most notably by Ipob. But has Kanu, who has been living in London in the UK, been arrested?Kanu arrested and arraigned in courtThere have been multiple reports in the mainstream media of Kanu’s arrest, both in Nigeria and internationally.He was arrested on 27 June 2021 through joint efforts by Nigerian security agents and the International Criminal Police Organization, or Interpol. But officials have not disclosed where and how.According to Nigeria's justice minister, Abubakar Malami, Kanu was brought back to Nigeria to face trial, after jumping bail in 2019.‘11-count charge’Kanu was previously arrested on 14 October 2015 on 11 charges, including terrorism, treasonable felony and managing an unlawful society. He was granted bail in 2017.He is also accused of inciting violence against the Nigerian state and institutions through TV, radio and online broadcasts, and of instigating violence, particularly in southeastern Nigeria.Kanu appeared before a federal high court in Abuja on 29 June 2021, two days after his arrest. While all the details are still to emerge at the time of writing, claims that he was not arrested are false.","https://www.facebook.com/photo.php?fbid=158238561912186&set=pcb.158238601912182&type=3&theater,https://web.facebook.com/groups/388050959313043/posts/466523654799106/?__cft__[0]=AZVbT-nA-yAjwpgsAhc1l4NBvq1ngxoQLVYc2lZNP4J9vZmrzX00uNUbEzMHp7Hn7b7MIcQCW7AdYYkwpsAkwqSPPAadikibVN_pfYbZa1WcKcJCrNNgPGqs9r42hcrlq-A&__tn__=%2CO%2CP-R,https://foreignpolicy.com/2020/06/11/nigeria-biafra-kanu-reconciliation-independence/,https://web.facebook.com/groups/388050959313043/posts/466523654799106/?__cft__[0]=AZVbT-nA-yAjwpgsAhc1l4NBvq1ngxoQLVYc2lZNP4J9vZmrzX00uNUbEzMHp7Hn7b7MIcQCW7AdYYkwpsAkwqSPPAadikibVN_pfYbZa1WcKcJCrNNgPGqs9r42hcrlq-A&__tn__=%2CO%2CP-R,https://www.britannica.com/place/Biafra,https://www.researchgate.net/figure/Map-of-Nigeria-and-its-geopolitical-zones-North-Central-Benue-FCT-Kogi-Kwara_fig1_256614605,https://www.britannica.com/place/Biafra,https://foreignpolicy.com/2020/06/11/nigeria-biafra-kanu-reconciliation-independence/,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://ugobestiky.com/wp-content/uploads/2019/09/FB_IMG_15681388255829898-750x430.jpg,https://www.theguardian.com/world/2021/jun/29/biafra-separatist-leader-arrested-and-extradited-to-nigeria,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://www.interpol.int/en,https://edition.cnn.com/2021/06/29/africa/nnamdi-kanu-arrested-nigeria-intl/index.html,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://www.premiumtimesng.com/news/headlines/470566-updated-nnamdi-kanu-re-arrested-returned-to-nigeria-malami.html,https://www.premiumtimesng.com/news/headlines/470566-updated-nnamdi-kanu-re-arrested-returned-to-nigeria-malami.html,https://guardian.ng/news/nnamdi-kanu-appears-in-court-after-re-arrest/",Biafran independence movement leader Nnamdi Kanu arrested – not ‘fake news’,,,,,, +6,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-nigerias-yoruba-separatist-sunday-adeyemo-still-custody-benin-wife-ropo,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria on 20 July 2021 claims that Sunday Adeyemo and his wife Ropo Adeyemo have been released from custody in Benin and allowed to board a plane to Germany.Adeyemo, popularly known as Sunday Igboho, has been campaigning for the self-determination of the Yoruba people in southwestern Nigeria.The Facebook post reads: “Breaking news!!!! Sunday Adeyemo (AKA) Igboho and his wife German citizen has been released and allows to board plane on their way to Germany #BeninRepublicNoBeKenya.”The post has been shared several times and some commenters were happy.One Facebook user said: “Just can't express my joy for the great news!!!”Another said: “Good to hear this, shame to the haters.”However, others said the claim was not true.Were Sunday and Ropo Adeyemo jailed and have they been released from custody in Benin?Igboho still held but wife releasedThe Adeyemos fled Nigeria for the neighbouring Republic of Benin in early July after their Ibadan home was raided by the the Department of State Services.Ammunition and weapons were found on the premises during the raid.The Nigerian government then issued a warrant for Sunday Adeyemo’s arrest.On 19 July, the couple were arrested in the port city of Cotonou by Beninoise authorities while trying to travel to Germany. Ropo Adeyemo lives in Germany.The charges brought by the Beninoise court were for immigration-related offences. It ordered Ropo’s release while Sunday remained in custody. His trial continued on 26 July. The claims on Facebook are false.","https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://www.bbc.com/news/world-africa-55934275,https://www.ngnews247.com/sunday-igboho-biography-wfe-age-house-sons-family-net-worth-cars/,https://www.premiumtimesng.com/news/top-news/471288-lagos-rally-sunday-igboho-yoruba-nation-campaigners-set-for-showdown-with-police.html,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://www.britannica.com/place/Benin,https://www.bbc.com/news/world-africa-55934275,https://www.dss.gov.ng/,https://guardian.ng/news/dss-declares-sunday-igboho-wanted-confirms-raid-on-his-residence/,https://guardian.ng/news/dss-declares-sunday-igboho-wanted-confirms-raid-on-his-residence/,https://www.premiumtimesng.com/news/headlines/474749-how-sunday-igboho-was-arrested-in-benin-republic.html,http://saharareporters.com/2021/07/22/breaking-beninese-court-releases-sunday-igboho%E2%80%99s-wife-orders-igboho-remain-custody,https://punchng.com/beninoise-courts-not-used-to-large-crowds-igbohos-lawyers-caution-supporters/","No, Nigeria's Yoruba separatist Sunday Adeyemo still in custody in Benin, but wife Ropo Adeyemo released",,,,,, +7,,,,Misleading,Keegan Leech,,,africacheck,https://africacheck.org/about/authors/keegan-leech,https://africacheck.org/fact-checks/reports/no-south-africa-does-not-account-50-global-mining-deaths,About 50% of global mining deaths occur in South Africa.,2021-07-28,africacheck,,"Messages posted on Twitter and Facebook claim that 50% of global mining deaths occur in South Africa.But the figure is taken from a 2020 report by the International Council on Mining and Minerals, which only records the deaths reported by its 28 member companies. This is not all the mining deaths in the world.There is a lack of reliable global statistics on mining fatalities. Deaths from mining diseases, and the deaths of contractors and small-scale miners, tend to be under-reported.“About 50% of global mining deaths occur in South Africa. Yet no single mining executive has been held accountable,” reads a tweet with more than 850 likes, which has been shared over 500 times on Twitter. The claim has also been posted on Facebook and other social media.When another user asked for “receipts” supporting the claim, the person who posted it said the data came from the International Council on Mining and Metals. Is the claim backed by data? We checked. Only 28 members included in rankingThe source of this claim is a 2020 report published by the International Council on Mining and Minerals (ICMM). The mining association collates the number of workplace accidents and fatalities recorded by its members.But the ICMM told Africa Check that its 28 member companies represent only about a third of the global mining industry. Not all mining companies are members and not all countries are represented. According to the report, South Africa recorded 22 out of 44 fatalities in 2020. This is 50% of deaths reported by its members – not 50% of global deaths. South Africa also accounted for more total working hours than any other individual country: 17.7% of all recorded hours in 2020.Government records more mining deathsSouth Africa has regularly fared worst in the ICMM’s safety reports. It has contributed the most deaths every year since 2015, the first year the council recorded location data. The one exception was 2019, when the Brumadinho dam disaster in Brazil claimed more than 250 lives.But the ICMM’s records likely don’t even represent all mining deaths in South Africa. The last year the country’s department of mineral resources and energy released a tally of mining fatalities was 2018. In that year, the department recorded 81 fatalities, while South African ICMM members recorded just 14.Data on global mining deaths is limited According to the Minerals Council South Africa (MCSA), another mining industry employers’ organisation, the ICMM’s 28 members “exclude huge numbers of mining businesses in many parts of the world, including some major mining jurisdictions, most notably China”.But determining the total number of mining fatalities around the world is not easy.“There is no one record of all industry fatalities,” the ICMM told Africa Check. “Individual companies will release their fatality numbers in their own sustainability and annual reports.”In 2019 the Wall Street Journal reported that many of the world’s mining fatalities may not even be counted. Its analysis of mining companies’ safety reports found that many did not record the deaths of contractors, workers transporting extracted minerals or deaths at joint mining ventures, which are managed by more than one company.The journal even found that more than half of the people who died in the 2019 Brumadinho dam disaster may not have been included in the official mining death toll. Deaths from mining diseases are even more likely to go unrecorded.Artisanal mining deaths may not be recordedAnother category of fatalities which may go overlooked is artisanal mining. In 2013, the World Bank estimated that there were “approximately 100 million artisanal miners globally”. This form of small-scale mining is often, but not always, conducted illegally. Deaths in this sector are more likely to go unrecorded. In June 2021 the bodies of 20 people believed to be illegal miners or “zama-zamas” were found near abandoned mine shafts in Johannesburg. In a 2016 report, human rights organisation Amnesty International said that in artisanal cobalt mines in the Democratic Republic of the Congo, “many accidents go unrecorded and bodies are left buried in the rubble”.And a 2004 publication by philanthropy organisation Oxfam, in collaboration with environmental non-profit Earthworks, found that “health and safety data for ASM [artisanal and small-scale mining] are sketchy, but the sector appears to experience a significantly higher accident rate than the industry as a whole”.Conclusion: South Africa accounts for 50% of mining deaths recorded by 28 companies in a single report – not 50% of global deaths. A widely shared social media post claims that South Africa accounted for “about 50% of global mining deaths”. But the report cited as evidence gives mining fatalities for 28 companies in 2020. That year South Africa accounted for half of the 44 recorded fatalities. The report likely doesn't even represent all mining deaths in South Africa. It also excludes major miners and mining countries such as China. We therefore rate the claim misleading. But data on global mining fatalities is fraught with problems. Beyond the lack of reliable global statistics, deaths from disease, and the deaths of contractors and small-scale miners, are regularly under-reported across the world. More and better data is needed to accurately determine how many deaths are due to mining, both globally and in South Africa.","https://africacheck.org/sites/default/files/media/images/2021-07/Screenshot_2021-06-21_at_16-00-47_T_on_Twitter.png,https://twitter.com/mokhathi/status/1406134773232418817,https://www.facebook.com/MduZondo/posts/4085206891534393,https://twitter.com/manhlamza/status/1406491787544432643,https://twitter.com/mokhathi/status/1406134773232418817,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2020-safety-data,https://www.icmm.com/,https://www.icmm.com/en-gb/about-us,https://www.icmm.com/en-gb/about-us/our-members/member-companies,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2019-safety-data,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2018-safety-data,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2015-safety-data,https://www.sciencedirect.com/science/article/pii/S0303243420300192,https://www.dmr.gov.za/,https://www.dmr.gov.za/Portals/0/Resources/Annual%20Reports/DMR_annual_report_2019_low%20res.pdf?ver=2019-11-05-161412-883#page=11,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2018-safety-data,https://www.mineralscouncil.org.za/,https://www.wsj.com/,https://www.wsj.com/articles/the-hidden-deaths-of-mining-11577825555,https://www.wsj.com/articles/the-hidden-deaths-of-mining-11577825555,https://www.eiti.org/ASM,https://www.worldbank.org/en/topic/extractiveindustries/brief/artisanal-and-small-scale-mining,https://www.timeslive.co.za/news/south-africa/2021-06-15-twenty-bodies-of-alleged-zama-zamas-found-outside-klerksdorp/,https://www.amnestyusa.org/reports/this-is-what-we-die-for-human-rights-abuses-in-the-democratic-republic-of-the-congo-power-the-global-trade-in-cobalt/,https://www.amnestyusa.org/,https://www.earthworks.org/publications/dirty_metals/,https://www.oxfam.org/en,https://www.earthworks.org/,https://www.earthworks.org/cms/assets/uploads/archive/files/publications/DirtyMetals_Workers.pdf#page=2","No, South Africa does not account for ‘50% of global mining deaths’","mining, global, deaths",,,,, +8,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/lemon-zobo-baya-maganin-zazzabi-aje-asibiti,,2021-07-27,africacheck,,"Wani rubutu da aka buga a Facebook yayi iƙirarin cewa lemon zoɓo “na maganin zazzaɓi.”“ Yadda ake lemon zoɓo na magani,” rubutun ya fara. Ya bayyana yadda za ayi  lemon da a fara  jiƙa ganyen zoɓo, abarba, ganyen lemongiras, citta, biturut, lemon zaƙi, kankana da ruwa.Zoɓo dai wani lemo ne da ya shahara a Najeriya, wanda ake yi da busasshiyar filawar itacen rosilli. Itacen rosilli, wanda ake kira da habiscus sabdariffa a kimiyance ya fito ne daga ayarin itatuwan Malvaceae. Yana fitowa a wurare masu zafi, yana kuma da launin kore mai duhu ko jajayen kara da ganye.Shin lemon da aka bayyana a rubutun yana maganin zazzaɓi?  Abubuwa da dama na jawo zazzaɓiZazzaɓi shine ƙaruwar zafin jiki sama da maki 37 a ma’aunin selshiyos. Wanda ke nuna alamun shigar cuta, kamar yadda Mayo Clinic suka bayyana. Wasu daga cikin alamun zazzaɓi sun haɗa da ciwon kai, rawar jiki, rashin ɗanɗano, rashin ruwa a jiki da kuma kasala. Hukumar lafiya ta Britaniyya(NHS) tace abubuwa da cututtaka da dama na iya jawo zazzaɓi. Yana kuma daga cikin alamun cutar Covid-19.Mutane- manya da yara- idan zazzaɓi ya kama su tare da ciwon kai mai zafi, jijjiga, rikicewar tunani, yawan amai, ciwon ciki da wahala wajen numfashi, ana basu shawarar zuwa asibiti cikin gaggawa.Kada a ɗauki zazzaɓi akan abu mai sauƙi“ Wannan haɗin gargajiya ne, ayi watsi da shi,” Cewar Marycelin Baba, Farfesa a fannin ƙwayoyin cuta ta jami’ar Maiduguri, kamar yadda ta shaidawa Africa Check.Baba wadda suka wallafa wata takarda akan gaza gane cutar zazzaɓin cizon sauro da zazzaɓin taifot. “ Babu wata hujja a kimiyance da ta goyi da bayan wannan da’awar,”  cewar Farfesar. “ Wannan haɗi baya magani ko hana zazzaɓi. Ƴaƴan itatuwan da aka lissafa na da muhimmanci  a jiki amma ba maganin zazzaɓi ba ne”.Baba ta ƙara da cewa: Idan an kamu da zazzaɓi, a hanzarta zuwa asibiti. Kada a dogara da haɗe-haɗe. Kada a ɗauki zazzaɓi da wasa.”","https://web.facebook.com/groups/353470598374000/permalink/1629649860756061/?__cft__%5b0%5d=AZXew-FyosdUNvmFiQHu2WmjBTbE0I-jl6fFvTmV0nZLllEaKq82pDD0kJl1kshMkyhXxKF0T8YLX_s3bUyzEtZRaH-bDeDuN0n0sc1Hbgp3l2kAaIKLJUpzf2F-2u7tfoQU6o5e4rM3jIMNjN2hZKW9&__tn__=%2CO%2CP-R,https://thenationonlineng.net/interesting-facts-zobo-roselle-drinks/,https://www.britannica.com/plant/roselle-plant,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.nhs.uk/search/results?q=Fever&page=0,https://www.health.harvard.edu/diseases-and-conditions/covid-19-basics,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.unimaid.edu.ng/,https://www.longdom.org/proceedings/arbovirus-coinfections-in-suspected-febrile-malaria-and-typhoid-patients-a-worrisome-situation-in-nigeria-85.html",Lemon Zoɓo baya maganin zazzaɓi- aje asibiti,"zobo, Incorrect",,,,, +9,,,,False,Grace Gichuhi,,,africacheck,https://africacheck.org/about/authors/grace-gichuhi,https://africacheck.org/fact-checks/fbchecks/nairobi-demonstration-solidarity-nigerias-2021-democracy-day-protests-no-photo,,2021-07-28,africacheck,,"A photo of a group of people waving the flag of Nigeria has been posted on Facebook with the claim that it shows Kenyans in Nairobi “standing in solidarity” with the people of Nigeria.“June 12 Protest: Kenyans stand with Nigerians in solidarity,” the caption reads. “Location: Nairobi. THANK YOU.” The 12 June 2021 post is on a Facebook page with some 14,000 followers. The photo and claim has also been widely shared on Twitter. In 2019, Nigerian president Muhammadu Buhari signed into law that 12 June would be the national holiday of Democracy Day. The holiday is controversial. In 2021, Democracy Day saw protests in several Nigerian cities. The protests were against poor governance and “terrorism, criminal abductions and separatist movements”, according to one report.But what does the photo really show?#EndSARS ProtestsA Google reverse image search reveals that the photo has been online since at least 18 October 2020 – almost eight months before 12 June 2021. It appears in a 2020 article on the website of Premium Times, a credible Nigerian newspaper. The article’s headline is: “ANALYSIS: Will deployment of troops quell or escalate #EndSARS protests?” The photo is watermarked “Premium Times -- Kabiru Yusuf”.The photo is of #EndSARS protests in Nigeria, in October 2020. The protests demanded that the county’s police Special Anti-Robbery Squad (Sars) be disbanded because of the unit’s alleged extrajudicial killings, brutality and human rights abuses.Abuja, not NairobiWe searched the Premium Times news website and found articles by Kabiru Yusuf. Our fact-checking colleagues at Dubawa contacted Yusuf, who said the photo was taken in Abuja, Nigeria’s capital. So, no, the photo was not taken in Nairobi, Kenya, on 12 June 2021. It was taken in Abuja, Nigeria, in October 2020 during the county’s #EndSars protests.","https://web.facebook.com/genevievemmiliaku/posts/171519914983217,https://web.facebook.com/genevievemmiliaku/posts/171519914983217,https://twitter.com/_iAlen/status/1403697588935827459,https://twitter.com/chiefagbabiaka1/status/1403833196190605315,https://thenationonlineng.net/buhari-signs-june-12-democracy-day-bill-into-law/,https://theconversation.com/june-12-is-now-democracy-day-in-nigeria-why-it-matters-118572,https://www.bbc.com/pidgin/tori-57418137,https://www.reuters.com/world/africa/nation-is-fire-nigerian-lawmakers-demand-action-security-crisis-2021-04-27/,https://www.voanews.com/africa/nigerians-mark-annual-democracy-day-protests,https://africacheck.org/sites/default/files/media/documents/2021-07/Google%20Search-Nigeria%20Photo.pdf,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.premiumtimesng.com/news/headlines/421617-analysis-will-deployment-of-troops-quell-or-escalate-endsars-protests.html,https://www.amnesty.org/en/latest/campaigns/2021/02/nigeria-end-impunity-for-police-violence-by-sars-endsars/,https://www.premiumtimesng.com/author/kabiruyusuf,https://dubawa.org/endsars-photo-used-to-paint-narrative-kenyans-protest-in-solidarity-with-nigerians/","Nairobi demonstration in solidarity with Nigeria’s 2021 Democracy Day protests? No, photo of 2020 #EndSARS protests in Abuja",,,,,, +10,,,,False,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/fbchecks/no-asymptomatic-covid-patients-can-transmit-virus-and-masks-work,,2021-07-28,africacheck,,"A Facebook video posted on 5 July 2021 claims that studies show asymptomatic Covid-19 patients – people who don’t get sick – can’t transmit the new coronavirus. It also says the US Centers for Disease Control (CDC) published a review of studies and found wearing a mask doesn’t stop the spread of Covid.In the video, a woman appears to be standing at a podium, talking to an audience off camera. She says: “Nearly 500 people were recently exposed to a Covid positive asymptomatic carrier. Zero got sick. Asymptomatic carriers of Covid do not spread disease.”She goes on to claim: “The CDC a couple weeks ago did a study where they looked at every single other study in the entire world on face mask wearing and this is what they found. The CDC found, quote, ‘no reduction in viral transmission with the use of face masks’.”The words “the information is there dont say u wernt warned” are printed on the video. It’s been shared more than 1,200 times so far, including in South Africa. Since Covid-19 was declared a pandemic in early 2020, the World Health Organization has warned that Covid patients who don’t show any symptoms of the disease can still spread it to others. It also says masks are a “key measure to suppress transmission and save lives”.Do studies prove that asymptomatic Covid-19 patients can’t spread the disease? And has a CDC analysis found that masks don’t reduce transmission?Video of US attorney Leigh DundasThe video does not identify the woman, where she is, or when the video was taken. It’s poor quality, taken from an original that doesn’t appear to be online anymore.But we did find a short video on Vimeo of a woman named Leigh Dundas, speaking on 13 April. Based on her voice, hairstyle, clothing and the background, it’s likely that the video on Facebook shows this woman, at the same event.In the Vimeo video she identifies herself as a human rights attorney. The video is captioned “Leigh Dundas, Board of Supervisors, April 13 2021”. Dundas, a US attorney, publicly supports that country’s anti-vaccination movement. Voice of OC reports that, in May, she helped organise residents in California’s Orange county to go to local Board of Education meetings to petition against mandatory vaccinations and “vaccine passports”.As Africa Check has found, there is no such thing as mandatory or “universal” vaccination in the US. And vaccine passports don’t exist there.Asymptomatic patients can transmit the virusIn the Facebook video, Dundas refers to a May 2020 study in Wuhan, China. It’s titled A study on infectivity of asymptomatic SARS-CoV-2 carriers. The Covid-19 pandemic is thought to have started in Wuhan.The researchers studied 455 people who had been in contact with asymptomatic Covid-positive patients. None of the 455 tested positive for Covid-19. But the study didn’t find that people with asymptomatic Covid-19 can’t transmit the virus. Instead, it concluded that “the infectivity of some asymptomatic SARS-CoV-2 carriers might be weak”. SARS-CoV-2 is the formal name of the new coronavirus that causes Covid-19.Other studies of asymptomatic carriers have found that they can transmit the virus.A January 2021 study looked at 2,250 people in a “confined” community of university staff in the Canadian province of Quebec. Confinement, the study says, is “used to reflect social restrictions instructed by Quebec's government”.It found that 1.82% of the staff were asymptomatic carriers. None had contact with any known Covid patients. The researchers concluded: “Our results raise concerns about the possibility of viral spread through asymptomatic transmission.” But they added that the rate of asymptomatic transmission was unknown.In February 2021, a study based on daily mass screenings of some 20,000 residents of Luxembourg, a small country in Europe, was published. It found that, on average, asymptomatic patients infected the same number of people as patients with Covid-19 symptoms. The researchers concluded: “Asymptomatic carriers represent a significant risk for transmission.”CDC: Masks reduce Covid spreadAnd what about Dundas’s claim that a CDC analysis had found that masks didn’t reduce the amount of coronavirus transmitted between people?This is not what the CDC website says. A science brief on the site, updated on 7 May 2021, quotes several studies that found face masks reduced the risk of Covid-19 infection by as much as 79%, and had led to declines in daily new cases.The CDC concludes: “Experimental and epidemiological data support community masking to reduce the spread of SARS-CoV-2.” The CDC also says that making people wear masks can help prevent possible lockdowns in the future. The benefits increase when people are also required to use other measures against Covid: social distancing, hand washing and good ventilation. Conclusion: Video’s claims are falseIn a video posted on Facebook, US anti-vaccination advocate and lawyer Leigh Dundas claims that asymptomatic Covid-19 patients can’t transmit the virus. She also says a study by the US Centers for Disease Control found that masks don’t reduce the spread of the disease.But the CDC study doesn’t conclude that asymptomatic patients can’t transmit the virus. And  other studies have found that asymptomatic patients do transmit the virus. The CDC has published studies supporting the benefits of masks, and says wearing masks can reduce the spread of Covid-19.","https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.cdc.gov/,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.facebook.com/zaayiin.yellodd/videos/vb.100066665882510/247084380557206/?type=2&theater,https://www.who.int/news-room/q-a-detail/coronavirus-disease-covid-19-how-is-it-transmitted,https://www.who.int/emergencies/diseases/novel-coronavirus-2019/question-and-answers-hub/q-a-detail/coronavirus-disease-covid-19-masks,https://vimeo.com/537203201,https://vimeo.com/537203201,https://vimeo.com/537203201,https://www.rawstory.com/leigh-dundas/,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://www.google.com/maps/place/Orange+County,+CA,+USA/@33.6394877,-118.3298942,9z/data=!3m1!4b1!4m5!3m4!1s0x80dc925c54d5f7cf:0xdea6c3618ff0d607!8m2!3d33.7174708!4d-117.8311428,https://voiceofoc.org/2021/05/oc-supervisors-debate-cancelling-digital-coronavirus-vaccine-records-hundreds-of-people-rail-against-vaccine-passports/,https://africacheck.org/fact-checks/fbchecks/no-us-supreme-court-hasnt-ruled-against-universal-vaccination-theres-no-such,https://apnews.com/article/fact-checking-afs:Content:10051817171,https://www.google.com/maps/place/Wuhan,+Hubei,+China/@30.5684073,114.0201922,10z/data=!3m1!4b1!4m5!3m4!1s0x342eaef8dd85f26f:0x39c2c9ac6c582210!8m2!3d30.592849!4d114.305539,https://www.google.com/maps/place/China/@34.4504157,86.0458274,4z/data=!3m1!4b1!4m5!3m4!1s0x31508e64e5c642c1:0x951daa7c349f366f!8m2!3d35.86166!4d104.195397,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.nature.com/articles/d41586-021-00502-4,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7219423/,https://www.who.int/emergencies/diseases/novel-coronavirus-2019/technical-guidance/naming-the-coronavirus-disease-(covid-2019)-and-the-virus-that-causes-it,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.google.com/maps/place/Canada/@56,-96,3z/data=!3m1!4b1!4m5!3m4!1s0x4b0d03d337cc6ad9:0x9968b72aa2438fa5!8m2!3d56.130366!4d-106.346771,https://www.google.com/maps/place/Quebec,+Canada/@53.4733017,-77.4028603,5z/data=!3m1!4b1!4m5!3m4!1s0x4c58b5349fd1a8a1:0x1040cadae4d0020!8m2!3d52.9399159!4d-73.5491361,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.sciencedirect.com/science/article/pii/S0196655320307811,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.google.com/maps/place/Luxembourg/@49.8423357,1.6489564,6z/data=!4m5!3m4!1s0x479545b9ca212147:0x64db60f602d392ef!8m2!3d49.815273!4d6.129583,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.thelancet.com/journals/lanepe/article/PIIS2666-7762(21)00033-8/fulltext,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html,https://www.cdc.gov/coronavirus/2019-ncov/science/science-briefs/masking-science-sars-cov2.html","No, asymptomatic Covid patients can transmit the virus, and masks work",,,,,, +11,,,,Partlyfalse,Mary Alexander,,,africacheck,https://africacheck.org/about/authors/mary-alexander,https://africacheck.org/fact-checks/fbchecks/photo-2018-fuel-tax-protest-france-not-demonstrators-unleashing-truth-variant,,2021-07-28,africacheck,,"“Greece and France... Yep its happening, time to unlesh the new TRUTH variant,” reads the caption of two photos of what seem to be mass protests, posted on Facebook in July 2021 and shared in South Africa.The first photo shows a huge crowd of people on an avenue in Paris, France’s capital city. The city’s famous Arc de Triomphe can be seen in the background. Many in the crowd are wearing yellow reflective vests.The second photo is of another crowd, flanked by police, in a city square. The flag of Greece can be seen waving in the crowd.The photos were also posted on an Australia-based Facebook page, with a similar caption: “Greece & France! Thousands rally against COVID-19 vaccinations and government restrictions.”But do the photos really show people “unleashing the TRUTH variant” in protests against Covid-19 measures in Greece and France?Protest against vaccinations in Greece, against fuel tax in FranceA Google reverse image search of the second photo reveals that it does indeed show a rally against Covid-19 vaccinations, in the Greek capital of Athens on 14 July.The photo appears in an article on M3 News, an international online news magazine.“More than 5,000 anti-vaccine protesters, some of them waving Greek flags and wooden crosses, rallied in Athens on Wednesday to oppose Greece’s coronavirus vaccinations program,” the article reads.It adds: “Protests are fairly common in Greece and there have been several in recent months on issues ranging from new labour law to the most recent Israeli military campaign on Gaza.”But a TinEye reverse image search of the first photo, filtered for the oldest version, reveals that it has been online since at least 4 December 2018 – over a year before the coronavirus was first identified in late December 2019.The photo can be found on the French-language stock photo website Divergence Images. A machine translation of its caption reads: “Demonstration of the Yellow Vests on the Champs-Elysees, Paris on November 24, 2018.” It was taken by Olivier Coret.According to the US National Public Radio website, the 2018 yellow vests protests in France were sparked by the announcement of a new environmental tax on fuel.“Nicknamed for the safety vests worn by protesters, known as gilets jaunes, the yellow vest movement has sparked a political crisis for the French government,” the NPR says.“The protests started in the French provinces but spread to Paris, where demonstrations turned into riots over the weekend and scenes of violent civil unrest played out along the city's famous Avenue des Champs Élysées.”The second photo does show a protest against Covid-19 vaccinations, in Greece, but the first photo is of a demonstration against a fuel tax in France, more than two and a half years ago.","https://www.facebook.com/sonia.bonacci/posts/10161008588853976,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976,https://www.google.com/maps/place/Paris,+France/@48.8589507,2.2770201,12z/data=!3m1!4b1!4m5!3m4!1s0x47e66e1f06e2b70f:0x40b82c3688c9460!8m2!3d48.856614!4d2.3522219,https://www.google.com/maps/place/France/@46.1389696,-2.4368094,6z/data=!3m1!4b1!4m5!3m4!1s0xd54a02933785731:0x6bfd3f96c747d9f7!8m2!3d46.227638!4d2.213749,https://www.google.com/maps/@48.8741019,2.293728,3a,75y,111.88h,85.69t/data=!3m6!1e1!3m4!1ssbfllIbdqW_ylzUNmOcYbg!2e0!7i16384!8i8192,https://www.facebook.com/photo/?fbid=10161008571833976&set=pcb.10161008588853976,https://www.greeka.com/greece-history/flags/,https://www.google.com/maps/place/Greece/@38.0602976,19.99122,6z/data=!3m1!4b1!4m5!3m4!1s0x135b4ac711716c63:0x363a1775dc9a2d1d!8m2!3d39.074208!4d21.824312,https://www.facebook.com/hraaustralia/posts/290279962890655,https://www.facebook.com/photo/?fbid=10161008571833976&set=pcb.10161008588853976,https://www.google.com/maps/place/Athens,+Greece/@37.9908997,23.7033198,13z/data=!3m1!4b1!4m5!3m4!1s0x14a1bd1f067043f1:0x2736354576668ddd!8m2!3d37.9838096!4d23.7275388,https://mw3.news/in-greece-thousands-rally-against-covid-19-vaccinations/,https://mw3.news/contact/staff-directory/,https://mw3.news/in-greece-thousands-rally-against-covid-19-vaccinations/,https://africacheck.org/sites/default/files/media/images/2021-07/TinEye-Greece-protests.jpg,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976,http://www.divergence-images.com/olivier-coret/reportages/gilets-jaunes-champs-elysees-OCO1193/gilets-jaunes-champs-elysees-ref-OCO1193001.html,https://translate.google.com/translate?sl=auto&tl=en&u=http://www.divergence-images.com/olivier-coret/reportages/gilets-jaunes-champs-elysees-OCO1193/gilets-jaunes-champs-elysees-ref-OCO1193001.html,https://www.npr.org/2018/12/03/672862353/who-are-frances-yellow-vest-protesters-and-what-do-they-want,https://www.npr.org/2018/12/03/672862353/who-are-frances-yellow-vest-protesters-and-what-do-they-want,https://www.facebook.com/photo/?fbid=10161008566563976&set=pcb.10161008588853976",Photo of 2018 fuel tax protest in France – not demonstrators ‘unleashing truth variant’ against Covid measures,"fuel tax, protest, covid, Covid-19",,,,, +12,,,,False,Oluseyi Awojulugbe,,,africacheck,https://africacheck.org/about/authors/oluseyi-awojulugbe,https://africacheck.org/fact-checks/fbchecks/no-dont-use-garlic-lower-blood-pressure,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that garlic can be used to lower high blood pressure.It also credits the World Health Organization (WHO) with saying garlic helps to reduce blood pressure in patients with moderate hypertension.“Garlic works in a way to increase the size of the arteries, which makes it easier for blood to pass. In addition, due to its diuretic properties, it reduces the volume of water in the body and therefore blood pressure,” reads part of the post.The post does include an unusual warning: “Be careful, even regular consumption of garlic does not exempt from appropriate treatment, especially in people with severe hypertension.” But is there any scientific evidence that the bulbous flowering plant can be used to manage high blood pressure? We checked.High blood pressure leads to 9.4 mn deaths annuallyAccording to the WHO, high blood pressure, also called hypertension, is when the force exerted by blood pushing against the walls of the arteries is higher than what is considered normal.“Hypertension is diagnosed if, when it is measured on two different days, the systolic blood pressure readings on both days are greater than 140 mmHg and/or the diastolic blood pressure readings on both days are greater than 90 mmHg,” says a WHO fact sheet on hypertension.Blood pressure is measured in units of millimeters of mercury, or mmHg. It is recorded as two numbers, the systolic or upper value first, followed by the diastolic or lower value. About 1.13 billion people around the world have high blood pressure, with the majority living in low- and middle-income countries. This leads to about 9.4 million deaths annually, says the WHO.‘Not approved by health authorities’ – expertSome studies have documented the potential of garlic in lowering high blood pressure in a similar way to standard medication. A review of trials involving garlic concludes that the vitamin B status of an individual is “an important factor for the responsiveness of high blood pressure to garlic”.But Basden Onwubere, a professor of medicine at the University of Nigeria in southeastern Nigeria, was sceptical. He told Africa Check: “Such prescriptions cannot be made by doctors.” “There are studies that have been published about the use of garlic in managing some health conditions but I am not aware of any traditional medicine that has been approved officially by Nafdac for use in managing high blood pressure,” he said.Nafdac is Nigeria’s National Agency for Food and Drug Administration and Control, responsible for regulating and controlling drugs, among other substances.Onwubere said: “Until that [approval] becomes available, what we are using now is the orthodox way of managing hypertension. This is medication and advice on managing the patient’s diet.”Africa Check has also checked claims on Facebook that ginger or ginger tea can prevent heart attack and stroke, and that mixing lemon, ginger and garlic cures high blood pressure. Like this claim, we found no conclusive evidence to support these. Experts advise those with high or elevated blood pressure to ignore miracle cures promoted on social media and seek proper medical care.","https://www.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=2&_rdr,https://www.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=2&_rdr,https://web.facebook.com/Aduramigbaherbalremedy/posts/293950485769162?_rdc=3&_rdr,https://www.webmd.com/vitamins/ai/ingredientmono-300/garlic,https://www.who.int/,https://www.who.int/news-room/q-a-detail/noncommunicable-diseases-hypertension,https://www.who.int/news-room/fact-sheets/detail/hypertension,https://www.ncbi.nlm.nih.gov/books/NBK279251/,https://www.heart.org/en/health-topics/high-blood-pressure/understanding-blood-pressure-readings,https://www.who.int/news-room/fact-sheets/detail/hypertension,https://www.who.int/news-room/q-a-detail/noncommunicable-diseases-hypertension,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4266250/,https://academic.oup.com/jn/article/146/2/389S/4584698,https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6966103/,https://www.unn.edu.ng/,https://www.nafdac.gov.ng/,https://africacheck.org/fact-checks/fbchecks/ginger-or-ginger-tea-wont-prevent-heart-attack-and-stroke,https://africacheck.org/fact-checks/fbchecks/no-lemon-ginger-and-garlic-wont-cure-high-blood-pressure","No, don’t use garlic to lower blood pressure","Garlic, high blood pressure",,,,, +13,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-martine-moise-first-lady-haiti-not-dead,,2021-07-28,africacheck,,"Martine Moïse, the wife of Haiti’s assassinated president, is dead, claims a post shared on Facebook in Nigeria in July 2021.On 7 July, Haitian president Jovenel Moïse was assassinated in his private residence in the capital, Port-au-Prince. His wife, Martine Moïse, was also shot in the attack. Haiti is an island nation in the Caribbean Sea.The post claims that the “First Lady died from her injuries”, after being “rushed to hospital” and “despite the doctors’ best efforts”. The post includes photos of the couple. But is Martine Moïse dead?Alive and well Moïse was seriously injured during the assassination and was flown to Florida in the US for medical treatment.But on 17 July she spoke to the media from her hospital bed, confirming she was alive and well.In an article updated 17 July, she was pictured wearing a bulletproof vest as she returned to Port-au-Prince.Moïse also spoke at her late husband’s funeral on 22 July.","https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://www.cfr.org/in-brief/assassination-haitian-president-jovenel-moise-what-know,https://www.cfr.org/in-brief/assassination-haitian-president-jovenel-moise-what-know,https://twitter.com/martinejmoise?lang=en,https://www.britannica.com/place/Haiti,https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://web.facebook.com/NGBREAKINGNEWS/posts/1999091423587583?__tn__=%2CO*F,https://news.sky.com/story/wife-of-assassinated-haiti-president-jovenel-moise-speaks-from-hospital-bed-12353342,https://www.wsj.com/articles/martine-moise-wife-of-assassinated-president-makes-surprise-return-to-haiti-11626564491,https://www.npr.org/2021/07/17/1017398219/martine-moise-wife-of-slain-president-returns-to-haiti,https://www.voanews.com/americas/gunfire-protests-disrupt-funeral-haitis-assassinated-president","No, Martine Moïse, first lady of Haiti, not dead",,,,,, +14,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/biafran-independence-movement-leader-nnamdi-kanu-arrested-not-fake-news,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria claims that Nnamdi Kanu, leader of the Indigenous People of Biafra (Ipob), was not arrested, despite news reports saying he was.It reads: “Nnamdi Kanu Arrest. Nigerians and there fake news flying upandan [up and down].” Biafra was a region that roughly correlates with Nigeria’s South East geopolitical zone today.  In May 1967, Biafra declared its independence from the rest of the country. A civil war followed, ending in January 1970 with Biafra’s defeat.  There are continued calls for Biafran independence, most notably by Ipob. But has Kanu, who has been living in London in the UK, been arrested?Kanu arrested and arraigned in courtThere have been multiple reports in the mainstream media of Kanu’s arrest, both in Nigeria and internationally.He was arrested on 27 June 2021 through joint efforts by Nigerian security agents and the International Criminal Police Organization, or Interpol. But officials have not disclosed where and how.According to Nigeria's justice minister, Abubakar Malami, Kanu was brought back to Nigeria to face trial, after jumping bail in 2019.‘11-count charge’Kanu was previously arrested on 14 October 2015 on 11 charges, including terrorism, treasonable felony and managing an unlawful society. He was granted bail in 2017.He is also accused of inciting violence against the Nigerian state and institutions through TV, radio and online broadcasts, and of instigating violence, particularly in southeastern Nigeria.Kanu appeared before a federal high court in Abuja on 29 June 2021, two days after his arrest. While all the details are still to emerge at the time of writing, claims that he was not arrested are false.","https://www.facebook.com/photo.php?fbid=158238561912186&set=pcb.158238601912182&type=3&theater,https://web.facebook.com/groups/388050959313043/posts/466523654799106/?__cft__[0]=AZVbT-nA-yAjwpgsAhc1l4NBvq1ngxoQLVYc2lZNP4J9vZmrzX00uNUbEzMHp7Hn7b7MIcQCW7AdYYkwpsAkwqSPPAadikibVN_pfYbZa1WcKcJCrNNgPGqs9r42hcrlq-A&__tn__=%2CO%2CP-R,https://foreignpolicy.com/2020/06/11/nigeria-biafra-kanu-reconciliation-independence/,https://web.facebook.com/groups/388050959313043/posts/466523654799106/?__cft__[0]=AZVbT-nA-yAjwpgsAhc1l4NBvq1ngxoQLVYc2lZNP4J9vZmrzX00uNUbEzMHp7Hn7b7MIcQCW7AdYYkwpsAkwqSPPAadikibVN_pfYbZa1WcKcJCrNNgPGqs9r42hcrlq-A&__tn__=%2CO%2CP-R,https://www.britannica.com/place/Biafra,https://www.researchgate.net/figure/Map-of-Nigeria-and-its-geopolitical-zones-North-Central-Benue-FCT-Kogi-Kwara_fig1_256614605,https://www.britannica.com/place/Biafra,https://foreignpolicy.com/2020/06/11/nigeria-biafra-kanu-reconciliation-independence/,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://ugobestiky.com/wp-content/uploads/2019/09/FB_IMG_15681388255829898-750x430.jpg,https://www.theguardian.com/world/2021/jun/29/biafra-separatist-leader-arrested-and-extradited-to-nigeria,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://www.interpol.int/en,https://edition.cnn.com/2021/06/29/africa/nnamdi-kanu-arrested-nigeria-intl/index.html,https://punchng.com/breaking-nnamdi-kanu-arrested-says-malami/,https://www.premiumtimesng.com/news/headlines/470566-updated-nnamdi-kanu-re-arrested-returned-to-nigeria-malami.html,https://www.premiumtimesng.com/news/headlines/470566-updated-nnamdi-kanu-re-arrested-returned-to-nigeria-malami.html,https://guardian.ng/news/nnamdi-kanu-appears-in-court-after-re-arrest/",Biafran independence movement leader Nnamdi Kanu arrested – not ‘fake news’,,,,,, +15,,,,False,Motunrayo Joel,,,africacheck,https://africacheck.org/about/authors/motunrayo-joel,https://africacheck.org/fact-checks/fbchecks/no-nigerias-yoruba-separatist-sunday-adeyemo-still-custody-benin-wife-ropo,,2021-07-28,africacheck,,"A post shared on Facebook in Nigeria on 20 July 2021 claims that Sunday Adeyemo and his wife Ropo Adeyemo have been released from custody in Benin and allowed to board a plane to Germany.Adeyemo, popularly known as Sunday Igboho, has been campaigning for the self-determination of the Yoruba people in southwestern Nigeria.The Facebook post reads: “Breaking news!!!! Sunday Adeyemo (AKA) Igboho and his wife German citizen has been released and allows to board plane on their way to Germany #BeninRepublicNoBeKenya.”The post has been shared several times and some commenters were happy.One Facebook user said: “Just can't express my joy for the great news!!!”Another said: “Good to hear this, shame to the haters.”However, others said the claim was not true.Were Sunday and Ropo Adeyemo jailed and have they been released from custody in Benin?Igboho still held but wife releasedThe Adeyemos fled Nigeria for the neighbouring Republic of Benin in early July after their Ibadan home was raided by the the Department of State Services.Ammunition and weapons were found on the premises during the raid.The Nigerian government then issued a warrant for Sunday Adeyemo’s arrest.On 19 July, the couple were arrested in the port city of Cotonou by Beninoise authorities while trying to travel to Germany. Ropo Adeyemo lives in Germany.The charges brought by the Beninoise court were for immigration-related offences. It ordered Ropo’s release while Sunday remained in custody. His trial continued on 26 July. The claims on Facebook are false.","https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://www.bbc.com/news/world-africa-55934275,https://www.ngnews247.com/sunday-igboho-biography-wfe-age-house-sons-family-net-worth-cars/,https://www.premiumtimesng.com/news/top-news/471288-lagos-rally-sunday-igboho-yoruba-nation-campaigners-set-for-showdown-with-police.html,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://web.facebook.com/pdployalistsfanpage/posts/336548608129514?__tn__=%2CO*F,https://www.britannica.com/place/Benin,https://www.bbc.com/news/world-africa-55934275,https://www.dss.gov.ng/,https://guardian.ng/news/dss-declares-sunday-igboho-wanted-confirms-raid-on-his-residence/,https://guardian.ng/news/dss-declares-sunday-igboho-wanted-confirms-raid-on-his-residence/,https://www.premiumtimesng.com/news/headlines/474749-how-sunday-igboho-was-arrested-in-benin-republic.html,http://saharareporters.com/2021/07/22/breaking-beninese-court-releases-sunday-igboho%E2%80%99s-wife-orders-igboho-remain-custody,https://punchng.com/beninoise-courts-not-used-to-large-crowds-igbohos-lawyers-caution-supporters/","No, Nigeria's Yoruba separatist Sunday Adeyemo still in custody in Benin, but wife Ropo Adeyemo released",,,,,, +16,,,,Misleading,Keegan Leech,,,africacheck,https://africacheck.org/about/authors/keegan-leech,https://africacheck.org/fact-checks/reports/no-south-africa-does-not-account-50-global-mining-deaths,About 50% of global mining deaths occur in South Africa.,2021-07-28,africacheck,,"Messages posted on Twitter and Facebook claim that 50% of global mining deaths occur in South Africa.But the figure is taken from a 2020 report by the International Council on Mining and Minerals, which only records the deaths reported by its 28 member companies. This is not all the mining deaths in the world.There is a lack of reliable global statistics on mining fatalities. Deaths from mining diseases, and the deaths of contractors and small-scale miners, tend to be under-reported.“About 50% of global mining deaths occur in South Africa. Yet no single mining executive has been held accountable,” reads a tweet with more than 850 likes, which has been shared over 500 times on Twitter. The claim has also been posted on Facebook and other social media.When another user asked for “receipts” supporting the claim, the person who posted it said the data came from the International Council on Mining and Metals. Is the claim backed by data? We checked. Only 28 members included in rankingThe source of this claim is a 2020 report published by the International Council on Mining and Minerals (ICMM). The mining association collates the number of workplace accidents and fatalities recorded by its members.But the ICMM told Africa Check that its 28 member companies represent only about a third of the global mining industry. Not all mining companies are members and not all countries are represented. According to the report, South Africa recorded 22 out of 44 fatalities in 2020. This is 50% of deaths reported by its members – not 50% of global deaths. South Africa also accounted for more total working hours than any other individual country: 17.7% of all recorded hours in 2020.Government records more mining deathsSouth Africa has regularly fared worst in the ICMM’s safety reports. It has contributed the most deaths every year since 2015, the first year the council recorded location data. The one exception was 2019, when the Brumadinho dam disaster in Brazil claimed more than 250 lives.But the ICMM’s records likely don’t even represent all mining deaths in South Africa. The last year the country’s department of mineral resources and energy released a tally of mining fatalities was 2018. In that year, the department recorded 81 fatalities, while South African ICMM members recorded just 14.Data on global mining deaths is limited According to the Minerals Council South Africa (MCSA), another mining industry employers’ organisation, the ICMM’s 28 members “exclude huge numbers of mining businesses in many parts of the world, including some major mining jurisdictions, most notably China”.But determining the total number of mining fatalities around the world is not easy.“There is no one record of all industry fatalities,” the ICMM told Africa Check. “Individual companies will release their fatality numbers in their own sustainability and annual reports.”In 2019 the Wall Street Journal reported that many of the world’s mining fatalities may not even be counted. Its analysis of mining companies’ safety reports found that many did not record the deaths of contractors, workers transporting extracted minerals or deaths at joint mining ventures, which are managed by more than one company.The journal even found that more than half of the people who died in the 2019 Brumadinho dam disaster may not have been included in the official mining death toll. Deaths from mining diseases are even more likely to go unrecorded.Artisanal mining deaths may not be recordedAnother category of fatalities which may go overlooked is artisanal mining. In 2013, the World Bank estimated that there were “approximately 100 million artisanal miners globally”. This form of small-scale mining is often, but not always, conducted illegally. Deaths in this sector are more likely to go unrecorded. In June 2021 the bodies of 20 people believed to be illegal miners or “zama-zamas” were found near abandoned mine shafts in Johannesburg. In a 2016 report, human rights organisation Amnesty International said that in artisanal cobalt mines in the Democratic Republic of the Congo, “many accidents go unrecorded and bodies are left buried in the rubble”.And a 2004 publication by philanthropy organisation Oxfam, in collaboration with environmental non-profit Earthworks, found that “health and safety data for ASM [artisanal and small-scale mining] are sketchy, but the sector appears to experience a significantly higher accident rate than the industry as a whole”.Conclusion: South Africa accounts for 50% of mining deaths recorded by 28 companies in a single report – not 50% of global deaths. A widely shared social media post claims that South Africa accounted for “about 50% of global mining deaths”. But the report cited as evidence gives mining fatalities for 28 companies in 2020. That year South Africa accounted for half of the 44 recorded fatalities. The report likely doesn't even represent all mining deaths in South Africa. It also excludes major miners and mining countries such as China. We therefore rate the claim misleading. But data on global mining fatalities is fraught with problems. Beyond the lack of reliable global statistics, deaths from disease, and the deaths of contractors and small-scale miners, are regularly under-reported across the world. More and better data is needed to accurately determine how many deaths are due to mining, both globally and in South Africa.","https://africacheck.org/sites/default/files/media/images/2021-07/Screenshot_2021-06-21_at_16-00-47_T_on_Twitter.png,https://twitter.com/mokhathi/status/1406134773232418817,https://www.facebook.com/MduZondo/posts/4085206891534393,https://twitter.com/manhlamza/status/1406491787544432643,https://twitter.com/mokhathi/status/1406134773232418817,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2020-safety-data,https://www.icmm.com/,https://www.icmm.com/en-gb/about-us,https://www.icmm.com/en-gb/about-us/our-members/member-companies,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2019-safety-data,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2018-safety-data,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2015-safety-data,https://www.sciencedirect.com/science/article/pii/S0303243420300192,https://www.dmr.gov.za/,https://www.dmr.gov.za/Portals/0/Resources/Annual%20Reports/DMR_annual_report_2019_low%20res.pdf?ver=2019-11-05-161412-883#page=11,https://www.icmm.com/en-gb/research/health-safety/benchmarking-2018-safety-data,https://www.mineralscouncil.org.za/,https://www.wsj.com/,https://www.wsj.com/articles/the-hidden-deaths-of-mining-11577825555,https://www.wsj.com/articles/the-hidden-deaths-of-mining-11577825555,https://www.eiti.org/ASM,https://www.worldbank.org/en/topic/extractiveindustries/brief/artisanal-and-small-scale-mining,https://www.timeslive.co.za/news/south-africa/2021-06-15-twenty-bodies-of-alleged-zama-zamas-found-outside-klerksdorp/,https://www.amnestyusa.org/reports/this-is-what-we-die-for-human-rights-abuses-in-the-democratic-republic-of-the-congo-power-the-global-trade-in-cobalt/,https://www.amnestyusa.org/,https://www.earthworks.org/publications/dirty_metals/,https://www.oxfam.org/en,https://www.earthworks.org/,https://www.earthworks.org/cms/assets/uploads/archive/files/publications/DirtyMetals_Workers.pdf#page=2","No, South Africa does not account for ‘50% of global mining deaths’","mining, global, deaths",,,,, +17,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/lemon-zobo-baya-maganin-zazzabi-aje-asibiti,,2021-07-27,africacheck,,"Wani rubutu da aka buga a Facebook yayi iƙirarin cewa lemon zoɓo “na maganin zazzaɓi.”“ Yadda ake lemon zoɓo na magani,” rubutun ya fara. Ya bayyana yadda za ayi  lemon da a fara  jiƙa ganyen zoɓo, abarba, ganyen lemongiras, citta, biturut, lemon zaƙi, kankana da ruwa.Zoɓo dai wani lemo ne da ya shahara a Najeriya, wanda ake yi da busasshiyar filawar itacen rosilli. Itacen rosilli, wanda ake kira da habiscus sabdariffa a kimiyance ya fito ne daga ayarin itatuwan Malvaceae. Yana fitowa a wurare masu zafi, yana kuma da launin kore mai duhu ko jajayen kara da ganye.Shin lemon da aka bayyana a rubutun yana maganin zazzaɓi?  Abubuwa da dama na jawo zazzaɓiZazzaɓi shine ƙaruwar zafin jiki sama da maki 37 a ma’aunin selshiyos. Wanda ke nuna alamun shigar cuta, kamar yadda Mayo Clinic suka bayyana. Wasu daga cikin alamun zazzaɓi sun haɗa da ciwon kai, rawar jiki, rashin ɗanɗano, rashin ruwa a jiki da kuma kasala. Hukumar lafiya ta Britaniyya(NHS) tace abubuwa da cututtaka da dama na iya jawo zazzaɓi. Yana kuma daga cikin alamun cutar Covid-19.Mutane- manya da yara- idan zazzaɓi ya kama su tare da ciwon kai mai zafi, jijjiga, rikicewar tunani, yawan amai, ciwon ciki da wahala wajen numfashi, ana basu shawarar zuwa asibiti cikin gaggawa.Kada a ɗauki zazzaɓi akan abu mai sauƙi“ Wannan haɗin gargajiya ne, ayi watsi da shi,” Cewar Marycelin Baba, Farfesa a fannin ƙwayoyin cuta ta jami’ar Maiduguri, kamar yadda ta shaidawa Africa Check.Baba wadda suka wallafa wata takarda akan gaza gane cutar zazzaɓin cizon sauro da zazzaɓin taifot. “ Babu wata hujja a kimiyance da ta goyi da bayan wannan da’awar,”  cewar Farfesar. “ Wannan haɗi baya magani ko hana zazzaɓi. Ƴaƴan itatuwan da aka lissafa na da muhimmanci  a jiki amma ba maganin zazzaɓi ba ne”.Baba ta ƙara da cewa: Idan an kamu da zazzaɓi, a hanzarta zuwa asibiti. Kada a dogara da haɗe-haɗe. Kada a ɗauki zazzaɓi da wasa.”","https://web.facebook.com/groups/353470598374000/permalink/1629649860756061/?__cft__%5b0%5d=AZXew-FyosdUNvmFiQHu2WmjBTbE0I-jl6fFvTmV0nZLllEaKq82pDD0kJl1kshMkyhXxKF0T8YLX_s3bUyzEtZRaH-bDeDuN0n0sc1Hbgp3l2kAaIKLJUpzf2F-2u7tfoQU6o5e4rM3jIMNjN2hZKW9&__tn__=%2CO%2CP-R,https://thenationonlineng.net/interesting-facts-zobo-roselle-drinks/,https://www.britannica.com/plant/roselle-plant,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.nhs.uk/search/results?q=Fever&page=0,https://www.health.harvard.edu/diseases-and-conditions/covid-19-basics,https://www.mayoclinic.org/diseases-conditions/fever/symptoms-causes/syc-20352759,https://www.unimaid.edu.ng/,https://www.longdom.org/proceedings/arbovirus-coinfections-in-suspected-febrile-malaria-and-typhoid-patients-a-worrisome-situation-in-nigeria-85.html",Lemon Zoɓo baya maganin zazzaɓi- aje asibiti,"zobo, Incorrect",,,,, +18,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/shafa-kugu-baya-kara-yawan-maniyyi,,2021-07-27,africacheck,,"Shafa tsakiyar ƙugu na sa ƙarin ruwan maniyyi, a cewar wani hoto a Facebook wanda mutane da dama suka aka rarraba shi.Hoton na ɗauke da kanun rubutun kamar haka, “ Yawan maniyyi” da kuma hoton babban ɗan yatsa akan tsakiyar ƙugu. “ Ku ƙara yawan maniyyi ta hanyar shafa nan wajen a ƙugun ku,” aka rubuta akan hoton.Wasu da su ke tsokaci a ƙasan rubutun waɗanda suka kai sama da mutum 600, na neman a tabbatar musu da gaskiyar batun. Akwai wata hujja a kimiyyance? Menene ƙarancin ruwan maniyyi?A cewar Mayo Clinic, wata cibiyar kiwon lafiya mallakar Amurka, ana ƙirga yawan maniyyin namiji ne ta hanyar dubawa da madubin dibarudu, sannan a ƙirga yawan ƙwayoyin halittar maniyyin da suka bayyana.Yawan ƙwayoyin halittar maniyyin lafiyayyen mutum yana kamawa daga miliyan 15 zuwa sama da miliyan 200 kowanne milimita. Wannan na nufin ƙasa da miliyan 39 yayin inzali. Babu hujja a kimiyyance “ Wannan ai abun dariya ne, duk shekarun da nayi ina aikin kiwon lafiya ban taɓa jin haka ba,” Cewar Sulyman Kuranga, Farfesan mafitsara na jami’ar Ilorin da ke arewa ta tsakiya a Najeriya, kamar yadda ya shaidawa Africa Check.Ya ce: “ Babu wata hujja a kimiyance cewa wannan zai ƙara yawan maniyyi. Sau tari ƙwayoyin cuta ke jawo matsalar ƙarancin yawan maniyyi. Idan an magance cutar, yawan maniyyi namiji na dawowa dai dai.”Don haka shafa ƙugu baya ƙara yawan maniyyi. Babu hujjar da ta tabbatar da hakan a kimiyance, hakan bashi da nasaba da samuwar ruwan maniyyi,” Kuranga ya ce.Bamu samu wani bayani ko bincike da akayi akan hakan ba.Africa Check ta taɓa tantance wata da’awa makamanciyar wannan, wadda ke cewa haɗa wasu  magungunan gargajiya na ƙara yawan maniyyi. Kamar dai wannan su ma ba mu samu wata hujja a kimiyyance ba, don haka da’awar ƙarya ce.","https://web.facebook.com/567790056994933/photos/a.568016010305671/596256384148300/,https://web.facebook.com/567790056994933/photos/a.568016010305671/596256384148300/,https://web.facebook.com/567790056994933/photos/a.568016010305671/596256384148300/,https://web.facebook.com/567790056994933/photos/a.568016010305671/596256384148300/,https://www.mayoclinic.org/,https://www.mayoclinic.org/diseases-conditions/low-sperm-count/diagnosis-treatment/drc-20374591,https://www.mayoclinic.org/diseases-conditions/low-sperm-count/diagnosis-treatment/drc-20374591,https://www.unilorin.edu.ng/,https://africacheck.org/fact-checks/fbchecks/no-combination-fruit-and-spices-wont-boost-sperm-count,https://africacheck.org/fact-checks/fbchecks/mixture-bitter-kola-powder-honey-and-ginger-no-cure-low-or-no-sperm-count",Shafa ƙugu baya ƙara yawan maniyyi,"Wrist, massage, sperm count",,,,, +19,,,,Incorrect,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/babu-wata-cikakkiyar-hujjar-cewa-jikakken-ganyen-mangwaro-na-taimakawa-masu,,2021-07-27,africacheck,,"Wani saƙo da ke yawo a Facebook a Najeriya na iƙirarin cewa za a iya amfani da  ganyen mangwaro don kula da cutar suga nau’i na biyu. Rubutun na Facebook na cewa: “ Ganyen Mangwaro na ɗauke da sindarin tanins da antosiyanis waɗanda suke da ikon taimakawa jiki ya samar da sinadarin insulin, ya daidaita yawan suga a jiki, ya taimakawa mai cutar suga nau’i na 2. Yana taimakawa mai ciwon rage alamomin ciwon a jiki, kamar yawan fitsari da daddare, ya kuma yi maganin cutukan sugan da akafi sani da aniyofati da ratinofati.”Ciwon suga cuta ce da ake rayuwa da ita a jiki, wacce ke haddasa hauhawar sikarin da ke jiki. Saboda gazawar jiki wajen samar da isasshen sinadarin insulin, ko kuma baya amfani da insulin ɗin da jiki ke samarwa yadda ya kamata. Jiki na amfani da sinadarin insulin wajen sarrafa suga da kitse.Cutar suga nau’i na 1 na afkuwa ne lokacin da jiki baya iya samar da isasshen sinadarin insulin, yayin da cutar suga nau’i na 2 na afkuwa ne lokacin da jiki ya gaza amfani da sinadarin insulin.Rubutun na Facebook ya bayyana yadda za’a haɗa da kuma yadda za’a yi amfani da jiƙon ganyen mangwaron.Shin akwai hujja a kimiyyance da ta tabbatar da hakan? Mun bincika. ‘Ba zan bawa kowa shawarar ya sha haɗin ba’ - cewar ƙwararre a fannin.A duk duniya, kimanin mutane miliyan 400 ke fama da cutar suga. Da dama sun fito daga ƙasashe masu ƙarancin tattalin arziƙi. Cutar na kashe aƙalla mutane milyan 1.6 a kowacce shekara, kamar yadda Hukumar Lafiya ta Duniya ta bayyana.Wasu binciken sun tattara bayanai akan sinadarin yaƙi da cutar suga da ke jikin mangwaro. Sharhi akan ayyukan ɗa itace da ganyen mangwaro wajen magani ya nuna cewa “ zai iya zama yana cikin magungunan maganin cutar suga”.“ Wasu daga cikin waɗannan itatuwa na da abubuwa kala kala a jikin su masu amfani,” Aihanuwa Eregie, Farfesa akan magunguna ta jami’ar Benin da ke kudu maso yammacin Najeriya ta shaidawa Africa Check.“Zan fi so ace anyi binciken waɗannan abubuwan a kimiyance, a fitar da abu mai amfani a yi gwaji akan sa na ɗan lokaci. Amma yanzu ba zan bawa kowa shawarar ya sha wannan haɗin ba,” Farfesar ta ce.Ta ƙara da cewa: “ Duk likitan da ya samo cikakken horo akan cutar suga, ba zai ce a sha ganyen mangwaro ba.”Hukumar kula da cututtaka masu yaɗuwa ta Amurka ta ce, za’a iya rayuwa da cutar suga tare da cin abincin da ya dace da shan magunguna don sauƙaƙa cutar suga, hawan jini da yawan kitse.","https://web.facebook.com/peterfatomilolaofficialpag/posts/1552215944969948,https://web.facebook.com/peterfatomilolaofficialpag/posts/1552215944969948,https://web.facebook.com/peterfatomilolaofficialpag/posts/1552215944969948,https://www.who.int/news-room/fact-sheets/detail/diabetes,https://www.hormone.org/your-health-and-hormones/glands-and-hormones-a-to-z/hormones/insulin,https://www.who.int/news-room/fact-sheets/detail/diabetes,https://web.facebook.com/peterfatomilolaofficialpag/posts/1552215944969948,https://www.who.int/health-topics/diabetes#tab=tab_1,https://www.who.int/health-topics/diabetes#tab=tab_1,https://www.sciencedirect.com/science/article/pii/S2452316X17300819,https://www.phytojournal.com/archives/2016/vol5issue3/PartA/5-2-21-518.pdf,https://www.uniben.edu/,https://www.cdc.gov/diabetes/basics/type2.html",Babu wata cikakkiyar hujjar cewa jiƙaƙƙen ganyen mangwaro na taimakawa masu cutar suga nau’i na biyu,"fake cures, diabetes, mixtures",,,,, +20,,,,False,Fatima Abubakar,,,africacheck,https://africacheck.org/about/authors/fatima-abubakar,https://africacheck.org/fact-checks/fbchecks/babu-hujjar-cewa-sojojin-najeriya-300-sun-bar-aiki-tun-bayan-hatsarin-jirgin,,2021-07-27,africacheck,,"“ SAMA DA SOJOJIN NAJERIYA 300 NE SUKA BAR AIKI BAYAN JIRGIN DA AKE ZARGI YA FADO DA SHUGABAN SOJOJIN DA WASU,” cewar wani rubutu da aka wallafa a Facebook a Najeriya, a watan Mayu 2021.Rubutun ya ƙara da cewa: “ MU DAI MUNA ZUBA IDO.”Lt Gen Ibrahim Attahiru, shugaban sojoji, ya rasa ransa da wasu mutane 10 ranar 21 ga watan Mayu a wani hatsarin jirgin sama a jihar Kaduna, arewa maso yammacin Najeriya. Jirgin ya taso ne daga Abuja, babban birnin tarayya, inda ya faɗi yayin da ya ke ƙoƙarin sauka a Kaduna sanadiyar rashin kyan yanayi. Ko sojojin Najeriya da dama sun bar aiki bayan afkuwar hatsarin? Mun bincika. Bamu samu inda aka fitar da labarin cewa sojoji 300 sun bar aiki baLabarin barin aikin sojoji na kwana-kwanan nan dai anyi shi tun watan Junerun 2021, inda aka ce an bawa sojojin 127 damar ajiye aiki idan suna so kafin watan Mayu. Kwamitin wakilai a Najeriya ya tabbatar da cewa a shekarar 2020 dai sojoji 386 sun ajiye aikin da kansu, dalilin matsalar rashin lafiya da wasu matsalolin..Amma babu rahoton barin aikin sojoji 300 bayan rasuwar Attahiru.Bamu samu shelar barin sojoji aiki ba a shafin rundunar sojojin, hanyoyin watsa labaran su ko a shafukan su na yanar gizo.","https://web.facebook.com/permalink.php?story_fbid=181073540577691&id=105023624849350&__cft__%5b0%5d=AZW0YHH6bwRBXe-Tm52ZxFFYVtNi242-Bs0ZKoZn90_qYyPbqXSjtNrHMemTglJb0ASictBnUG2YF1ypVpmOZlpfLCltDQj2TqIRZtOv7USb2BaZwaMWFMGgNhMbi_FVIhfV4sPX6KifvXumZqxYT9fp&__tn__=%2CO%2CP-R,https://www.bbc.com/news/world-africa-57208951,https://army.mil.ng/chief-of-army-staff-lt-gen-ibrahim-attahiru-dies-in-air-crash/,https://www.premiumtimesng.com/news/headlines/437852-exclusive-127-soldiers-resign-from-nigerian-army.html,https://www.icirnigeria.org/why-3https:/www.icirnigeria.org/why-386-soldiers-resigned-from-nigerian-army-in-q2-of-2020-reps/,https://dailytrust.com/386-soldiers-quit-army-in-1-year-reps,https://army.mil.ng/,https://twitter.com/HQNigerianArmy",Babu hujjar cewa sojojin Najeriya 300 sun bar aiki tun bayan hatsarin jirgin saman da yayi sanadin mutuwar shugaban sojojin,military,,,,, +21,,,,Fake,Grace Gichuhi,,,africacheck,https://africacheck.org/about/authors/grace-gichuhi,https://africacheck.org/fact-checks/fbchecks/no-tanzanian-president-suluhu-didnt-tweet-twitter-activist-kigogo2014-should,,2021-07-26,africacheck,,"Tanzanian president Samia Suluhu has come out in support of a prominent but anonymous Twitter user with the handle @Kigogo2014, a whistleblower and human rights activist who was threatened with arrest by the administration of late president John Magufuli.At least, so it appears in what seems to be a screenshot of a tweet from Suluhu’s verified Twitter account, circulating on Facebook since June 2021.“Mwacheni Kigogo2014 Fanyeni mambo ya msingi na yenye Tija katika nchi, Kila mmoja ana Haki na Uhuru wa kujieleza,” the tweet reads, in Kiswahili.This roughly translates as: “Let Kigogo2014 be. Focus on important and productive issues in the country. Every person has a right and freedom to express themselves.”The screenshot has been shared in two public Facebook groups, one with more than 280,000 members, the other with some 67,000 members. False claims of copyright infringement have been used in an attempt to silence @Kigogo2014, who has more than 577,000 followers and has been described in Tanzania as “our president of the Twitter republic”.The activist’s identity is unknown, a “closely guarded secret”, the BBC says. He or she told the BBC: “I'm a whistleblower and I expose corruption and human rights abuses in the country.”But did Suluhu, who succeeded Magufuli when he died in March, really tweet that @Kigogo2104 should be left alone?We checked.‘This information is not true’There is no reference to “Kigogo2014” on the Tanzanian presidency’s official Facebook page. An advanced Twitter search also returned no results. But the screenshot was posted on “Ikulu Mawasiliano”, the Facebook page of the president’s communication team – stamped “FAKE NEWS”.“TAARIFA HII SIYO YA KWELI. IPUUZWE,” the post reads. Translation: “This information is not true. Ignore it.” A screenshot of a tweet suggests that Tanzanian president Suluhu has called for activist Twitter user @Kigogo2014 to be left alone. But the president’s communications team dismissed it as fake.","https://www.ikulu.go.tz/,https://www.thecitizen.co.tz/tanzania/news/minister-lugola-launches-attack-on-twitter-user-kigogo-ahead-of-civic-polls-2695988,https://twitter.com/kigogo2014,https://www.bbc.com/news/world-africa-55186932,https://www.thecitizen.co.tz/tanzania/news/minister-lugola-launches-attack-on-twitter-user-kigogo-ahead-of-civic-polls-2695988,https://www.bbc.com/news/world-africa-56437852,https://www.facebook.com/groups/305876886781039/posts/787087178660005/,https://www.facebook.com/groups/329927404946164/posts/498008031471433/,https://web.facebook.com/groups/329927404946164/permalink/498008031471433/,https://www.facebook.com/groups/329927404946164/posts/498008031471433/,https://www.facebook.com/groups/305876886781039/posts/787087178660005/,https://www.bbc.com/news/world-africa-55186932,https://twitter.com/kigogo2014,https://www.bbc.com/news/world-africa-55186932,https://www.bbc.com/news/world-africa-55186932,https://www.bbc.com/news/world-africa-56437852,https://www.facebook.com/groups/305876886781039/posts/787087178660005/,https://africacheck.org/sites/default/files/media/images/2021-07/Kigogo2014.JPG,https://www.facebook.com/ikulu.mawasiliano,https://africacheck.org/sites/default/files/media/images/2021-07/Kigogo2014Twitter.JPG,https://web.facebook.com/permalink.php?story_fbid=129513889284026&id=100402328861849,https://web.facebook.com/Ikulu-Mawasiliano-100402328861849/?__cft__%5b0%5d=AZWm2B-o-K7ntsm7IN5Cy5w_26GOSiZRCheTSp_FZvK4JsVHslryicDjSarNS8U6Fgz4HozXk-_LKiwIEwRDXWryZ2AKNN_QNArcPCFCF4YaVjHmQOuGz_5Xq-MQ1q-Oy0H3Uy0sMFpbECCwqzBz0D8j&__tn__=-UC%2CP-R,https://www.facebook.com/permalink.php?story_fbid=129513889284026&id=100402328861849","No, Tanzanian president Suluhu didn’t tweet that Twitter activist @Kigogo2014 should be left alone",,,,,, +22,,,,Correct,Mandy Lombo,,,africacheck,https://africacheck.org/about/authors/mandy-lombo,https://africacheck.org/fact-checks/fbchecks/yes-video-shows-massive-queue-shops-ulundi-after-shutdownsa-protests,,2021-07-26,africacheck,,"South Africa’s Gauteng and KwaZulu-Natal provinces experienced a week of looting, protests and violence following former president Jacob Zuma’s imprisonment for contempt of court. During the tense week several false and misleading videos were shared online. In many cases old or out of context videos were passed off as recent events. Social media users tagged Africa Check in many of the posts, including one with a video of a long queue winding along a road. Most posts of the video, filmed from a helicopter, said it showed food queues in Ulundi, KwaZulu-Natal. We checked. Google Maps confirms video filmed in Ulundi Using Google Maps we were able to confirm that the video was filmed in Ulundi. At the beginning of the video there’s a building on the corner of a T-junction. This is the Ulundi police station on King Zwelithini street. A billboard in the video is also visible in Google street view. At 19 seconds the Ulundi municipal building appears in the video. In Google satellite view, the same building and green roofs can be seen. Video filmed on 16 July 2021The next step was to confirm if the video was filmed after the violence and looting in KwaZulu-Natal. Africa Check spoke to Ulundi’s municipality speaker, councillor Johanna Manana. She confirmed that the video was shot on 16 July 2021, by municipal manager Nkosenye Zulu.  Manana said the queue formed because the municipality had decided that “only two shops, Spar and Boxer, would be open on that day. This was to try and avoid looting and burning of shops.” She said that all shops in Ulundi had since been opened.","https://www.washingtonpost.com/world/2021/07/13/south-africa-zuma-protests-violence/,https://www.bbc.com/news/world-africa-57650517,https://africacheck.org/fact-checks/reports/beware-you-share-these-shutdownsa-videos-are-misleading,https://twitter.com/SammyJoeD/status/1416056830661382147,https://twitter.com/SammyJoeD/status/1416056830661382147,https://www.google.com/maps/place/Ulundi/data=!4m2!3m1!1s0x1ef0636c86b220c3:0xcb1dd66c50c6974d?sa=X&ved=2ahUKEwiWiKnD5fjxAhX3QUEAHZW1AxsQ8gEwJHoECFMQAQ,https://www.google.com/maps/@-28.2951811,31.4291395,3a,75y,225.26h,83.33t/data=!3m7!1e1!3m5!1svjOb6-wXxoZCsxqhwVg5XQ!2e0!6shttps:%2F%2Fstreetviewpixels-pa.googleapis.com%2Fv1%2Fthumbnail%3Fpanoid%3DvjOb6-wXxoZCsxqhwVg5XQ%26cb_client%3Dmaps_sv.tactile.gps%26w%3D203%26h%3D100%26yaw%3D304.48022%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656,https://www.google.com/maps/@-28.2954652,31.4281484,329m/data=!3m1!1e3,https://www.google.com/maps/@-28.2924603,31.4252623,329m/data=!3m1!1e3,https://www.ulundi.gov.za/office-mm","Yes, video shows massive queue for shops in Ulundi after #ShutdownSA protests",,,,,, +23,,,,False,Taryn Willows,,,africacheck,https://africacheck.org/about/authors/taryn-willows,https://africacheck.org/fact-checks/fbchecks/no-covid-vaccines-cannot-make-you-magnetic-videos-claim,,2021-07-23,africacheck,,"Several videos doing the rounds on Facebook in South Africa appear to show different metal objects sticking to people who have recently received the Covid-19 vaccine.One video shows a phone stuck to a man’s arm, apparently after he received the second jab of the vaccine against Covid.Another shows a metal spoon sticking to a woman’s arm, apparently also  after she received the vaccine.A third video, with people speaking isiZulu, shows a woman putting a coin against a man’s arm and it also sticking to him. It’s unclear whether the man and woman in the third video are in fact South African, as the dialogue is out of sync with the people speaking, so may have been recorded over a video from elsewhere. The man and woman in the first and second videos sound Nigerian, though this could not be immediately confirmed.These videos have been widely shared since vaccines against Covid-19 first became available in South Africa, with claims the vaccines contain metals or microchips that make the site of injection magnetic. But could this startling claim be true? We checked.Debunked by South African government news agencyThe South African government news agency put out a statement about the reported phenomena on 11 June 2021, in response to the viral videos. It started: “The KwaZulu-Natal Department of Health has welcomed input from top global health experts, who have dismissed purported links between the Covid-19 vaccine and magnetic fields.”Provincial government minister of health Nomagugu Simelane said that “several international medical scientists have rejected these claims as scientifically improbable and false”.“According to a report shared by World Health Organization (WHO) affiliated group, Africa Infodemic Response Alliance (Aira), Covid-19 vaccines do not contain magnetic microchips.”An earlier statement by the South African government on 9 June quoted Dr Stephen Schrantz, an infectious diseases specialist at the University of Chicago. He said: “No, getting a Covid-19 vaccine cannot cause your arm to be magnetised. This is a hoax, plain and simple”.“There is absolutely no way that a vaccine can lead to the reaction shown in these videos posted to Instagram and YouTube. It is better explained by two-sided tape on the metal disc being applied to the skin, rather than a magnetic reaction,” he said.The government also quoted Dr Thomas Hope, vaccine researcher and professor of cell and developmental biology at Northwestern University Feinberg School of Medicine in the US, who also debunked the claim.He said: “This is impossible. There’s nothing there [in the vaccine] that a magnet can interact with, it’s protein and lipids, salts, water and chemicals that maintain the pH. That’s basically it, so this is not possible.”Nothing magnetic in vaccine ingredients?In order for these metal objects to stick to where someone has received the vaccine jab, the ingredients would have to have a metal base.According to the WHO, none of the ingredients in Covid vaccines have a metal base.The WHO also says that many of the components used in vaccines “occur naturally in the body, in the environment, and in the foods we eat”. The US Food and Drug Administration (FDA) also lists the ingredients for each of the Covid-19 vaccines approved around the world.The various ingredients in the Pfizer-BioNTech, Moderna and Johnson & Johnson vaccines are listed by the FDA. None of these vaccines list any metal-based ingredients. The US Centres for Disease Control & Prevention (CDC) notes that “Covid-19 vaccines do not contain ingredients that can produce an electromagnetic field at the site of your injection”. (Note: Only the Johnson & Johnson and Pfizer vaccines have been administered in South Africa at the time of writing.)Doses so small, even if were magnetic, wouldn’t attract objects shown in videosSome fact-checking organisations have also made the point that even if the vaccines did contain magnetic metals, one dose could not possibly cause a magnetic reaction. Medical professionals at the Meedan Health Desk have explained why: “The amount of metal that would need to be in a vaccine for it to attract a magnet is much more substantial than the amounts that could be present in a vaccine's small dose.”An expert the BBC spoke to gave some ways one can get metals to appear to stick to the skin. These include surface oils or tension and “trickery like band-aid residue or other sticky residue”. The claim that Covid-19 vaccines can cause a person to become magnetic at the vaccination site has been widely debunked by several other fact-checking organisations. It is simply not possible.","https://www.facebook.com/ruth.suowari/videos/418750162587520/,https://www.facebook.com/poemosis/videos/1168663400313236/,https://www.facebook.com/mbokazi/posts/10224841580205302,https://www.sanews.gov.za/south-africa/covid-19-vaccine-magnetic-fields-claims-dismissed,https://www.sanews.gov.za/south-africa/covid-19-vaccine-magnetic-fields-claims-dismissed,https://www.gov.za/speeches/mec-nomagugu-simelane-welcomes-dismissal-coronavirus-covid-19-vaccine-%E2%80%9Cmagnet%E2%80%9D-claims-hoax,https://www.who.int/news-room/q-a-detail/vaccines-and-immunization-what-is-vaccination?topicsurvey=)&gclid=CjwKCAjwruSHBhAtEiwA_qCppkxj3NWUiMNQ3be39DV5yPfZ19F0O0YrB_Nqn0Zl4w7rsn2qR5939RoCvbEQAvD_BwE,https://www.fda.gov/,https://www.fda.gov/media/144414/download#page=2,https://www.fda.gov/media/144638/download#page=2,https://www.fda.gov/media/146305/download#page=2,https://www.cdc.gov/coronavirus/2019-ncov/vaccines/facts.html,https://www.reuters.com/article/factcheck-coronavirus-vaccine-idUSL2N2N41KA,https://health-desk.org/articles/what-do-we-know-about-the-pfizer-vaccine-and-magnets,https://www.bbc.com/news/av/57207134,https://www.usatoday.com/story/news/factcheck/2021/06/21/fact-check-covid-19-vaccines-arent-magnetic/7698556002/,https://www.jacarandafm.com/shows/mornings-with-mack/watch-covid-19-vaccine-wont-make-you-magnetic/,https://www.bbc.com/news/av/57207134","No, Covid vaccines cannot make you magnetic as videos claim","magnet, Coronavirus, Covid-19 vaccine",,,,, +24,,,,Incorrect,Naledi Mashishi,,,africacheck,https://africacheck.org/about/authors/naledi-mashishi,https://africacheck.org/fact-checks/reports/state-emergency-would-not-strip-ramaphosas-powers-and-make-dlamini-zuma,"If a state of emergency is declared in South Africa the president will be stripped of his powers, which will go to the military. Cooperative governance minister Nkosazana Dlamini-Zuma will, in terms of the disaster management act, “take over”.",2021-07-23,africacheck,,"After calls for a state of emergency to deal with protests and looting in South Africa, a message appeared on social media claiming that an emergency declaration would give the president’s powers to the military and put cooperative governance minister Nkosazana Dlamini-Zuma in charge.Constitutional law experts told Africa Check this was false. A state of emergency would give the president more power, and he would retain control of the military.The current state of disaster to control Covid-19 does give the cooperative governance minister limited new powers. But she would not “take over”, as the message claims, under a state of emergency.A message heavily shared on WhatsApp and Facebook warns about the consequences of a state of emergency being declared in South Africa.“If a state of emergency is declared the military takes over the rule of the land and the state president is stripped of his powers,” it reads. “In terms of the Disaster management Act Nkosazana dlamini Zuma will take over giving power to the Zuma’s.” Dr Nkosazana Dlamini-Zuma is South Africa’s minister of cooperative governance and traditional affairs (Cogta). She was married to former president Jacob Zuma from 1993 to 1998.South Africa saw a week of violent protests and looting after Zuma was taken into custody to serve a 15-month sentence for contempt of court. At least 337 people were killed and 1,500 arrested. The violence led to calls for the government to declare a state of emergency to restore order.Is the message an accurate reflection of what would happen if a state of emergency was declared in South Africa? We checked. Viral message is ‘absurd’Prof Pierre de Vos, a constitutional law expert in the department of public law at the University of Cape Town, said the viral message was “absurd”. He explained that under a state of emergency, governance still lies with parliament and the executive. But the presidency is given more powers –  they are not “stripped” away. The South African constitution and the State of Emergency Act allow the president to declare a state of emergency only when “the life of the nation is threatened by war, invasion, general insurrection, disorder, natural disaster, or other public emergency”. It can apply to the whole country or a specific area. “It gives the president Cyril Ramaphosa more power to make regulations,” de Vos said. But he added that there were limits to the presidency’s additional powers under a state of emergency: “The extra powers can only be used if they are necessary to deal with the emergency. You cannot make regulations about things that are not directly linked to trying to deal with the emergency.”Michael Evans is an attorney and partner at law firm Webber Wentzel with experience in local government, and administrative and constitutional issues. He told Africa Check that the military would not take over during a state of emergency. “The president is still the one who [delegates] responsibility and [confers] power and he can at any time withdraw it.”State of disaster during Covid pandemic  The message also claims that “in terms of the Disaster management Act Nkosazana dlamini Zuma will take over giving power to the Zuma’s”. South Africa is currently under a state of disaster, which was declared on 15 March 2020 in response to the Covid-19 pandemic. The Disaster Management Act, which falls under Cogta, dictates which regulations are enforced. At the moment these include mandatory mask-wearing in public, a curfew, restrictions on gatherings and an alcohol ban.But De Vos said the act was “completely separate” legislation that could not override the constitution. Evans told Africa Check that while the state of disaster has given Dlamini-Zuma powers that she would not ordinarily have as Cogta minister, she does not take the place of the president. He said there were key differences between a state of emergency and a state of disaster.A state of emergency has more parliamentary oversight than a state of disaster. Under the constitution, parliament must review a state of emergency after 21 days. “One of the problems with the national disaster has been that once a national disaster has been declared there is very little parliamentary oversight, which we’ve seen in the last year and a half,” Evans explained. Another major difference is that the public still have all of their basic constitutional rights under a state of disaster. But these rights can be limited under a state of emergency.  No state of emergency since apartheid ended South Africa last saw a state of emergency under the apartheid regime, in 1986. Evans, who was detained three times during apartheid-era states of emergency, told Africa Check the current state of emergency act was a “much better situation”.“Under the apartheid era we had no constitution so there was absolutely no protection. You could detain people, for example, indefinitely under the emergency in the apartheid era,” he said. “Now, if we have a state of emergency it will be very different because you will still retain a number of your constitutional rights and some of the other issues are quite heavily regulated.”The constitution includes a section setting out which rights can be limited under a state of emergency, and to what extent. Importantly, the right to life and human dignity are entirely protected from limitation. But De Vos warned that a state of emergency should not be taken lightly, as other rights could be limited. “They could, for example, allow people to be detained for 30 or 60 days without a trial.” The government could have the power to limit the media and communication, such as by shutting down the internet, if it is deemed necessary to deal with the emergency.Conclusion: No accuracy in claims about state of emergency in South AfricaA viral message on WhatsApp and Facebook warns that a declaration of a state of emergency in South Africa would strip powers from the president and give them to the military. It also claims that under the Disaster Management Act, Cogta minister Nkosazana Dlamini-Zuma would become president.Two constitutional law experts rubbished these claims. Under a state of emergency the president is given more power and retains control of the military. The current state of disaster to deal with Covid-19 does give Dlamini-Zuma more power than before. But she would not become the president under a state of emergency.We therefore rate the message as incorrect.The experts warned, however, that a state of emergency should not be taken lightly as it could allow basic rights to be limited.","https://africacheck.org/sites/default/files/media/images/2021-07/State%20of%20Emergency.png,https://www.facebook.com/bevlee.naidoo/posts/10159575876567498,https://www.dpme.gov.za/about/Pages/Minister-Nkosazana-Dlamini-Zuma.aspx,https://www.sahistory.org.za/people/nkosazana-clarice-dlamini-zuma,https://www.dailymaverick.co.za/article/2021-07-17-this-is-us-those-trying-to-tear-south-africa-apart/,https://www.aljazeera.com/news/2021/7/22/south-africa-unrest-death-toll-jumps-to-more-than-300,https://businesstech.co.za/news/business/505776/more-groups-call-for-state-of-emergency-in-south-africa/,http://www.publiclaw.uct.ac.za/pbl/staff/pdevos,http://www.publiclaw.uct.ac.za/,http://www.uct.ac.za/,https://www.gov.za/about-government/government-system/executive-authority-president-cabinet-and-deputy-ministers,https://www.justice.gov.za/legislation/constitution/saconstitution-web-eng.pdf,https://www.gov.za/sites/default/files/gcis_document/201409/a64-97.pdf,https://www.gov.za/sites/default/files/gcis_document/201409/a64-97.pdf#page=2,https://www.justice.gov.za/legislation/constitution/saconstitution-web-eng.pdf#page=20,https://www.gov.za/sites/default/files/gcis_document/201409/a64-97.pdf#page=2,https://www.webberwentzel.com/Specialists/Pages/Michael-Evans.aspx,https://www.webberwentzel.com/Pages/default.aspx,http://declared,https://www.gov.za/sites/default/files/gcis_document/202106/44772rg11299gon565.pdf,https://www.gov.za/sites/default/files/gcis_document/202106/44772rg11299gon565.pdf#page=3,https://www.gov.za/sites/default/files/gcis_document/202106/44772rg11299gon565.pdf#page=5,https://www.gov.za/sites/default/files/gcis_document/202106/44772rg11299gon565.pdf#page=7,https://www.gov.za/sites/default/files/gcis_document/202106/44772rg11299gon565.pdf#page=14,https://www.justice.gov.za/legislation/constitution/saconstitution-web-eng.pdf#page=20,https://www.sahistory.org.za/article/states-emergency-south-africa-1960s-and-1980s,https://www.justice.gov.za/legislation/constitution/saconstitution-web-eng.pdf#page=22,https://www.justice.gov.za/legislation/constitution/saconstitution-web-eng.pdf#page=22",State of emergency would NOT strip Ramaphosa’s powers and make Dlamini-Zuma president,"state of emergency, president, Dlamini-Zuma",,,,, +25,,,,False,Dancan Bwire,,,africacheck,https://africacheck.org/about/authors/dancan-bwire,https://africacheck.org/fact-checks/fbchecks/no-evidence-nairobi-county-deputy-governor-made-statement-about-kenya-trade,,2021-07-23,africacheck,,"Has the acting governor of Kenya’s capital credited her success to a prominent trade unionist?A graphic shared in a Facebook group with over a million members includes a photo of and supposedly quotes Nairobi county deputy governor Anne Kananu Mwenda. She has been acting governor since January 2021. The quote reads: “Without Francis Atwoli I wouldn't be deputy governor of Nairobi today, it is him who called Murathe and told him that regardless of being a Sonko nominee he believed that I would deliver. It is great honor to rename Dik Dik Road after my political godfather. On top of that he is also a staunch supporter of BBI.” Atwoli is the general secretary of Kenya’s Central Organization of Trade Unions. A road in Nairobi was named after him in May and he publicly thanked Mwenda for the honour on Twitter. But the renaming was criticised by some Kenyans and new road signs have been vandalised at least twice.David Murathe is the vice-chairperson of the country’s ruling party, Jubilee. Mike Mbuvi Sonko is the former governor of Nairobi county who was removed from office in December 2020.The graphic also shows the logo of the trusted news outlet Nation Africa. It has been shared by other users and Facebook groups. But is the quote genuine?No evidence Mwenda said anything similarThe graphic looks badly photoshopped and the photo of Mwenda is blurry. The quote includes misspellings and missing words, which is unusual in a communication from a trustworthy news organisation. The font is also different from the one used in other similar graphics from Nation Africa. These are all signs that the graphic wasn’t issued by the news outlet and is fake.Africa Check looked at all similar graphics published since 18 June 2021 and did not find this quote from Mwenda, or anything similar.Using the Nairobi City County website, we found the county’s Twitter handle and from there, the county deputy boss’s account. She has not posted anything on Twitter like the comment in the digitally manipulated graphic.We could find no coverage in any news outlet of a quote like it. It appears to have been made up.","https://www.facebook.com/groups/kenyapolitforum/permalink/2871879856444117/,https://citizentv.co.ke/news/who-is-anne-kananu-mwenda-the-new-nairobi-deputy-governor-311181/,https://citizentv.co.ke/news/who-is-anne-kananu-mwenda-the-new-nairobi-deputy-governor-311181/,https://www.pulselive.co.ke/news/local/jubilee-partys-message-to-anne-kananu-mwenda-after-taking-over-as-acting-nairobi/3h5jgg2,https://www.facebook.com/khalifoi/posts/10220970494184595,https://www.businessdailyafrica.com/bd/lifestyle/profiles/francis-atwoli-straight-shooter-no-hostages-over-street-name-3425646,https://cotu-kenya.org/,https://twitter.com/AtwoliDza/status/1397894774787616775,https://twitter.com/AtwoliDza/status/1397894774787616775,https://citizentv.co.ke/news/francis-atwoli-road-sign-in-kileleshwa-burnt-down-11932708/,https://www.standardmedia.co.ke/entertainment/nainotepad/2001308336/david-murathe-the-chief-chef-in-uhurus-kitchen-cabinet,https://twitter.com/MikeSonko,https://www.standardmedia.co.ke/politics/article/2001397657/its-over-for-sonko,https://www.facebook.com/permalink.php?story_fbid=192229306150952&id=103041941736356,https://nation.africa/kenya,https://www.facebook.com/photo?fbid=10219545116081750&set=bc.Abo0ISOgdBjLRJsp5pZmVgWquSoilJF5aqwBgAh8vVrEwN6TqiPjZQmE-ieYH54Qsbc8zq3CR5XoONVicDSSrcjsNQMG9SGmp22TEEPxc5YU87w4Kcgzj8O3cQu35AhVdh2jYpVYM5YZUrD5Xlj-4bLrS_0nyHsgsQlo5jhq7Nb9BeGCEJ99jqXLUA3xttjWpSaxrRgfYTnha_vinzbp2fH0NH5gHPMIY4AnrX5QTJRIs94YTuKrVoyjyieDkD7JLoCDQFYAy3kalnCn2FkIgMa9qJwsF6WIW75tjzqsJHa48dS-xYvBuD--uGqcvaZ7V18rjVpVRwRM1Uepy0eJVXXkDtYBCHv4eS9XGFB6YEDWdnCzSXtNDfcRV6m0qFjePuM&opaqueCursor=AbpySrKdzkXnOLaMMmf8XWMhrGtdJs2NotEy4bPwnkorwa91N9RlmWY5Ubav8iriaBEkfXTMJNp_IMTLmOPXgKbf7l9XB-xjAVzdNo0pc04VMN_qpGT2EiwchadFQJ0IDe55-qWUjvVjbtOkuA92RnmM2UYhyWb4v_u-c3NztQ3KVuiLE_hUtA6j3aXTEp3EfG9HuzZm7KI7ZnN1gLvOzJhY_K1w3X20sVWyiBeEpctqVRR1X412c-iCOxkyuaWPl2X0gcCp8jEUjTt4LbYa7d22IUu0N41GVUQCexpklQoIk_SSzs35Cy8qB7udXRemIJlM_5JwSIa2RvY0s1uDLxAgzU6tXaEAvIqAKhUJM4H53coGmr2gZhV1MuZNLhE7JZAPwnQUQsxD9ZSWFFpbAFtzmAk1Ht5xF3K4_SsPc82hxWIiaMyw0PNt_zT7gQwPVMCWoktJROLNOqGOmgymN6hSAzLcqmKGdVS3tYD7ejFBhIYJ5A58Ux3tjj2L8csU2Sj6k9GhOj_5puB6kACTewy1qohzEyMYrEXAYM5dizx__oC96hf5YULjHQqf0T2FYGY,https://www.facebook.com/khalifoi/posts/10220970494184595,https://www.facebook.com/groups/3061760543907386/permalink/4226008697482559,https://www.facebook.com/permalink.php?story_fbid=192229306150952&id=103041941736356,https://www.facebook.com/permalink.php?story_fbid=192229306150952&id=103041941736356,https://www.facebook.com/nation/photos/10159823771319497,https://nairobi.go.ke/,https://twitter.com/047County?ref_src=twsrc%5Etfw%7Ctwcamp%5Eembeddedtimeline%7Ctwterm%5Eprofile%3A047County%7Ctwgr%5EeyJ0ZndfZXhwZXJpbWVudHNfY29va2llX2V4cGlyYXRpb24iOnsiYnVja2V0IjoxMjA5NjAwLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X2hvcml6b25fdHdlZXRfZW1iZWRfOTU1NSI6eyJidWNrZXQiOiJodGUiLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X3R3ZWV0X2VtYmVkX2NsaWNrYWJpbGl0eV8xMjEwMiI6eyJidWNrZXQiOiJjb250cm9sIiwidmVyc2lvbiI6bnVsbH19&ref_url=https%3A%2F%2Fnairobi.go.ke%2F,https://twitter.com/047County/status/1405170397369282562,https://twitter.com/AnnKMwenda1,https://twitter.com/AnnKMwenda1",No evidence Nairobi county deputy governor made statement about Kenya trade unionist helping her get top job,,,,,, +26,,,,False,Taryn Willows,,,africacheck,https://africacheck.org/about/authors/taryn-willows,https://africacheck.org/fact-checks/fbchecks/no-photos-dont-show-actual-house-russias-president-just-design-concept,,2021-07-23,africacheck,,"Photos shared on Facebook show a futuristic structure like something from a James Bond movie, set on a high v-shaped platform among trees. The caption to the photos claims it is the home of a former spy – former intelligence officer and long-time Russian president Vladimir Putin. It reads: “Putin House in Sochi, Russia designed by Roman Vlasov.”Putin has been president since 2012, and also served in the position from 1999 to 2008. Sochi is a city and resort area on the Black Sea in southwestern Russia. But is this really Putin’s house in Sochi? We investigated.‘This is my vision of the house of the president of my country, Vladimir Putin’ – architectA reverse image search for the three photos revealed the same three images shared on Instagram, posted by the architect Roman Vlasov.They are all captioned “PUTIN HOUSE or a story about what his villa might look like By @_vlasov_roman_”.These images are design concepts, illustrations for an idea created by the architect. They do not show a building that has been built, or what Putin’s house actually looks like.Vlasov told AFP Fact-Check this was just a concept.“In my Instagram account there is a description for this work,” he said. “And it says that this is my vision of the house of the president of my country, Vladimir Putin. I have not written anywhere that this house is his property.”Many Putin residencesThere was controversy in early 2021 about Putin building himself a “mega-palace” and spending more time away from his residence in Novo-Ogaryovo, just outside the Russian capital, than he admitted. His official residence is in the Kremlin, the fortified complex in the center of Moscow which is home to the Russian government. But news sources say Putin mostly lives at Novo-Ogaryovo.","https://www.facebook.com/ugandazukuka/posts/2678393912459239?__xts__[0]=68.ARCxFUlL6PEtEOa3KAawjzpiXbe_DcT9RYEDpTUTjdo11lmVY3cRO4J3RP478MCWJN0Hmw6Yab-gZ9RErLIWK16jhXQoU1u3XblPgUE4PE14iG1ZLqlFrT9ZL0w37Gzmnp8HrGMR8ygnk0XSVGfFy0Fwsd0kkplsG0XepwfiEHa7JQz4BKjg_NwPaI5jLLdWjPTHQnkeSdffXA3-2Dq2EZyF85Vl0jMPnyUG8WpQEmNcnnyu-WLYN3gUGt_EdX-Z7GU8S2PszAc6Skjz9NdHxoPArOLmaAtIZHA,https://www.facebook.com/ugandazukuka/posts/2678393912459239?__xts__[0]=68.ARCxFUlL6PEtEOa3KAawjzpiXbe_DcT9RYEDpTUTjdo11lmVY3cRO4J3RP478MCWJN0Hmw6Yab-gZ9RErLIWK16jhXQoU1u3XblPgUE4PE14iG1ZLqlFrT9ZL0w37Gzmnp8HrGMR8ygnk0XSVGfFy0Fwsd0kkplsG0XepwfiEHa7JQz4BKjg_NwPaI5jLLdWjPTHQnkeSdffXA3-2Dq2EZyF85Vl0jMPnyUG8WpQEmNcnnyu-WLYN3gUGt_EdX-Z7GU8S2PszAc6Skjz9NdHxoPArOLmaAtIZHA,https://www.britannica.com/biography/Vladimir-Putin,https://www.britannica.com/place/Sochi,https://www.instagram.com/p/CKd69C2haip/,https://www.instagram.com/p/CKd62C0h32C/,https://www.instagram.com/p/CKd6qKkhlJ_/,http://archvizual.com/,https://factcheck.afp.com/picture-shows-design-concept-house-created-russia-based-architect?fbclid=IwAR1mzHU2hpd6KUOBwXiEv1PDM1xth1qm9dbNNAGfvWKZibc-NtCQSByZXQU,https://www.newsweek.com/putin-denies-navalny-black-sea-palace-expose-1564222,https://www.nytimes.com/2020/12/13/world/europe/putin-russia-office-sochi.html,https://www.rferl.org/a/24690543.html,https://www.reuters.com/article/us-health-coronavirus-russia-putin-idUSKBN23N3B4,https://www.britannica.com/technology/kremlin,https://www.britannica.com/video/179907/Overview-Kremlin-Moscow,https://www.britannica.com/place/Moscow,https://www.globaltimes.cn/content/1210121.shtml,https://foreignpolicy.com/2019/08/06/theres-more-to-russia-than-putin/,https://www.themoscowtimes.com/2020/04/01/putin-working-remotely-after-meeting-infected-doctor-kremlin-says-a69826","No, photos don’t show actual house of Russia’s president, just design concept","Putin, households",,,,,