lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

Resolves #111 #114

Open anuneetanand opened 2 years ago

anuneetanand commented 2 years ago

Added support to directly assign and use rdflib graph instead of reading from file, uri or data string.

lambdamusic commented 2 years ago

Thanks for this but there is an RDFLoader object that is supposed to contain all loading logic, so maybe you want to try to add your logic in there?

Please allow to pass multiple rdflib graph instances too.