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
Is there a way to read/assign an ontology/graph directly from rdflib to ontospy, rather than from a file/url or g.serialize()?
I'm generating ontologies via automation and would like to render their tree/documentation for client side ui and would rather not serialize/persist and then have to parse into ontospy.
Please advise?
Thanks a bunch!
The text was updated successfully, but these errors were encountered:
Hi @lambdamusic,
I am new contributor to this project and based on my understanding of the codebase, I have raised a PR for resolving this issue. Kindly review it 😄
Is there a way to read/assign an ontology/graph directly from rdflib to ontospy, rather than from a file/url or g.serialize()?
I'm generating ontologies via automation and would like to render their tree/documentation for client side ui and would rather not serialize/persist and then have to parse into ontospy.
Please advise?
Thanks a bunch!
The text was updated successfully, but these errors were encountered: