Uses of Interface
com.github.jsonldjava.core.RDFParser
-
Packages that use RDFParser Package Description com.github.jsonldjava.core com.github.jsonldjava.impl -
-
Uses of RDFParser in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core with type parameters of type RDFParser Modifier and Type Field Description private static java.util.Map<java.lang.String,RDFParser>
JsonLdProcessor. 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 RDFParser Modifier and Type Method Description static java.lang.Object
JsonLdProcessor. fromRDF(java.lang.Object input, JsonLdOptions options, RDFParser parser)
Converts an RDF dataset to JSON-LD, using a specific instance ofRDFParser
.static java.lang.Object
JsonLdProcessor. fromRDF(java.lang.Object input, RDFParser parser)
Converts an RDF dataset to JSON-LD, using a specific instance ofRDFParser
, and the defaultJsonLdOptions
.static void
JsonLdProcessor. registerRDFParser(java.lang.String format, RDFParser parser)
-
Uses of RDFParser in com.github.jsonldjava.impl
Classes in com.github.jsonldjava.impl that implement RDFParser Modifier and Type Class Description class
NQuadRDFParser
-