Skip navigation links
A B C D E F G I J L N O P Q R S T U V W X 

A

ACCEPT_HEADER - Static variable in class com.github.jsonldjava.core.DocumentLoader
Deprecated.
ACCEPT_HEADER - Static variable in class com.github.jsonldjava.utils.JsonUtils
An HTTP Accept header that prefers JSONLD.
addQuad(String, String, String, String) - Method in class com.github.jsonldjava.core.RDFDataset
Adds a triple to the specified graph of this dataset.
addQuad(String, String, String, String, String, String) - Method in class com.github.jsonldjava.core.RDFDataset
Adds a triple to the specified graph of this dataset.
addTriple(String, String, String, String, String) - Method in class com.github.jsonldjava.core.RDFDataset
Adds a triple to the @default graph of this dataset.
addTriple(String, String, String) - Method in class com.github.jsonldjava.core.RDFDataset
Adds a triple to the default graph of this dataset.

B

BlankNode(String) - Constructor for class com.github.jsonldjava.core.RDFDataset.BlankNode
 

C

call(RDFDataset) - Method in interface com.github.jsonldjava.core.JsonLdTripleCallback
Construct output based on internal RDF dataset format.
call(RDFDataset) - Method in class com.github.jsonldjava.impl.NQuadTripleCallback
 
clearNamespaces() - Method in class com.github.jsonldjava.core.RDFDataset
clears all the namespaces in this dataset.
clone() - Method in class com.github.jsonldjava.core.Context
 
clone() - Method in class com.github.jsonldjava.core.UniqueNamer
Copies this UniqueNamer.
com.github.jsonldjava.core - package com.github.jsonldjava.core
 
com.github.jsonldjava.impl - package com.github.jsonldjava.impl
 
com.github.jsonldjava.utils - package com.github.jsonldjava.utils
 
compact(Context, String, Object, boolean) - Method in class com.github.jsonldjava.core.JsonLdApi
Compaction Algorithm
compact(Context, String, Object) - Method in class com.github.jsonldjava.core.JsonLdApi
Compaction Algorithm
compact(Object, Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Compacts the given input using the context according to the steps in the Compaction algorithm.
compareTo(RDFDataset.Node) - Method in class com.github.jsonldjava.core.RDFDataset.Literal
 
compareTo(RDFDataset.Node) - Method in class com.github.jsonldjava.core.RDFDataset.Node
 
compareTo(RDFDataset.Quad) - Method in class com.github.jsonldjava.core.RDFDataset.Quad
 
contains(Object, String...) - Static method in class com.github.jsonldjava.utils.Obj
 
Context - Class in com.github.jsonldjava.core
A helper class which still stores all the values in a map but gives member variables easily access certain keys.
Context(Map<String, Object>, JsonLdOptions) - Constructor for class com.github.jsonldjava.core.Context
 
Context(Map<String, Object>) - Constructor for class com.github.jsonldjava.core.Context
 
Context(Object, JsonLdOptions) - Constructor for class com.github.jsonldjava.core.Context
 

D

DECIMAL - Static variable in class com.github.jsonldjava.core.Regex
 
dispose() - Method in class com.github.jsonldjava.utils.JarCacheResource
 
DocumentLoader - Class in com.github.jsonldjava.core
DocumentLoader.
DocumentLoader() - Constructor for class com.github.jsonldjava.core.DocumentLoader
 
DOUBLE - Static variable in class com.github.jsonldjava.core.Regex
 

E

equals(Object, Object) - Static method in class com.github.jsonldjava.utils.Obj
A null-safe equals check using v1.equals(v2) if they are both not null.
expand(Context, String, Object) - Method in class com.github.jsonldjava.core.JsonLdApi
Expansion Algorithm
expand(Context, Object) - Method in class com.github.jsonldjava.core.JsonLdApi
Expansion Algorithm
expand(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Expands the given input according to the steps in the Expansion algorithm.
expand(Object) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Expands the given input according to the steps in the Expansion algorithm, using the default JsonLdOptions.

F

file - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
format - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
frame(Object, Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Frames the given input using the frame according to the steps in the Framing Algorithm.
fromInputStream(InputStream) - Static method in class com.github.jsonldjava.utils.JsonUtils
Parses a JSON-LD document from the given InputStream to an object that can be used as input for the JsonLdApi and JsonLdProcessor methods.
Uses UTF-8 as the character encoding when decoding the InputStream.
fromRDF(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Converts an RDF dataset to JSON-LD.
fromRDF(Object) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Converts an RDF dataset to JSON-LD, using the default JsonLdOptions.
fromRDF(Object, RDFParser) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Converts an RDF dataset to JSON-LD, using a specific instance of RDFParser, and the default JsonLdOptions.
fromReader(Reader) - Static method in class com.github.jsonldjava.utils.JsonUtils
Parses a JSON-LD document from the given Reader to an object that can be used as input for the JsonLdApi and JsonLdProcessor methods.
fromString(String) - Static method in class com.github.jsonldjava.utils.JsonUtils
Parses a JSON-LD document from a string to an object that can be used as input for the JsonLdApi and JsonLdProcessor methods.
fromURL(URL, CloseableHttpClient) - Static method in class com.github.jsonldjava.utils.JsonUtils
Parses a JSON-LD document, from the contents of the JSON resource resolved from the JsonLdUrl, to an object that can be used as input for the JsonLdApi and JsonLdProcessor methods.
fromURLJavaNet(URL) - Static method in class com.github.jsonldjava.utils.JsonUtils
Fallback method directly using the HttpURLConnection class for cases where servers do not interoperate correctly with Apache HTTPClient.

G

get(Map<String, Object>, String...) - Static method in class com.github.jsonldjava.utils.Obj
Used to make getting values from maps embedded in maps embedded in maps easier.
getBase() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getCacheConfig() - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
getCompactArrays() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getContext() - Method in class com.github.jsonldjava.core.RDFDataset
Returns a valid context containing any namespaces set.
getContextUrl() - Method in class com.github.jsonldjava.core.RemoteDocument
 
getDatatype() - Method in class com.github.jsonldjava.core.RDFDataset.Node
 
getDefaultHttpClient() - Static method in class com.github.jsonldjava.utils.JsonUtils
 
getDocument() - Method in class com.github.jsonldjava.core.RemoteDocument
 
getDocumentLoader() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getDocumentUrl() - Method in class com.github.jsonldjava.core.RemoteDocument
 
getEmbed() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getEntry(String) - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
getExpandContext() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getExplicit() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getGraph() - Method in class com.github.jsonldjava.core.RDFDataset.Quad
 
getInputStream() - Method in class com.github.jsonldjava.utils.JarCacheResource
 
getLanguage() - Method in class com.github.jsonldjava.core.RDFDataset.Node
 
getMessage() - Method in exception com.github.jsonldjava.core.JsonLdError
 
getName() - Method in class com.github.jsonldjava.core.UniqueNamer
 
getNamespace(String) - Method in class com.github.jsonldjava.core.RDFDataset
 
getNamespaces() - Method in class com.github.jsonldjava.core.RDFDataset
 
getObject() - Method in class com.github.jsonldjava.core.RDFDataset.Quad
 
getOmitDefault() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getPredicate() - Method in class com.github.jsonldjava.core.RDFDataset.Quad
 
getProcessingMode() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getProduceGeneralizedRdf() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getQuads(String) - Method in class com.github.jsonldjava.core.RDFDataset
 
getSubject() - Method in class com.github.jsonldjava.core.RDFDataset.Quad
 
getType() - Method in exception com.github.jsonldjava.core.JsonLdError
 
getUseNativeTypes() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getUseRdfType() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getValue() - Method in class com.github.jsonldjava.core.RDFDataset.Node
 
graphNames() - Method in class com.github.jsonldjava.core.RDFDataset
 
graphToRDF(String, Map<String, Object>) - Method in class com.github.jsonldjava.core.RDFDataset
Creates an array of RDF triples for the given graph.

I

INTEGER - Static variable in class com.github.jsonldjava.core.Regex
 
IRI(String) - Constructor for class com.github.jsonldjava.core.RDFDataset.IRI
 
isBlankNode() - Method in class com.github.jsonldjava.core.RDFDataset.BlankNode
 
isBlankNode() - Method in class com.github.jsonldjava.core.RDFDataset.IRI
 
isBlankNode() - Method in class com.github.jsonldjava.core.RDFDataset.Literal
 
isBlankNode() - Method in class com.github.jsonldjava.core.RDFDataset.Node
 
isIRI() - Method in class com.github.jsonldjava.core.RDFDataset.BlankNode
 
isIRI() - Method in class com.github.jsonldjava.core.RDFDataset.IRI
 
isIRI() - Method in class com.github.jsonldjava.core.RDFDataset.Literal
 
isIRI() - Method in class com.github.jsonldjava.core.RDFDataset.Node
 
isLiteral() - Method in class com.github.jsonldjava.core.RDFDataset.BlankNode
 
isLiteral() - Method in class com.github.jsonldjava.core.RDFDataset.IRI
 
isLiteral() - Method in class com.github.jsonldjava.core.RDFDataset.Literal
 
isLiteral() - Method in class com.github.jsonldjava.core.RDFDataset.Node
 

J

JarCacheResource - Class in com.github.jsonldjava.utils
JarCacheResource.
JarCacheStorage - Class in com.github.jsonldjava.utils
JarCacheStorage.
JarCacheStorage(ClassLoader, CacheConfig, HttpCacheStorage) - Constructor for class com.github.jsonldjava.utils.JarCacheStorage
 
JsonLdApi - Class in com.github.jsonldjava.core
A container object to maintain state relating to JsonLdOptions and the current Context, and push these into the relevant algorithms in JsonLdProcessor as necessary.
JsonLdApi() - Constructor for class com.github.jsonldjava.core.JsonLdApi
Constructs an empty JsonLdApi object using the default JsonLdOptions, and without initialization.
JsonLdApi(Object, Object, JsonLdOptions) - Constructor for class com.github.jsonldjava.core.JsonLdApi
Constructs a JsonLdApi object using the given object as the initial JSON-LD object, the given context, and the given JsonLdOptions.
JsonLdConsts - Class in com.github.jsonldjava.core
URI Constants used in the JSON-LD parser.
JsonLdError - Exception in com.github.jsonldjava.core
JsonLdError.
JsonLdError(JsonLdError.Error, Object) - Constructor for exception com.github.jsonldjava.core.JsonLdError
 
JsonLdError(JsonLdError.Error) - Constructor for exception com.github.jsonldjava.core.JsonLdError
 
JsonLdError(JsonLdError.Error, Object, Throwable) - Constructor for exception com.github.jsonldjava.core.JsonLdError
 
JsonLdError(JsonLdError.Error, Throwable) - Constructor for exception com.github.jsonldjava.core.JsonLdError
 
JsonLdError.Error - Enum in com.github.jsonldjava.core
 
JsonLdOptions - Class in com.github.jsonldjava.core
The JsonLdOptions type as specified in the JSON-LD- API specification.
JsonLdOptions() - Constructor for class com.github.jsonldjava.core.JsonLdOptions
Constructs an instance of JsonLdOptions using an empty base.
JsonLdOptions(String) - Constructor for class com.github.jsonldjava.core.JsonLdOptions
Constructs an instance of JsonLdOptions using the given base.
JsonLdProcessor - Class in com.github.jsonldjava.core
This class implements the JsonLdProcessor interface, except that it does not currently support asynchronous processing, and hence does not return Promises, instead directly returning the results.
JsonLdTripleCallback - Interface in com.github.jsonldjava.core
JsonLdTripleCallback.
JsonLdUrl - Class in com.github.jsonldjava.utils
JsonLdUrl.
JsonLdUrl() - Constructor for class com.github.jsonldjava.utils.JsonLdUrl
 
JsonUtils - Class in com.github.jsonldjava.utils
Functions used to make loading, parsing, and serializing JSON easy using Jackson.

L

length() - Method in class com.github.jsonldjava.utils.JarCacheResource
 
Literal(String, String, String) - Constructor for class com.github.jsonldjava.core.RDFDataset.Literal
 
loadDocument(String) - Method in class com.github.jsonldjava.core.DocumentLoader
 

N

newMap() - Static method in class com.github.jsonldjava.utils.Obj
Helper function for creating maps and tuning them as necessary.
newMap(String, Object) - Static method in class com.github.jsonldjava.utils.Obj
Helper function for creating maps and tuning them as necessary.
Node() - Constructor for class com.github.jsonldjava.core.RDFDataset.Node
 
normalize(Object) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Performs RDF dataset normalization on the given JSON-LD input.
NQuadRDFParser - Class in com.github.jsonldjava.impl
NQuadRDFParser.
NQuadRDFParser() - Constructor for class com.github.jsonldjava.impl.NQuadRDFParser
 
NQuadTripleCallback - Class in com.github.jsonldjava.impl
NQuadTripleCallback.
NQuadTripleCallback() - Constructor for class com.github.jsonldjava.impl.NQuadTripleCallback
 

O

Obj - Class in com.github.jsonldjava.utils
Obj.
outputForm - Variable in class com.github.jsonldjava.core.JsonLdOptions
 

P

parse(Object, List<String>) - Method in class com.github.jsonldjava.core.Context
Context Processing Algorithm
parse(Object) - Method in class com.github.jsonldjava.core.Context
 
parse(Object) - Method in interface com.github.jsonldjava.core.RDFParser
Parse the input into the internal RDF Dataset format The format is a Map with the following structure: { GRAPH_1: [ TRIPLE_1, TRIPLE_2, ..., TRIPLE_N ], GRAPH_2: [ TRIPLE_1, TRIPLE_2, ..., TRIPLE_N ], ...
parse(Object) - Method in class com.github.jsonldjava.impl.NQuadRDFParser
 
parse(String) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
 
parseContext(Object) - Method in class com.github.jsonldjava.core.RDFDataset
parses a context object and sets any namespaces found within it.
parseNQuads(String) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
Parses RDF in the form of N-Quads.
put(Object, String, Object) - Static method in class com.github.jsonldjava.utils.Obj
 
put(Object, String, String, Object) - Static method in class com.github.jsonldjava.utils.Obj
 
put(Object, String, String, String, Object) - Static method in class com.github.jsonldjava.utils.Obj
 
put(Object, String, String, String, String, Object) - Static method in class com.github.jsonldjava.utils.Obj
 
putEntry(String, HttpCacheEntry) - Method in class com.github.jsonldjava.utils.JarCacheStorage
 

Q

Quad(String, String, String, String) - Constructor for class com.github.jsonldjava.core.RDFDataset.Quad
 
Quad(String, String, String, String, String, String) - Constructor for class com.github.jsonldjava.core.RDFDataset.Quad
 
Quad(RDFDataset.Node, RDFDataset.Node, RDFDataset.Node, String) - Constructor for class com.github.jsonldjava.core.RDFDataset.Quad
 
query - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 

R

RDF_PLAIN_LITERAL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDF_SCHEMA_NS - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDF_XML_LITERAL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDFDataset - Class in com.github.jsonldjava.core
Starting to migrate away from using plain java Maps as the internal RDF dataset store.
RDFDataset() - Constructor for class com.github.jsonldjava.core.RDFDataset
 
RDFDataset(JsonLdApi) - Constructor for class com.github.jsonldjava.core.RDFDataset
 
RDFDataset.BlankNode - Class in com.github.jsonldjava.core
 
RDFDataset.IRI - Class in com.github.jsonldjava.core
 
RDFDataset.Literal - Class in com.github.jsonldjava.core
 
RDFDataset.Node - Class in com.github.jsonldjava.core
 
RDFDataset.Quad - Class in com.github.jsonldjava.core
 
RDFDatasetUtils - Class in com.github.jsonldjava.core
RDFDatasetUtils.
RDFParser - Interface in com.github.jsonldjava.core
Interface for parsing RDF into the RDF Dataset objects to be used by JSONLD.fromRDF
Regex - Class in com.github.jsonldjava.core
 
Regex() - Constructor for class com.github.jsonldjava.core.Regex
 
registerRDFParser(String, RDFParser) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
 
relative - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
RemoteDocument - Class in com.github.jsonldjava.core
RemoteDocument.
remove(Object, String, String) - Static method in class com.github.jsonldjava.utils.Obj
 
removeBase(Object, String) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
 
removeEntry(String) - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
removeRDFParser(String) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
 
resolve(String, String) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
 

S

setBase(String) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setCompactArrays(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setContextUrl(String) - Method in class com.github.jsonldjava.core.RemoteDocument
 
setDocument(Object) - Method in class com.github.jsonldjava.core.RemoteDocument
 
setDocumentLoader(DocumentLoader) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setDocumentUrl(String) - Method in class com.github.jsonldjava.core.RemoteDocument
 
setEmbed(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setExpandContext(Object) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setExplicit(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setNamespace(String, String) - Method in class com.github.jsonldjava.core.RDFDataset
 
setOmitDefault(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setProcessingMode(String) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setProduceGeneralizedRdf(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setUseNativeTypes(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setUseRdfType(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 

T

TEXT_TURTLE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
toNQuads(RDFDataset) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
 
toPrettyString(Object) - Static method in class com.github.jsonldjava.utils.JsonUtils
Writes the given JSON-LD Object out to a String, using indentation and new lines to improve readability.
toRDF(Object, JsonLdTripleCallback) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Outputs the RDF dataset found in the given JSON-LD object, using the default JsonLdOptions.
toRDF(Object) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Outputs the RDF dataset found in the given JSON-LD object, using the default JsonLdOptions.
toString() - Method in enum com.github.jsonldjava.core.JsonLdError.Error
 
toString(Object) - Static method in class com.github.jsonldjava.utils.JsonUtils
Writes the given JSON-LD Object out to a String.

U

UniqueNamer - Class in com.github.jsonldjava.core
UniqueNamer.
updateEntry(String, HttpCacheUpdateCallback) - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
useNamespaces - Variable in class com.github.jsonldjava.core.JsonLdOptions
 

V

valueOf(String) - Static method in enum com.github.jsonldjava.core.JsonLdError.Error
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.jsonldjava.core.JsonLdError.Error
Returns an array containing the constants of this enum type, in the order they are declared.

W

writePrettyPrint(Writer, Object) - Static method in class com.github.jsonldjava.utils.JsonUtils
Writes the given JSON-LD Object out to the given Writer, using indentation and new lines to improve readability.
WS_0_1 - Static variable in class com.github.jsonldjava.core.Regex
 
WS_0_N - Static variable in class com.github.jsonldjava.core.Regex
 
WS_1_N - Static variable in class com.github.jsonldjava.core.Regex
 

X

XSD_ANYTYPE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
XSD_ANYURI - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
XSD_DECIMAL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
XSD_FLOAT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
A B C D E F G I J L N O P Q R S T U V W X 
Skip navigation links