Skip to content

(ShEx → HTML) Convert a ShEx schema to an HTML representation

Jose Emilio Labra Gayo edited this page Sep 7, 2024 · 4 revisions

(ShEx → HTML) Convert a ShEx schema to an HTML representation

Convert a ShEx schema to a set of HTML pages that represent the schema. The content of the HTML pages can be customized using Jinja templates.

$ rudof convert -s examples/simple.shex -m shex -x html -t target/simple
... generates a set of HTML pages in the folder target/simple. By default the landing page is `index.html`

The HTML pages that are generated can be highly configured because the approach that rudof follows is based on templates.

It takes a set of default templates which define the appearance of the HTML result but it is possible to pass a different set of templates.

The templates are based on the minininja template engine.

Clone this wiki locally