mirror of
https://github.com/balkian/gists.git
synced 2024-11-21 17:22:29 +00:00
This commit is contained in:
parent
b3ebc5e400
commit
8e46d833e1
5
gistfile2.sparql
Normal file
5
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