Interface JsonLdContextFactory
- All Known Implementing Classes:
DummyJsonLdContext
,MappingJsonLdContextFactory
public interface JsonLdContextFactory
Factory for building JSON-LD context.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a root JSON-LD context.createJsonLdContext
(JsonLdContext parent) Creates a JSON-LD context with the specified parent context.
-
Method Details
-
createJsonLdContext
JsonLdContext createJsonLdContext()Creates a root JSON-LD context.- Returns:
- New JSON-LD context
-
createJsonLdContext
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
-