From 8e46d833e138dc4f217b044eb7f089251d5b2cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 25 Jun 2015 10:34:52 -0700 Subject: [PATCH] --- gistfile2.sparql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gistfile2.sparql diff --git a/gistfile2.sparql b/gistfile2.sparql new file mode 100644 index 0000000..a8f4b11 --- /dev/null +++ b/gistfile2.sparql @@ -0,0 +1,5 @@ +select distinct ?country +where { +?country ?dem + FILTER regex(?dem, "^Spanish") +} LIMIT 5 \ No newline at end of file