Skip to content

OWLGraph 1.0.0 (deprecated)

Status: deprecated as of the introduction of version management. Please upgrade to 1.0.1 or later.

This version is the unversioned engine image that ran before OWLGraph had a version-management system. It is given the version number 1.0.0 so that the dashboard and catalog have a consistent identifier for it, but no engine code corresponds specifically to “1.0.0” — it is whatever was in OWLGRAPH_IMAGE at the moment the catalog was introduced.

These bugs are present in 1.0.0 and fixed in 1.0.1:

  • rdfs:subPropertyOf materialization not implemented — sub-property edges do not produce parent-property edges at write time.
  • owl:TransitiveProperty closure not computed.
  • owl:disjointWith enforcement is incomplete; only catches conflicts within a single mutation batch.
  • Compiler does not emit @index(exact) for owl:hasKey predicates, so eq() queries silently return empty.
  • Turtle parser does not understand rdfs:subPropertyOf or owl:hasKey.

Upgrade to 1.0.1 to get all of these fixed.