Uses of Interface
com.github.jsonldjava.core.RDFParser
Packages that use RDFParser
-
Uses of RDFParser in com.github.jsonldjava.core
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