1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-21 17:22:29 +00:00
This commit is contained in:
J. Fernando Sánchez 2015-06-25 10:34:52 -07:00
parent b3ebc5e400
commit 8e46d833e1

5
gistfile2.sparql Normal file
View File

@ -0,0 +1,5 @@
select distinct ?country
where {
?country <http://dbpedia.org/ontology/demonym> ?dem
FILTER regex(?dem, "^Spanish")
} LIMIT 5