Antares Chen
Results
2
comments of
Antares Chen
Still trying to understand the proposal. What's the difference between the proposed call pattern and the following code snippet? ```python # This snippet is currently supported by version 1.0.0 data...
Potentially we can return the following format from get_triples: Imagine calling get_triples(['geoId/06']) returns two triples: ('geoId/06', 'name', 'California') and ('geoId/06', 'containedInPlace', 'country/USA'). A potential format could be the following dictionary...