Ontospy icon indicating copy to clipboard operation
Ontospy copied to clipboard

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.

Results 39 Ontospy issues
Sort by recently updated
recently updated
newest added

`rdflib` has changed the default prefix for `http://schema.org` to `schema1`, `schema` now refers to the TLS version `https://schema.org`. In my generated docs, everything is prefixed with `schema1` now which is...

Hi there First of all: nice tool! I have the following use case: I define SHACL Shapes to define a subset of schema.org types (classes) and properties (following https://datashapes.org/schema). What...

new-feature

I am curious why when exploring the brick ontology (https://brickschema.org/schema/1.2.1/Brick.ttl) I am unable to see references to the things defined as entity properties in that ontology. brick:tilt is an example...

`ifequal` tag removed in Django 4, change to `if == `

In response to [issue#115](https://github.com/lambdamusic/Ontospy/issues/115), we are adding few additional complex test cases that address various aspects of SPARQL.

invalid

We tried to run SPARQL queries by copying them as it is from the demo [link](https://www.dbpedia.org/resources/sparql/). However we faced errors while running the queries due to lack of support for...

invalid

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

new-feature

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

new-feature
changes-requested

Hello Michele (a.k.a. @lambdamusic). Please, consider the integration of this PR into Ontospy. ## In a nutshell This PR allows the generation of ontologyClassTrees, ontologyPropTrees, ontologyConceptTrees without repeating redundant sub-entities...

new-feature