mirror of
https://github.com/balkian/gists.git
synced 2024-11-01 08:01:44 +00:00
3eaae25ed7
git-subtree-dir: repos/dfd1fbc0c7e65e5e7634 git-subtree-mainline:f56e0a6f0a
git-subtree-split:8e46d833e1
5 lines
132 B
SPARQL
5 lines
132 B
SPARQL
select distinct ?country
|
|
where {
|
|
?country <http://dbpedia.org/ontology/demonym> ?dem
|
|
FILTER regex(?dem, "^Spanish")
|
|
} LIMIT 5 |