Uses of Class
org.eclipse.rdf4j.rio.jsonld.JSONLDParser
-
Packages that use JSONLDParser Package Description org.eclipse.rdf4j.rio.ndjsonld -
-
Uses of JSONLDParser in org.eclipse.rdf4j.rio.ndjsonld
Subclasses of JSONLDParser in org.eclipse.rdf4j.rio.ndjsonld Modifier and Type Class Description class
NDJSONLDParser
Introduce a parser capable of parsing Newline Delimited JSON-LD, where each line is a serialized JSON-LD record.
-