Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 685 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 685 Bytes

HTTP Ontology

This is a description in OWL2 of the HTTP interactions.

This is inspired by the HTTP RDF vocabulary.

Prerequisite

The documentation generation and ontology checking requires The Leiningen build tool.

Ontology profiling

Verification of the ontology consistency can be done with

$ lein run -- check

Documentation

Documentation can be generated using:

$ lein run -- gendoc

You can then see the result by running a local Web server with:

$ lein serve