The SBOLFactory provides a mechanism for automatically generating an interactive, object-oriented API from a declarative data model specification encoded in OWL.
rdflib has now embedded support for jsonld and deprecated the external dependency, which is now throwing deprecation warnings.
/opt/hostedtoolcache/Python/3.9.10/x64/lib/python3.9/site-packages/rdflib_jsonld/init.py:9: DeprecationWarning: The rdflib-jsonld package has been integrated into rdflib as of rdflib==6.0.1. Please remove rdflib-jsonld from your project's dependencies.
I believe we should be able to just upgrade the dependency requirement to address this.
rdflib has now embedded support for jsonld and deprecated the external dependency, which is now throwing deprecation warnings.
I believe we should be able to just upgrade the dependency requirement to address this.