jsonld library
Classes
- AsyncJsonLdContextDocumentProvider
- Asynchronous provider for resolving external JSON-LD context documents.
- AsyncJsonLdDecoder
- Async JSON-LD decoder that preserves the synchronous core parser.
- AsyncJsonLdDecoderOptions
- Options for AsyncJsonLdDecoder.
- CachingJsonLdContextDocumentProvider
- Provider that caches resolved context documents in memory.
- JsonLdCodec
- RDF Format implementation for the JSON-LD serialization format.
- JsonLdContextDocumentProvider
- Synchronous provider for resolving external JSON-LD context documents.
- JsonLdContextDocumentRequest
- Full input for loading an external JSON-LD context.
- JsonLdDecoder
- Decoder for JSON-LD format
- JsonLdDecoderOptions
- Configuration options for JSON-LD decoding
- JsonLdEncoder
- Encoder for converting RDF graphs to JSON-LD format.
- JsonLdEncoderOptions
- Configuration options for JSON-LD encoding
- JsonLdGraphCodec
- RDF Format implementation for the JSON-LD serialization format.
- JsonLdGraphDecoder
- Decoder for JSON-LD format
- JsonLdGraphDecoderOptions
- Configuration options for JSON-LD graph decoding
- JsonLdGraphEncoder
- Encoder for converting RDF graphs to JSON-LD format.
- JsonLdGraphEncoderOptions
- Configuration options for JSON-LD encoding
- MappedFileJsonLdContextDocumentProvider
- Built-in provider that maps canonical IRI prefixes to local filesystem locations and loads/decodes context documents from disk.
- PreloadedJsonLdContextDocumentProvider
- Provider backed by a pre-populated map of resolved context documents.
Enums
- JsonLdOutputMode
- Output mode for JSON-LD encoding.
- JsonLdProcessingMode
- JSON-LD processing mode, controlling version-gated behavior.
- NamedGraphHandling
- Defines how to handle named graphs when decoding JSON-LD to RdfGraph
- NamedGraphLogLevel
- Controls the logging level when named graphs are handled
- RdfDirection
- Controls how RDF text direction is represented in JSON-LD output and how directional literals are interpreted during decoding.
Properties
- jsonld → JsonLdCodec
-
Global convenience variable for working with JSON-LD format
final
- jsonldGraph → JsonLdGraphCodec
-
Global convenience variable for working with JSON-LD format
final