Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.35 KB | None | 0 0
  1. PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
  2. PREFIX dbo:<http://dbpedia.org/ontology/>
  3. PREFIX owl:<http://www.w3.org/2002/07/owl#>
  4. PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#>
  5.  
  6. SELECT * WHERE {
  7.     SERVICE <https://query.wikidata.org/sparql> {
  8.         SELECT * WHERE {
  9.             ?other rdfs:label ?titleWiki.
  10.         }
  11.     LIMIT 50
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement