mirror of
https://github.com/balkian/gists.git
synced 2025-08-23 15:12:21 +00:00
This commit is contained in:
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
|
Reference in New Issue
Block a user