Almato AI’s Open Graph of IT (OGIT) provides an ontology and documentation to model IT entities and their relationships with business processes and people. It is useful if you want a shared “common language” for IT data and can leverage it through implementations like Apache Jena Fuseki, Apache Tinkerpop, or Cayley, with support for managing IT data via the Bardioc REST API.
Project status
- Actively maintained: Recent updates landed as recently as 2026-07-20, with multiple consecutive version increments in July 2026, suggesting ongoing development rather than dormancy.
- Update cadence: Apparent cadence is roughly every 3 to 7 days in late June to July 2026 (for example, 100.0.10 on 2026-06-23, then 100.0.9 on 2026-06-16, and a run of updates from 2026-07-01 through 2026-07-20).
AI summary generated
Recent updates
100.1.7
Release 100.1.7 introduces schema changes to the RDF entity model, primarily around which attributes are indexed for querying/search. It also adds a new datatype property for synonyms and updates the metadata for the existing alias attribute. No publisher release notes were provided for this version.
BreakingFeatures100.1.6
Release 100.1.6 has no published release notes. The code diff shows a schema/data model adjustment to an RDF Turtle entity for ChangeRequest.
100.1.5
Release 100.1.5 adds new NTO Compliance ontology elements related to GDPR privacy declarations and data processing details. It also extends the ServiceManagement ChangeRequest entity by adding two additional optional attributes, name and url. No release notes were provided, so all documented items below are derived from the code diff only.
Features100.1.4
Release 100.1.4 introduces a new RDF datatype attribute, ogit:followers, and wires it into the ogit.Forms:Form entity definition. The provided release notes contain no information, so the change is only visible in the code diff.
Features100.1.3
Release 100.1.3 contains only small schema updates in two TTL files. The changes add additional optional fields to the Address and Organization entities, with no release notes provided to explain the update.
Features100.1.2
Release 100.1.2 has no published release notes. The code diff shows small ontology/schema updates, mainly adding a new Form attribute (ogit:email) and extending Organization relationships to include providing ogit:Forms:Form.
100.1.1
Release 100.1.1 contains no published release notes. The code diff shows small ontology/schema changes in two TTL files, primarily updating metadata and adding a new relationship between Form entities.
Features100.1.0
Release 100.1.0 adds a new NTO/Academy schema module that models learner-course enrollments and their resulting certificates, including new Academy-specific verbs and a large set of Academy attributes. The diff appears to be overwhelmingly additive (291 files changed, 5,131 lines added, 0 lines deleted), with the main functional impact being new graph model constraints and application-layer write validation described in the newly added Academy documentation.
BreakingFeatures100.0.10
No release notes were provided for version 100.0.10. The only detected code change is an update to the ontology/Turtle definition for RoleAssignment in SGO/sgo/entities/RoleAssignment.ttl, expanding what a RoleAssignment can be associated with.
Features100.0.9
Release 100.0.9 has no provided release notes. The code diff shows a small ontology/schema update to the NTO Auth Application TTL entity definition, adding two new optional attributes.
Features100.0.8
Release 100.0.8 has no release notes content provided by the publisher. The only observed code change is in a GitHub Actions workflow, where two build steps now invoke the scripts with bash instead of sh.
100.0.7
Release 100.0.7 has no release notes content from the publisher. The code diff indicates a large ontology/schema extension, with 300 files changed and only additions (no deletions), suggesting new RDF definitions rather than removal of existing APIs.
Features100.0.6
Release 100.0.6 has no published release notes. The code diff is dominated by ontology/schema additions, introducing a new Auth Device model and a new NTO/GFS (Graph File System) domain model, plus a CI/validation script change.
Features100.0.5
Release 100.0.5 contains effectively no release-note information (none provided by the publisher). The code diff shows a single change to a Turtle schema/entity definition.
100.0.4
Release 100.0.4 contains no publisher-provided release notes. The code diff shows RDF schema/entity definition changes for Document and DocumentInfoRecord, adding new properties and allowed relationships that could affect consumers relying on the previous entity shape.
100.0.3
Release 100.0.3 has no publisher release notes provided. The code changes add a new RDF datatype property, savedTimeSeconds, and then reference/include it in the AutomationIssue schema/state structure.
Features100.0.2
This release (100.0.2) has no publisher-provided release notes. The code change set is limited to a single TTL modification in the Person entity.
100.0.1
Release 100.0.1 introduces a new ontology datatype property, ogit.Automation:manualProcessingTimeSeconds, and registers it as part of the KnowledgeItem attributes set. No release notes were provided by the publisher, so the changes below are all undocumented.
Features100.0.0
This release (100.0.0) has no publisher release notes. The code diff shows a large, additive update to the RDF/ontology schema, introducing many new OWL object properties (verbs) and extending which predicates are allowed on core entities like Organization, Person, Address, and Position.
Features3.1.0
Release 3.1.0 introduces new ontology (NTO) elements for OSINT security data, focusing on compliance (sanctions) and financial market (crypto transaction tracing), plus transport-related ontology additions per the release notes. The code diff shows only additive changes to Turtle ontology files, with 0 lines deleted, indicating no removed exports or API surfaces.
Features