Results 45 comments of Michele Pasin

Ontospy doesn't really process SHACL shapes at the moment (apart from highlighting their links to classes). At the very leart, I suppose you'd have to add a shapes extractor in...

Hi Tobias, thanks for contributing. I'm happy to discuss more, in the new year. FYI right now there is already an [active PR](https://github.com/lambdamusic/Ontospy/pull/107) that is intended to add various functionalities...

The test `https://github.com/lambdamusic/Ontospy/blob/master/ontospy/tests/test_sparql.py` simply aims at verifying a SPARQL connection. So not sure why *complex testcases* are needed. It doesn't matter how complex the query is, that complexity all lies...

Not sure I understand the point of this. Why should we include specific DBpedia queries in Ontospy? Ontospy aims to make it easier to pull/document schema information from an RDF...

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...

Hello Andrea this looks very useful. I will review a bit more before merging. PS Massive apologies for the **abysmal** delay in getting back to you!

Do you have any sample ontology in mind? I'm trying to wrap my head around this problem so it'd be useful to have some sample models for testing.

The main problem is that ontospy attempts to build the entire ontology model in memory, and that takes time if there are many classes and properties to correlated. I've tried...

Thanks! Looks like they use an ad-hoc back end, maybe that's it. Will look more into it Update: the back end is an optimized SQLite index eg view [here](https://bitbucket.org/jibalamy/owlready2/src/e7c5571ab0f80050c0108963fdb2cbbcb2940e7c/triplelite.py?at=default&fileviewer=file-view-default)

Yes I noticed that the recent Django version breaks some of the template tags in Ontospy. I'll change the requirements file. Also FYI I'm planning to drop django altogether in...