jhacker / collation
Views
Readme
from dbpedia.org via
construct { ?city http://www.w3.org/2000/01/rdf-schema#label ?labelEnglish . ?city http://www.w3.org/2000/01/rdf-schema#label ?labelRussian . } where { ?city a http://schema.org/City . ?city http://www.w3.org/2000/01/rdf-schema#label ?labelRussian . ?city http://www.w3.org/2000/01/rdf-schema#label ?labelEnglish .
filter ( lang(?labelRussian) = 'ru' && lang(?labelEnglish) = 'en') }