Package no.hasmac.jsonld.processor
Class FromRdfProcessor
java.lang.Object
no.hasmac.jsonld.processor.FromRdfProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.json.JsonArray
fromRdf
(URI documentUri, JsonLdOptions options) static jakarta.json.JsonArray
fromRdf
(Document document, JsonLdOptions options)
-
Constructor Details
-
FromRdfProcessor
private FromRdfProcessor()
-
-
Method Details
-
fromRdf
public static jakarta.json.JsonArray fromRdf(Document document, JsonLdOptions options) throws JsonLdError - Throws:
JsonLdError
-
fromRdf
public static jakarta.json.JsonArray fromRdf(URI documentUri, JsonLdOptions options) throws JsonLdError - Throws:
JsonLdError
-