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.rdfParsersA 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 ObjectJsonLdProcessor.fromRDF(Object input, JsonLdOptions options, RDFParser parser) Converts an RDF dataset to JSON-LD, using a specific instance ofRDFParser.static ObjectConverts an RDF dataset to JSON-LD, using a specific instance ofRDFParser, and the defaultJsonLdOptions.static voidJsonLdProcessor.registerRDFParser(String format, RDFParser parser) -
Uses of RDFParser in com.github.jsonldjava.impl
Classes in com.github.jsonldjava.impl that implement RDFParser