Package com.apicatalog.jsonld.processor
Class ToRdfProcessor
- java.lang.Object
-
- com.apicatalog.jsonld.processor.ToRdfProcessor
-
public final class ToRdfProcessor extends Object
- See Also:
- JsonLdProcessor.toRdf()
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RdfDatasettoRdf(Document input, JsonLdOptions options)static RdfDatasettoRdf(URI input, JsonLdOptions options)
-
-
-
Method Detail
-
toRdf
public static final RdfDataset toRdf(URI input, JsonLdOptions options) throws JsonLdError
- Throws:
JsonLdError
-
toRdf
public static final RdfDataset toRdf(Document input, JsonLdOptions options) throws JsonLdError
- Throws:
JsonLdError
-
-