Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/doriantaylor/rb-graphviz-vocab
- Owner: doriantaylor
- License: apache-2.0
- Created: 2019-11-11T00:11:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T19:51:05.000Z (almost 5 years ago)
- Last Synced: 2023-03-12T10:11:35.766Z (almost 2 years ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).