Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doriantaylor/rb-graphviz-vocab

Let's make an OWL ontology out of the GraphViz specification.
https://github.com/doriantaylor/rb-graphviz-vocab

Last synced: 24 days ago
JSON representation

Let's make an OWL ontology out of the GraphViz specification.

Awesome Lists containing this project

README

        

# GraphViz::Vocab

`graphviz-vocab` is a simple command-line program that will consume
the source documents for [GraphViz](https://www.graphviz.org/)
[types](https://gitlab.com/graphviz/graphviz/raw/master/doc/infosrc/types)
and
[attributes](https://gitlab.com/graphviz/graphviz/raw/master/doc/infosrc/attrs)
to generate an OWL ontology, and from that a sitelet which is equal
parts an enhancement of the associated documentation, and tech demo.

## Installation

This is a single-purpose program, structured as a Ruby Gem for my own
convenience. If, however, you want to install it via `gem install
graphviz-vocab`, there's nothing preventing you.

## Copyright & License

©2019 [Dorian Taylor](https://doriantaylor.com/)

This software is provided under
the [Apache License, 2.0](https://www.apache.org/licenses/LICENSE-2.0).