Interface JsonLdContextFactory

All Known Implementing Classes:
DummyJsonLdContext, MappingJsonLdContextFactory

public interface JsonLdContextFactory
Factory for building JSON-LD context.
  • Method Details

    • createJsonLdContext

      JsonLdContext createJsonLdContext()
      Creates a root JSON-LD context.
      Returns:
      New JSON-LD context
    • createJsonLdContext

      JsonLdContext createJsonLdContext(JsonLdContext parent)
      Creates a JSON-LD context with the specified parent context.
      Parameters:
      parent - Parent JSON-LD context from which term mapping in inherited
      Returns:
      New JSON-LD context