mirror of
https://github.com/balkian/gists.git
synced 2024-11-23 09:52:28 +00:00
Add 'repos/dfd1fbc0c7e65e5e7634/' from commit '8e46d833e138dc4f217b044eb7f089251d5b2cdc'
git-subtree-dir: repos/dfd1fbc0c7e65e5e7634 git-subtree-mainline:f56e0a6f0a
git-subtree-split:8e46d833e1
This commit is contained in:
commit
3eaae25ed7
1
repos/dfd1fbc0c7e65e5e7634/gistfile1.sparql
Normal file
1
repos/dfd1fbc0c7e65e5e7634/gistfile1.sparql
Normal file
@ -0,0 +1 @@
|
||||
select distinct ?a ?b where {?a <http://dbpedia.org/ontology/demonym> ?b} LIMIT 100
|
5
repos/dfd1fbc0c7e65e5e7634/gistfile2.sparql
Normal file
5
repos/dfd1fbc0c7e65e5e7634/gistfile2.sparql
Normal file
@ -0,0 +1,5 @@
|
||||
select distinct ?country
|
||||
where {
|
||||
?country <http://dbpedia.org/ontology/demonym> ?dem
|
||||
FILTER regex(?dem, "^Spanish")
|
||||
} LIMIT 5
|
Loading…
Reference in New Issue
Block a user