Skip navigation links
A B C D E F G H 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
An HTTP Accept header that prefers JSONLD.
ACCEPT_HEADER - Static variable in class com.github.jsonldjava.utils.JsonUtils
An HTTP Accept header that prefers JSONLD.
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
addQuad(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
auth - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
authority - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 

B

BLANK_NODE_LABEL - Static variable in class com.github.jsonldjava.core.Regex
 
BlankNode(String) - Constructor for class com.github.jsonldjava.core.RDFDataset.BlankNode
 

C

cacheEntry(URI, URL, JsonNode) - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
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
 
call(RDFDataset) - Method in class com.github.jsonldjava.impl.TurtleTripleCallback
 
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 http://json-ld.org/spec/latest/json-ld-api/#compaction-algorithm
compact(Context, String, Object) - Method in class com.github.jsonldjava.core.JsonLdApi
Compaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#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.
compactValue(String, Map<String, Object>) - Method in class com.github.jsonldjava.core.Context
Value Compaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#value-compaction
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() - Constructor for class com.github.jsonldjava.core.Context
 
Context(JsonLdOptions) - Constructor for class com.github.jsonldjava.core.Context
 
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
 
createDefaultHttpClient() - Static method in class com.github.jsonldjava.core.DocumentLoader
 

D

DECIMAL - Static variable in class com.github.jsonldjava.core.Regex
 
deepCompare(Object, Object, Boolean) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
deepCompare(Object, Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
deepContains(List<Object>, Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
defaultHttpClient - Static variable in class com.github.jsonldjava.core.DocumentLoader
 
directory - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
DISALLOW_REMOTE_CONTEXT_LOADING - Static variable in class com.github.jsonldjava.core.DocumentLoader
Identifies a system property that can be set to "true" in order to disallow remote context loading.
dispose() - Method in class com.github.jsonldjava.utils.JarCacheResource
 
DocumentLoader - Class in com.github.jsonldjava.core
 
DocumentLoader() - Constructor for class com.github.jsonldjava.core.DocumentLoader
 
DOUBLE - Static variable in class com.github.jsonldjava.core.Regex
 

E

ECHAR - Static variable in class com.github.jsonldjava.core.Regex
 
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.
escape(String) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
escape(String, StringBuilder) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
Escapes the given string according to the N-Quads escape rules
existing() - Method in class com.github.jsonldjava.core.UniqueNamer
 
expand(Context, String, Object) - Method in class com.github.jsonldjava.core.JsonLdApi
Expansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithm
expand(Context, Object) - Method in class com.github.jsonldjava.core.JsonLdApi
Expansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#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.
expandValue(String, Object) - Method in class com.github.jsonldjava.core.Context
 
EXPONENT - Static variable in class com.github.jsonldjava.core.Regex
 

F

file - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
flatten(Object, Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
 
flatten(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Flattens the given input and compacts it using the passed context according to the steps in the Flattening algorithm:
format - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
frame(Object, List<Object>) - Method in class com.github.jsonldjava.core.JsonLdApi
Performs JSON-LD framing.
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.
fromInputStream(InputStream, String) - 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.
fromRDF(RDFDataset) - Method in class com.github.jsonldjava.core.JsonLdApi
Converts RDF statements into JSON-LD.
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, JsonLdOptions, RDFParser) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Converts an RDF dataset to JSON-LD, using a specific instance of RDFParser.
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) - Method in class com.github.jsonldjava.core.DocumentLoader
Returns a Map, List, or String containing the contents of the JSON resource resolved from the JsonLdUrl.
fromURL(URL) - 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.

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 TODO: roll out the loops for efficiency
getBase() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getCacheConfig() - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
getClassLoader() - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
getCompactArrays() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getContainer(String) - Method in class com.github.jsonldjava.core.Context
Retrieve container mapping.
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
 
getContextValue(String, String) - Method in class com.github.jsonldjava.core.Context
 
getDatatype() - Method in class com.github.jsonldjava.core.RDFDataset.Node
 
getDefaultHttpClient() - Static method in class com.github.jsonldjava.core.DocumentLoader
 
getDetails() - Method in exception com.github.jsonldjava.core.JsonLdError
 
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
 
getHttpClient() - Method in class com.github.jsonldjava.core.DocumentLoader
 
getInputStream() - Method in class com.github.jsonldjava.utils.JarCacheResource
 
getInverse() - Method in class com.github.jsonldjava.core.Context
Inverse Context Creation http://json-ld.org/spec/latest/json-ld-api/#inverse-context-creation Generates an inverse context for use in the compaction algorithm, if not already generated for the given active context.
getJarCache(URL) - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
getLanguage() - Method in class com.github.jsonldjava.core.RDFDataset.Node
 
getMessage() - Method in exception com.github.jsonldjava.core.JsonLdError
 
getName(String) - Method in class com.github.jsonldjava.core.UniqueNamer
Gets the new name for the given old name, where if no old name is given a new name will be generated.
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
 
getPrefixes(boolean) - Method in class com.github.jsonldjava.core.Context
Return a map of potential RDF prefixes based on the JSON-LD Term Definitions in this context.
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
 

H

hash - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
HEX - Static variable in class com.github.jsonldjava.core.Regex
 
host - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
hostname - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
href - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 

I

INTEGER - Static variable in class com.github.jsonldjava.core.Regex
 
inverse - Variable in class com.github.jsonldjava.core.Context
 
IRI(String) - Constructor for class com.github.jsonldjava.core.RDFDataset.IRI
 
IRIREF - Static variable in class com.github.jsonldjava.core.Regex
 
IRIREF_MINUS_CONTAINER - Static variable in class com.github.jsonldjava.impl.TurtleRDFParser
 
isAbsoluteIri(String) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
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
 
isNamed(String) - Method in class com.github.jsonldjava.core.UniqueNamer
 
isRelativeIri(String) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
isReverseProperty(String) - Method in class com.github.jsonldjava.core.Context
 

J

JarCacheResource - Class in com.github.jsonldjava.utils
 
JarCacheResource(URL) - Constructor for class com.github.jsonldjava.utils.JarCacheResource
 
jarCaches - Variable in class com.github.jsonldjava.utils.JarCacheStorage
Map from uri of jarcache.json (e.g.
JarCacheStorage - Class in com.github.jsonldjava.utils
 
JarCacheStorage() - Constructor for class com.github.jsonldjava.utils.JarCacheStorage
JarCacheStorage(ClassLoader) - Constructor for class com.github.jsonldjava.utils.JarCacheStorage
JarCacheStorage(ClassLoader, CacheConfig) - Constructor for class 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, JsonLdOptions) - Constructor for class com.github.jsonldjava.core.JsonLdApi
Constructs a JsonLdApi object using the given object as the initial JSON-LD object, and the given JsonLdOptions.
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.
JsonLdApi(JsonLdOptions) - Constructor for class com.github.jsonldjava.core.JsonLdApi
Constructs an empty JsonLdApi object using the given JsonLdOptions, and without initialization.
JsonLdConsts - Class in com.github.jsonldjava.core
URI Constants used in the JSON-LD parser.
JsonLdConsts() - Constructor for class com.github.jsonldjava.core.JsonLdConsts
 
JsonLdError - Exception in com.github.jsonldjava.core
 
JsonLdError(JsonLdError.Error, Object) - Constructor for exception com.github.jsonldjava.core.JsonLdError
 
JsonLdError(JsonLdError.Error) - 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.
JsonLdProcessor() - Constructor for class com.github.jsonldjava.core.JsonLdProcessor
 
JsonLdTripleCallback - Interface in com.github.jsonldjava.core
 
JsonLdUrl - Class in com.github.jsonldjava.utils
 
JsonLdUrl() - Constructor for class com.github.jsonldjava.utils.JsonLdUrl
 
JsonLdUtils - Class in com.github.jsonldjava.core
 
JsonLdUtils() - Constructor for class com.github.jsonldjava.core.JsonLdUtils
 
JsonUtils - Class in com.github.jsonldjava.utils
Functions used to make loading, parsing, and serializing JSON easy using Jackson.
JsonUtils() - Constructor for class com.github.jsonldjava.utils.JsonUtils
 

L

LANGTAG - Static variable in class com.github.jsonldjava.core.Regex
 
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(Map<String, Object>) - Method in class com.github.jsonldjava.core.JsonLdApi
Performs RDF normalization on the given JSON-LD input.
normalize(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Performs RDF dataset normalization on the given JSON-LD input.
normalize(Object) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Performs RDF dataset normalization on the given JSON-LD input.
normalizedPath - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
NQuadRDFParser - Class in com.github.jsonldjava.impl
 
NQuadRDFParser() - Constructor for class com.github.jsonldjava.impl.NQuadRDFParser
 
NQuadTripleCallback - Class in com.github.jsonldjava.impl
 
NQuadTripleCallback() - Constructor for class com.github.jsonldjava.impl.NQuadTripleCallback
 

O

Obj - Class in com.github.jsonldjava.utils
 
Obj() - Constructor for class com.github.jsonldjava.utils.Obj
 
openStreamFromURL(URL) - Method in class com.github.jsonldjava.core.DocumentLoader
Opens an InputStream for the given URL, including support for http and https URLs that are requested using Content Negotiation with application/ld+json as the preferred content type.
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 http://json-ld.org/spec/latest/json-ld-api/#context-processing-algorithms
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(Object) - Method in class com.github.jsonldjava.impl.TurtleRDFParser
 
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.
password - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
path - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
pathname - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
PERCENT - Static variable in class com.github.jsonldjava.core.Regex
 
PLX - Static variable in class com.github.jsonldjava.core.Regex
 
PN_CHARS - Static variable in class com.github.jsonldjava.core.Regex
 
PN_CHARS_BASE - Static variable in class com.github.jsonldjava.core.Regex
 
PN_CHARS_U - Static variable in class com.github.jsonldjava.core.Regex
 
PN_LOCAL - Static variable in class com.github.jsonldjava.core.Regex
 
PN_LOCAL_ESC - Static variable in class com.github.jsonldjava.core.Regex
 
PN_PREFIX - Static variable in class com.github.jsonldjava.core.Regex
 
PNAME_LN - Static variable in class com.github.jsonldjava.core.Regex
 
PNAME_NS - Static variable in class com.github.jsonldjava.core.Regex
 
port - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
protocol - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
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_FIRST - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDF_LANGSTRING - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDF_LIST - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDF_NIL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDF_OBJECT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDF_PLAIN_LITERAL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDF_REST - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDF_SCHEMA_NS - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDF_SYNTAX_NS - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
RDF_TYPE - 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() - Constructor for class 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(String, Object) - Constructor for class com.github.jsonldjava.core.RemoteDocument
 
RemoteDocument(String, Object, String) - Constructor for class 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
 
removeDotSegments(String, boolean) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
Removes dot segments from a JsonLdUrl path.
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

serialize() - Method in class com.github.jsonldjava.core.Context
 
setBase(String) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setClassLoader(ClassLoader) - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
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
 
setHttpClient(CloseableHttpClient) - Method in class com.github.jsonldjava.core.DocumentLoader
 
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
 
setType(JsonLdError.Error) - Method in exception com.github.jsonldjava.core.JsonLdError
 
setUseNativeTypes(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setUseRdfType(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
STRING_LITERAL_LONG_QUOTE - Static variable in class com.github.jsonldjava.core.Regex
 
STRING_LITERAL_LONG_SINGLE_QUOTE - Static variable in class com.github.jsonldjava.core.Regex
 
STRING_LITERAL_QUOTE - Static variable in class com.github.jsonldjava.core.Regex
 
STRING_LITERAL_SINGLE_QUOTE - Static variable in class com.github.jsonldjava.core.Regex
 

T

toNQuads(RDFDataset) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
 
toNQuads(RDFDataset, StringBuilder) - 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() - Method in class com.github.jsonldjava.core.JsonLdApi
Adds RDF triples for each graph in the current node map to an RDF dataset.
toRDF(Object, JsonLdTripleCallback, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Outputs the RDF dataset found in the given JSON-LD object.
toRDF(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Outputs the RDF dataset found in the given JSON-LD object.
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.
TRICKY_UTF_CHARS - Static variable in class com.github.jsonldjava.core.Regex
 
TurtleRDFParser - Class in com.github.jsonldjava.impl
A (probably terribly slow) Parser for turtle.
TurtleRDFParser() - Constructor for class com.github.jsonldjava.impl.TurtleRDFParser
 
TurtleTripleCallback - Class in com.github.jsonldjava.impl
 
TurtleTripleCallback() - Constructor for class com.github.jsonldjava.impl.TurtleTripleCallback
 

U

UCHAR - Static variable in class com.github.jsonldjava.core.Regex
 
unescape(String) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
 
UniqueNamer - Class in com.github.jsonldjava.core
 
UniqueNamer(String) - Constructor for class com.github.jsonldjava.core.UniqueNamer
Creates a new UniqueNamer.
updateEntry(String, HttpCacheUpdateCallback) - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
useNamespaces - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
user - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 

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

write(Writer, Object) - Static method in class com.github.jsonldjava.utils.JsonUtils
Writes the given JSON-LD Object out to the given Writer.
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 - Static variable in class com.github.jsonldjava.core.Regex
 
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_BOOLEAN - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
XSD_DECIMAL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
XSD_DOUBLE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
XSD_FLOAT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
XSD_INTEGER - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
XSD_NS - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
XSD_STRING - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 

_

_iriCompactionStep5point4(String, Object, String, String, Map<String, Object>) - Static method in class com.github.jsonldjava.core.Context
This method is only visible for testing.
A B C D E F G H I J L N O P Q R S T U V W X _ 
Skip navigation links

Copyright © 2017. All rights reserved.