strixonomy-robot
Part of Strixonomy (semantic workspace engine).
Thin wrappers around the ROBOT CLI for Strixonomy.
Install
= "0.28"
CLI
Library
use ;
let output = robot_validate?;
License
MIT OR Apache-2.0
Part of Strixonomy (semantic workspace engine).
Thin wrappers around the ROBOT CLI for Strixonomy.
strixonomy-robot = "0.28"
strixonomy robot validate ./ontology.obo
strixonomy robot merge --inputs a.owl b.owl --output merged.owl
strixonomy robot report ./ontology --report report.tsv
use strixonomy_robot::{robot_validate, run_robot};
let output = robot_validate(None, path.as_path())?;
MIT OR Apache-2.0