Class LiteralProfileConverter

  • All Implemented Interfaces:
    IYAMLPreprocessor

    public class LiteralProfileConverter
    extends Object
    implements IYAMLPreprocessor
    A YAML preprocessor to convert literal* slots.

    For a time, the SSSOM specification half-defined a "literal profile", intended for mappings between a literal and an entity. That profile has several literal-specific slots. In SSSOM 1.0, this profile has been removed and replaced by a convention that literal subjects are represented by storing the literal in the subject_label slot and setting the subject_type slot to rdfs literal.

    • Constructor Detail

      • LiteralProfileConverter

        public LiteralProfileConverter()