From 76d08a9e40890ca6ba5b08f6941473d06f64fcd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 21 Feb 2019 17:21:41 +0100 Subject: [PATCH] Fix example count --- lod/01_SPARQL_Introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lod/01_SPARQL_Introduction.ipynb b/lod/01_SPARQL_Introduction.ipynb index bee235e..9da9404 100755 --- a/lod/01_SPARQL_Introduction.ipynb +++ b/lod/01_SPARQL_Introduction.ipynb @@ -1771,7 +1771,7 @@ "In one of the exercises, we excluded lead and backing vocals from the list of instruments.\n", "However, are those the only types of vocals?\n", "\n", - "You can check if a string or URI matches a regular expression with `regex(?variable, \"\")`.\n", + "You can check if a string or URI matches a regular expression with `regex(?variable, \"\", \"i\")`.\n", "\n", "The documentation for regular expressions in SPARQL is [here](https://www.w3.org/TR/rdf-sparql-query/)." ]