Project:SPARQL/examples: Difference between revisions

comment all triples query
(add all triples query)
(comment all triples query)
Line 26: Line 26:
</sparql>
</sparql>


===All triples in the wiki, limited to 500===
===All triples in the wiki, limited to 1000===


<sparql tryit="1">
<sparql tryit="1">
Line 33: Line 33:
     SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en-gb". }
     SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en-gb". }
}
}
LIMIT 1000
LIMIT 1000 #please don't make this number too big as it will slow down the site!
</sparql>
</sparql>
6,317

edits