J. Fernando Sánchez 9 years ago
parent b3ebc5e400
commit 8e46d833e1

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