O

OWL (Web Ontology Language)

1-Click Ready

Enables AI systems to manipulate Web Ontology Language (OWL) ontologies by adding, removing, and fin...

166 views
1 installs
Updated Nov 21, 2025
Audited
Tools I Recommend
Enables AI systems to manipulate Web Ontology Language (OWL) ontologies by adding, removing, and finding axioms through string-based representations in OWL functional syntax

Tools

add_axiom

Add an axiom to the ontology using OWL functional syntax. Args: owl_file_path: Absolute path to the OWL file axiom_str: String representation of the axiom in OWL functional syntax...

add_axioms

Adds a list of axioms to the ontology, using OWL functional syntax. Args: owl_file_path: Absolute path to the OWL file axiom_strs: List of string representation of the axiom in OW...

remove_axiom

Remove an axiom from the ontology using OWL functional syntax. Args: owl_file_path: Absolute path to the OWL file axiom_str: String representation of the axiom in OWL functional s...

find_axioms

Find axioms matching a pattern in the ontology. Args: owl_file_path: Absolute path to the OWL file pattern: A string pattern to match against axiom strings (simple...

get_all_axioms

Get all axioms in the ontology as strings. Args: owl_file_path: Absolute path to the OWL file limit: Maximum number of axioms to return (default: 100) include_labels: If T...

Quick Start

View on GitHub

More for File Systems

View All →

More for Developer Tools

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.