From e824fd8fedc80d3cce1f5ddff3d24e3c5964ff3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 21 Feb 2019 18:04:17 +0100 Subject: [PATCH] Fix typos --- lod/01_SPARQL_Introduction.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lod/01_SPARQL_Introduction.ipynb b/lod/01_SPARQL_Introduction.ipynb index 9da9404..3f275e5 100755 --- a/lod/01_SPARQL_Introduction.ipynb +++ b/lod/01_SPARQL_Introduction.ipynb @@ -933,10 +933,10 @@ "The syntax for COUNT is:\n", " \n", "```sparql\n", - "SELECT COUNT(?variable) as ?count_name\n", + "SELECT (COUNT(?variable) as ?count_name)\n", "```\n", "\n", - "Use `COUNT` and `GROUP BY` to get a " + "Use `COUNT` to get the number of songs in which Ringo collaborated." ] }, {