Project:SPARQL/examples: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 288: Line 288:
   FILTER (?author1 != ?author2) # Removes self-relations.
   FILTER (?author1 != ?author2) # Removes self-relations.
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } # Helps get the label in your language, if not, then en (English) language
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } # Helps get the label in your language, if not, then en (English) language
}
} LIMIT 10000
</sparql>
</sparql>


Navigation menu