1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-23 09:52:28 +00:00
gists/Look for demonyms in dbpedia/gistfile2.sparql
J. Fernando Sánchez f48bab94dd Move files
2021-10-30 15:23:01 +02:00

5 lines
132 B
SPARQL

select distinct ?country
where {
?country <http://dbpedia.org/ontology/demonym> ?dem
FILTER regex(?dem, "^Spanish")
} LIMIT 5