BridgesUNCC / bridges-python

Python client library for Bridges
http://bridgesuncc.github.io
MIT License
3 stars 4 forks source link

add wikidata support #38

Closed esaule closed 5 years ago

esaule commented 5 years ago

Port the wikidata actormovie access to the python 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