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 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
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).