See: Description
| Class | Description |
|---|---|
| JSONLD |
Constants for the Turtle Quads (TQL) format.
|
| JSONLDParser |
A parser that can parse RDF documents that are in the JSON-LD format.
|
| JSONLDParserFactory |
An
RDFParserFactory for JSONLD parsers. |
| JSONLDWriter |
An implementation of the RDFWriter interface that writes RDF documents in the JSON-LD format.
|
| JSONLDWriterFactory |
An
RDFWriterFactory for JSONLD writers. |
Parsing depends on the Semargl JSONLD parser, while writing is implemented directly by
this factory and can be configured via setting #ROOT_TYPES, which specifies the types
of RDF resources to be emitted as top level JSONLD nodes.
Copyright © 2015–2016 FBK-irst. All rights reserved.