jpatokal / mediawiki-gateway

Ruby framework for MediaWiki API manipulation
Other
133 stars 50 forks source link

modify semantic_query for SMW Core (v1.7) Ask API #36

Closed mtyeh411 closed 12 years ago

mtyeh411 commented 12 years ago

As of Semantic Mediawiki 1.7 semantic queries can be run using the MediaWiki API. I updated the 'semantic_query' method to take advantage of this, falling back on the previous implementation of 'semantic_query' for unsupported Semantic MediaWiki versions.

Documentation link

jpatokal commented 12 years ago

Brilliant, thank you!

mtyeh411 commented 12 years ago

no problem. great work with this!