LinkedEarth / pylipd

Development repository for Python LiPD utilities
https://pylipd.readthedocs.io/en/latest/
Apache License 2.0
2 stars 0 forks source link

get_all_dataset_ids to return string instead of RDF #13

Closed khider closed 1 year ago

khider commented 1 year ago

Unless there is a compelling reason to keep the RDF (which our audience may not know what it is), the function get_all_dataset_ids should return a list of strings.

The workaround for now:

ids_str = [str(i) for i in d2.get_all_dataset_ids()]

varunratnakar commented 1 year ago

Fixed in https://github.com/LinkedEarth/pylipd/commit/8fc084dc6707269a56f4d97291de3814d3c4c50f