Class FromRdfProcessor
java.lang.Object
no.hasmac.jsonld.processor.FromRdfProcessor
-
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.json.JsonArrayfromRdf(URI documentUri, JsonLdOptions options) static jakarta.json.JsonArrayfromRdf(Document document, JsonLdOptions options)
-
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
-