You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forge_2 = KnowledgeGraphForge(config, bucket="bbp/atlas", token=TOKEN)
forge_2._model.schema_id("CellComposition")
Traceback (most recent call last):
File "/gpfs/bbp.cscs.ch/home/lcristel/venv/lib/python3.9/site-packages/kgforge/specializations/models/rdf_model.py", line 105, in schema_id
shape_iri = self.service.types_to_shapes[type]
KeyError: 'CellComposition'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/gpfs/bbp.cscs.ch/home/lcristel/venv/lib/python3.9/site-packages/kgforge/specializations/models/rdf_model.py", line 108, in schema_id
raise ValueError("type not found")
ValueError: type not found
The text was updated successfully, but these errors were encountered:
but
The text was updated successfully, but these errors were encountered: