Uses of Interface
com.github.jsonldjava.core.RDFParser
Packages that use RDFParser
-
Uses of RDFParser in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core with type parameters of type RDFParserModifier and TypeFieldDescriptionJsonLdProcessor.rdfParsers
A registry for RDF Parsers (in this case, JSONLDSerializers) used by fromRDF if no specific serializer is specified and options.format is set.Methods in com.github.jsonldjava.core with parameters of type RDFParserModifier and TypeMethodDescriptionstatic Object
JsonLdProcessor.fromRDF
(Object input, JsonLdOptions options, RDFParser parser) Converts an RDF dataset to JSON-LD, using a specific instance ofRDFParser
.static Object
Converts an RDF dataset to JSON-LD, using a specific instance ofRDFParser
, and the defaultJsonLdOptions
.static void
JsonLdProcessor.registerRDFParser
(String format, RDFParser parser) -
Uses of RDFParser in com.github.jsonldjava.impl
Classes in com.github.jsonldjava.impl that implement RDFParser