From c34e2577330f88f5bf0377862906558d8ec32372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 25 Jun 2015 09:35:00 -0700 Subject: [PATCH 1/3] --- gistfile1.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 gistfile1.txt diff --git a/gistfile1.txt b/gistfile1.txt new file mode 100644 index 0000000..9a12cf2 --- /dev/null +++ b/gistfile1.txt @@ -0,0 +1 @@ +select distinct ?a ?b where {?a ?b} LIMIT 100 \ No newline at end of file From b3ebc5e400d92b838ebf35a0cc987a68331f3784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 25 Jun 2015 09:35:12 -0700 Subject: [PATCH 2/3] --- gistfile1.txt => gistfile1.sparql | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename gistfile1.txt => gistfile1.sparql (100%) diff --git a/gistfile1.txt b/gistfile1.sparql similarity index 100% rename from gistfile1.txt rename to gistfile1.sparql 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 3/3] --- 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