1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-01 08:01:44 +00:00
gists/repos/dfd1fbc0c7e65e5e7634/gistfile2.sparql

5 lines
132 B
SPARQL
Raw Normal View History

2015-06-25 17:34:52 +00:00
select distinct ?country
where {
?country <http://dbpedia.org/ontology/demonym> ?dem
FILTER regex(?dem, "^Spanish")
} LIMIT 5