BridgesUNCC / bridges-java

JAVA Client library for Bridges
http://bridgesuncc.github.io
GNU General Public License v2.0
4 stars 12 forks source link

add wikidata support #143

Closed esaule closed 5 years ago

esaule commented 5 years ago

Port the wikidata actormovie access to the java client. See the implementation in the C++ for reference in DataSource.h in functions getWikidataActorMovieDirect and getWikidataActorMovie. (note the acecss levels).

You can find usage of these in bridges-assignments/assignmentdb/30-TemporalBaconNumber/c++_answer/wikidata_actor.cpp