Class JsonLDConverter

java.lang.Object
org.incenp.obofoundry.sssom.compatibility.JsonLDConverter
All Implemented Interfaces:
IYAMLPreprocessor

public class JsonLDConverter extends Object implements IYAMLPreprocessor
A YAML preprocessor to convert SSSOM-Py’s JSON-LD output into a normalised form.

What SSSOM-Py calls “JSON” output is actually a JSON-LD-based output, where prefix names are declared in the @context dictionary. When such a dictionary is found, we turn it into a curie_map slot.

  • Constructor Details

    • JsonLDConverter

      public JsonLDConverter()
  • Method Details