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." ] }, {