Conversion class for YAML to the various syntaxes. The real action is in the getData method.
the YAML content in string (before parsing)
Get the minimal JSON-LD Context file for the vocabulary.
The JSON-LD content
Get the HTML representation of the vocabulary based on an HTML template
Textual version of the vocabulary template
Common basename for the generation of the output files
Whether a JSON-LD context file is also generated
Get the JSON-LD representation of the vocabulary.
The JSON-LD content
Get the Turtle representation of the vocabulary.
The Turtle content
Conversion class for YAML to the various syntaxes. The constructor of the class does the real work: converting the yaml file into an internal representation of the vocabulary (see Vocab). The class methods are the interfaces to the different representations of the vocabulary (done through separate modules).