A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages

A

ACCEPT_HEADER - Static variable in class com.github.jsonldjava.utils.JsonUtils
An HTTP Accept header that prefers JSONLD.
addFrameOutput(JsonLdApi.FramingContext, Object, String, Object) - Static method in class com.github.jsonldjava.core.JsonLdApi
Adds framing output to the given parent.
addInjectedDoc(String, String) - Method in class com.github.jsonldjava.core.DocumentLoader
Avoid resolving a document by instead using the given serialised representation.
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) - Method in class com.github.jsonldjava.core.RDFDataset
Adds a triple to the default 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
allowContainerSetOnType - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
alternateLink(URL, CloseableHttpResponse) - Static method in class com.github.jsonldjava.utils.JsonUtils
 
ALWAYS - com.github.jsonldjava.core.JsonLdConsts.Embed
 
api - Variable in class com.github.jsonldjava.core.RDFDataset
 
APPLICATION_NQUADS - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
auth - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
authority - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 

B

base - Variable in class com.github.jsonldjava.core.JsonLdOptions
http://www.w3.org/TR/json-ld-api/#widl-JsonLdOptions-base
BASE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
BLANK_NODE_LABEL - Static variable in class com.github.jsonldjava.core.Regex
 
BLANK_NODE_PREFIX - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
BlankNode(String) - Constructor for class com.github.jsonldjava.core.RDFDataset.BlankNode
 
blankNodeCounter - Variable in class com.github.jsonldjava.core.JsonLdApi
Counter specified in: http://www.w3.org/TR/json-ld-api/#generate-blank-node-identifier
blankNodeIdentifierMap - Variable in class com.github.jsonldjava.core.JsonLdApi
Blank Node identifier map specified in: http://www.w3.org/TR/json-ld-api/#generate-blank-node-identifier
BNODE - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
bnodes - Variable in class com.github.jsonldjava.core.NormalizeUtils
 

C

cacheConfig - Variable in class com.github.jsonldjava.utils.JarCacheStorage
 
cachedResourceList - Static variable in class com.github.jsonldjava.utils.JarCacheStorage
Cached URLs from the given ClassLoader to identified locations of jarcache.json resources on the classpath Uses a Guava concurrent weak reference key map to avoid holding onto ClassLoader instances after they are otherwise unavailable.
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
 
checkEmptyKey(Map<String, Object>) - Method in class com.github.jsonldjava.core.Context
 
classLoader - Variable in class com.github.jsonldjava.utils.JarCacheStorage
The classloader to use, defaults to null which will use the thread context classloader.
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.
clone(Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
COLLIDING_KEYWORDS - com.github.jsonldjava.core.JsonLdError.Error
 
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) - 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, boolean) - 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.
compactArrays - Variable in class com.github.jsonldjava.core.JsonLdOptions
http://www.w3.org/TR/json-ld-api/#widl-JsonLdOptions-compactArrays
COMPACTED - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
COMPACTION_TO_LIST_OF_LISTS - com.github.jsonldjava.core.JsonLdError.Error
 
compactIri(String) - Method in class com.github.jsonldjava.core.Context
 
compactIri(String, boolean) - Method in class com.github.jsonldjava.core.Context
 
compactIri(String, Object, boolean, boolean) - Method in class com.github.jsonldjava.core.Context
IRI Compaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#iri-compaction Compacts an IRI or keyword into a term or prefix if it can be.
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
compareShortestLeast(String, String) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Compares two strings first based on length and then lexicographically.
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
 
compareValues(Object, Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Compares two JSON-LD values for equality.
CONFLICTING_INDEXES - com.github.jsonldjava.core.JsonLdError.Error
 
connection - Variable in class com.github.jsonldjava.utils.JarCacheResource
 
CONTAINER - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
contains(Object, String...) - Static method in class com.github.jsonldjava.utils.Obj
 
context - Variable in class com.github.jsonldjava.core.JsonLdApi
 
context - Variable in class com.github.jsonldjava.core.RDFDataset
 
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(Object, JsonLdOptions) - Constructor for class com.github.jsonldjava.core.Context
 
Context(Map<String, Object>) - Constructor for class com.github.jsonldjava.core.Context
 
Context(Map<String, Object>, JsonLdOptions) - Constructor for class com.github.jsonldjava.core.Context
 
CONTEXT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
copy() - Method in class com.github.jsonldjava.core.JsonLdOptions
Creates a shallow copy of this JsonLdOptions object.
counter - Variable in class com.github.jsonldjava.core.UniqueNamer
 
createDefaultCacheConfig() - Static method in class com.github.jsonldjava.utils.JsonUtils
 
createDefaultHttpClient() - Static method in class com.github.jsonldjava.utils.JsonUtils
 
createDefaultHttpClient(CacheConfig) - Static method in class com.github.jsonldjava.utils.JsonUtils
 
createDefaultHttpClientBuilder(CacheConfig) - Static method in class com.github.jsonldjava.utils.JsonUtils
 
createsCircularReference(String, JsonLdApi.FramingContext) - Method in class com.github.jsonldjava.core.JsonLdApi
 
createTermDefinition(Map<String, Object>, String, Map<String, Boolean>) - Method in class com.github.jsonldjava.core.Context
Create Term Definition Algorithm http://json-ld.org/spec/latest/json-ld-api/#create-term-definition
CYCLIC_IRI_MAPPING - com.github.jsonldjava.core.JsonLdError.Error
 

D

DATATYPE - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
DECIMAL - Static variable in class com.github.jsonldjava.core.Regex
 
deepCompare(Object, Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
deepCompare(Object, Object, Boolean) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
deepContains(List<Object>, Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
DEFAULT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
DEFAULT_COMPACT_ARRAYS - Static variable in class com.github.jsonldjava.core.JsonLdOptions
 
DEFAULT_HTTP_CLIENT - Static variable in class com.github.jsonldjava.utils.JsonUtils
 
delegate - Variable in class com.github.jsonldjava.utils.JarCacheStorage
All live caching that is not found locally is delegated to this implementation.
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
 
document - Variable in class com.github.jsonldjava.core.RemoteDocument
 
documentLoader - Variable in class com.github.jsonldjava.core.JsonLdOptions
http://www.w3.org/TR/json-ld-api/#widl-JsonLdOptions-documentLoader
DocumentLoader - Class in com.github.jsonldjava.core
Resolves URLs to RemoteDocuments.
DocumentLoader() - Constructor for class com.github.jsonldjava.core.DocumentLoader
 
documentUrl - Variable in class com.github.jsonldjava.core.RemoteDocument
 
done - Variable in class com.github.jsonldjava.core.NormalizeUtils.Permutator
 
DOUBLE - Static variable in class com.github.jsonldjava.core.Regex
 

E

ECHAR - Static variable in class com.github.jsonldjava.core.Regex
 
embed - Variable in class com.github.jsonldjava.core.JsonLdApi.FramingContext
 
embed - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
Embed() - Constructor for enum com.github.jsonldjava.core.JsonLdConsts.Embed
 
EMBED - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
EMBED_CHILDREN - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
EmbedNode(Object, String) - Constructor for class com.github.jsonldjava.core.JsonLdApi.EmbedNode
 
EMPTY - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
encodeHex(byte[]) - Static method in class com.github.jsonldjava.core.NormalizeUtils
 
EOLN - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.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.
error - Variable in enum com.github.jsonldjava.core.JsonLdError.Error
 
Error(String) - Constructor for enum com.github.jsonldjava.core.JsonLdError.Error
 
escape(String, StringBuilder) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
Escapes the given string according to the N-Quads escape rules
existing - Variable in class com.github.jsonldjava.core.UniqueNamer
 
existing() - Method in class com.github.jsonldjava.core.UniqueNamer
 
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(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(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.
expand(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Expands the given input according to the steps in the Expansion algorithm.
expandContext - Variable in class com.github.jsonldjava.core.JsonLdOptions
http://www.w3.org/TR/json-ld-api/#widl-JsonLdOptions-expandContext
EXPANDED - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
expandIri(String, boolean, boolean, Map<String, Object>, Map<String, Boolean>) - Method in class com.github.jsonldjava.core.Context
IRI Expansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#iri-expansion
expandValue(String, Object) - Method in class com.github.jsonldjava.core.Context
 
explicit - Variable in class com.github.jsonldjava.core.JsonLdApi.FramingContext
 
explicit - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
EXPLICIT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
EXPONENT - Static variable in class com.github.jsonldjava.core.Regex
 

F

file - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
fillNodesToPrune(Object, Map<String, Object>) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Gets the objects on which we'll prune the blank node ID
filterNode(JsonLdApi.FramingContext, Map<String, Object>, Map<String, Object>, boolean) - Method in class com.github.jsonldjava.core.JsonLdApi
 
filterNodes(JsonLdApi.FramingContext, Map<String, Object>, Map<String, Object>, boolean) - Method in class com.github.jsonldjava.core.JsonLdApi
 
first - Static variable in class com.github.jsonldjava.core.RDFDataset
 
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:
flatten(Object, Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
 
FLATTENED - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
format - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
frame(JsonLdApi.FramingContext, Map<String, Object>, Map<String, Object>, Object, String) - Method in class com.github.jsonldjava.core.JsonLdApi
Frames subjects according to the given frame.
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.
frame(Object, List<Object>) - Method in class com.github.jsonldjava.core.JsonLdApi
Performs JSON-LD framing.
frameExpansion - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
FramingContext() - Constructor for class com.github.jsonldjava.core.JsonLdApi.FramingContext
 
FramingContext(JsonLdOptions) - Constructor for class com.github.jsonldjava.core.JsonLdApi.FramingContext
 
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.
fromInputStream(InputStream, Charset) - 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.
fromJsonLdViaHttpUri(URL, CloseableHttpClient, int) - Static method in class com.github.jsonldjava.utils.JsonUtils
 
fromJsonParser(JsonParser) - Static method in class com.github.jsonldjava.utils.JsonUtils
Parses a JSON-LD document from the given JsonParser 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(RDFDataset, boolean) - Method in class com.github.jsonldjava.core.JsonLdApi
Converts RDF statements into JSON-LD, presuming that there are no duplicates in the dataset.
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) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Converts an RDF dataset to JSON-LD.
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, 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

generateBlankNodeIdentifier() - Method in class com.github.jsonldjava.core.JsonLdApi
Generates a fresh, unused, blank node identifier using the algorithm specified in: http://www.w3.org/TR/json-ld-api/#generate-blank-node-identifier
generateBlankNodeIdentifier(String) - Method in class com.github.jsonldjava.core.JsonLdApi
Generates a blank node identifier for the given key using the algorithm specified in: http://www.w3.org/TR/json-ld-api/#generate-blank-node-identifier
generateNodeMap(Object, Map<String, Object>) - Method in class com.github.jsonldjava.core.JsonLdApi
_____ _ _ _ _ _ _ _ _ | ___| | __ _| |_| |_ ___ _ __ / \ | | __ _ ___ _ __(_) |_| |__ _ __ ___ | |_ | |/ _` | __| __/ _ \ '_ \ / _ \ | |/ _` |/ _ \| '__| | __| '_ \| '_ ` _ \ | _| | | (_| | |_| || __/ | | | / ___ \| | (_| | (_) | | | | |_| | | | | | | | | |_| |_|\__,_|\__|\__\___|_| |_| /_/ \_\_|\__, |\___/|_| |_|\__|_| |_|_| |_| |_| |___/
generateNodeMap(Object, Map<String, Object>, String) - Method in class com.github.jsonldjava.core.JsonLdApi
 
generateNodeMap(Object, Map<String, Object>, String, Object, String, Map<String, Object>) - Method in class com.github.jsonldjava.core.JsonLdApi
 
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
getAdjacentBlankNodeName(Map<String, Object>, String) - Static method in class com.github.jsonldjava.core.NormalizeUtils
A helper function that gets the blank node name from an RDF quad node (subject or object).
getAllowContainerSetOnType() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
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
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
Get the parsed resource for this document.
getDocumentLoader() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getDocumentUrl() - Method in class com.github.jsonldjava.core.RemoteDocument
Get the URL for this document.
getEmbed() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getEmbedVal() - 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
 
getFrameEmbed(Map<String, Object>, JsonLdConsts.Embed) - Method in class com.github.jsonldjava.core.JsonLdApi
 
getFrameExpansion() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getFrameFlag(Map<String, Object>, String, boolean) - Method in class com.github.jsonldjava.core.JsonLdApi
 
getFrameValue(Map<String, Object>, String) - Method in class com.github.jsonldjava.core.JsonLdApi
 
getGraph() - Method in class com.github.jsonldjava.core.RDFDataset.Quad
 
getHttpClient() - Method in class com.github.jsonldjava.core.DocumentLoader
Get the CloseableHttpClient which will be used by this DocumentLoader to resolve HTTP and HTTPS resources.
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
 
getLanguageMapping(String) - Method in class com.github.jsonldjava.core.Context
 
getMessage() - Method in exception com.github.jsonldjava.core.JsonLdError
 
getName() - Method in class com.github.jsonldjava.core.UniqueNamer
 
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.
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
 
getOmitGraph() - 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
 
getPruneBlankNodeIdentifiers() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getQuads(String) - Method in class com.github.jsonldjava.core.RDFDataset
 
getRequireAll() - Method in class com.github.jsonldjava.core.JsonLdOptions
 
getResources() - Method in class com.github.jsonldjava.utils.JarCacheStorage
Get all of the jarcache.json resources that exist on the classpath
getSubject() - Method in class com.github.jsonldjava.core.RDFDataset.Quad
 
getTermDefinition(String) - Method in class com.github.jsonldjava.core.Context
 
getType() - Method in exception com.github.jsonldjava.core.JsonLdError
 
getTypeMapping(String) - Method in class com.github.jsonldjava.core.Context
 
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
 
GRAPH - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
GRAPH - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
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.

H

hash - Variable in class com.github.jsonldjava.core.NormalizeUtils.HashResult
 
hash - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
hashBlankNodes(Collection<String>) - Method in class com.github.jsonldjava.core.NormalizeUtils
 
hashPaths(String, Map<String, Object>, UniqueNamer, UniqueNamer) - Static method in class com.github.jsonldjava.core.NormalizeUtils
Produces a hash for the paths of adjacent bnodes for a bnode, incorporating all information about its subgraph of bnodes.
hashQuads(String, Map<String, Object>, UniqueNamer) - Static method in class com.github.jsonldjava.core.NormalizeUtils
Hashes all of the quads about a blank node.
HashResult() - Constructor for class com.github.jsonldjava.core.NormalizeUtils.HashResult
 
hasNext() - Method in class com.github.jsonldjava.core.NormalizeUtils.Permutator
Returns true if there is another permutation.
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
 
httpClient - Variable in class com.github.jsonldjava.core.DocumentLoader
 

I

ID - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
INDEX - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
init(JsonLdOptions) - Method in class com.github.jsonldjava.core.Context
 
initialize(Object, Object) - Method in class com.github.jsonldjava.core.JsonLdApi
Initializes this object by cloning the input object using JsonLdUtils.clone(Object), and by parsing the context using Context.parse(Object).
INTEGER - Static variable in class com.github.jsonldjava.core.Regex
 
INVALID_BASE_IRI - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_CONTAINER_MAPPING - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_DEFAULT_LANGUAGE - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_EMBED_VALUE - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_ID_VALUE - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_INDEX_VALUE - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_INPUT - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_IRI_MAPPING - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_KEYWORD_ALIAS - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_LANGUAGE_MAP_VALUE - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_LANGUAGE_MAPPING - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_LANGUAGE_TAGGED_STRING - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_LANGUAGE_TAGGED_VALUE - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_LOCAL_CONTEXT - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_REMOTE_CONTEXT - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_REVERSE_PROPERTY - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_REVERSE_PROPERTY_MAP - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_REVERSE_PROPERTY_VALUE - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_REVERSE_VALUE - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_SET_OR_LIST_OBJECT - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_TERM_DEFINITION - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_TYPE_MAPPING - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_TYPE_VALUE - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_TYPED_VALUE - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_VALUE_OBJECT - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_VALUE_OBJECT_VALUE - com.github.jsonldjava.core.JsonLdError.Error
 
INVALID_VOCAB_MAPPING - com.github.jsonldjava.core.JsonLdError.Error
 
inverse - Variable in class com.github.jsonldjava.core.Context
 
IRI - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
IRI(String) - Constructor for class com.github.jsonldjava.core.RDFDataset.IRI
 
IRIREF - Static variable in class com.github.jsonldjava.core.Regex
 
isAbsoluteIri(String) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
isArray(Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Returns true if the given value is a JSON-LD Array
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
 
isBlankNode(Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Returns true if the given value is a blank 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
 
isKeyword(Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Returns whether or not the given value is a keyword (or a keyword alias).
isList(Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Returns true if the given value is a JSON-LD List
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
 
isNode(Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Returns true if the given value is a subject with properties.
isNodeReference(Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Returns true if the given value is a subject reference.
isObject(Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Returns true if the given value is a JSON-LD Object
isRelativeIri(String) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
isReverseProperty(String) - Method in class com.github.jsonldjava.core.Context
 
isString(Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Returns true if the given value is a JSON-LD string
isValue(Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Returns true if the given value is a JSON-LD value
isWellFormedListNode() - Method in class com.github.jsonldjava.core.JsonLdApi.NodeMapNode
 

J

JARCACHE_JSON - Static variable in class com.github.jsonldjava.utils.JarCacheStorage
The classpath location that is searched inside of the classloader set for this cache.
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
Implementation of the Apache HttpClient HttpCacheStorage interface using jarcache.json files on the classpath to identify static JSON-LD resources on the classpath, to avoid retrieving them.
JarCacheStorage(ClassLoader, CacheConfig) - Constructor for class com.github.jsonldjava.utils.JarCacheStorage
 
JarCacheStorage(ClassLoader, CacheConfig, HttpCacheStorage) - Constructor for class com.github.jsonldjava.utils.JarCacheStorage
 
JSON_FACTORY - Static variable in class com.github.jsonldjava.utils.JsonUtils
 
JSON_LD_1_0 - Static variable in class com.github.jsonldjava.core.JsonLdOptions
 
JSON_LD_1_1 - Static variable in class com.github.jsonldjava.core.JsonLdOptions
 
JSON_MAPPER - Static variable in class com.github.jsonldjava.utils.JsonUtils
 
JSONLD_JAVA_USER_AGENT - Static variable in class com.github.jsonldjava.utils.JsonUtils
The user agent used by the default CloseableHttpClient.
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(JsonLdOptions) - Constructor for class com.github.jsonldjava.core.JsonLdApi
Constructs an empty JsonLdApi object using the given 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.EmbedNode - Class in com.github.jsonldjava.core
 
JsonLdApi.FramingContext - Class in com.github.jsonldjava.core
_____ _ _ _ _ _ _ | ___| __ __ _ _ __ ___ (_)_ __ __ _ / \ | | __ _ ___ _ __(_) |_| |__ _ __ ___ | |_ | '__/ _` | '_ ` _ \| | '_ \ / _` | / _ \ | |/ _` |/ _ \| '__| | __| '_ \| '_ ` _ \ | _|| | | (_| | | | | | | | | | | (_| | / ___ \| | (_| | (_) | | | | |_| | | | | | | | | |_| |_| \__,_|_| |_| |_|_|_| |_|\__, | /_/ \_\_|\__, |\___/|_| |_|\__|_| |_|_| |_| |_| |___/ |___/
JsonLdApi.Node - Class in com.github.jsonldjava.core
 
JsonLdApi.NodeMapNode - Class in com.github.jsonldjava.core
 
JsonLdApi.UsagesNode - Class in com.github.jsonldjava.core
Helper class for node usages
JsonLdConsts - Class in com.github.jsonldjava.core
URI Constants used in the JSON-LD parser.
JsonLdConsts() - Constructor for class com.github.jsonldjava.core.JsonLdConsts
 
JsonLdConsts.Embed - Enum in com.github.jsonldjava.core
 
JsonLdError - Exception in com.github.jsonldjava.core
 
JsonLdError(JsonLdError.Error) - Constructor for exception com.github.jsonldjava.core.JsonLdError
 
JsonLdError(JsonLdError.Error, Object) - 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.
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
 

K

KEYWORD_REDEFINITION - com.github.jsonldjava.core.JsonLdError.Error
 

L

LANGTAG - Static variable in class com.github.jsonldjava.core.Regex
 
LANGUAGE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
LANGUAGE - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
LAST - com.github.jsonldjava.core.JsonLdConsts.Embed
 
laxMergeValue(Map<String, Object>, String, Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
left - Variable in class com.github.jsonldjava.core.NormalizeUtils.Permutator
 
length() - Method in class com.github.jsonldjava.utils.JarCacheResource
 
LINK - com.github.jsonldjava.core.JsonLdConsts.Embed
 
list - Variable in class com.github.jsonldjava.core.NormalizeUtils.Permutator
 
LIST - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
LIST_OF_LISTS - com.github.jsonldjava.core.JsonLdError.Error
 
Literal(String, String, String) - Constructor for class com.github.jsonldjava.core.RDFDataset.Literal
 
LITERAL - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
loadDocument(String) - Method in class com.github.jsonldjava.core.DocumentLoader
Loads the URL if possible, returning it as a RemoteDocument.
LOADING_DOCUMENT_FAILED - com.github.jsonldjava.core.JsonLdError.Error
 
LOADING_INJECTED_CONTEXT_FAILED - com.github.jsonldjava.core.JsonLdError.Error
 
LOADING_REMOTE_CONTEXT_FAILED - com.github.jsonldjava.core.JsonLdError.Error
 
log - Variable in class com.github.jsonldjava.core.JsonLdApi
 
log - Variable in class com.github.jsonldjava.utils.JarCacheResource
 
log - Variable in class com.github.jsonldjava.utils.JarCacheStorage
 

M

m_injectedDocs - Variable in class com.github.jsonldjava.core.DocumentLoader
 
mapper - Variable in class com.github.jsonldjava.utils.JarCacheStorage
 
MAX_CONTEXT_URLS - Static variable in class com.github.jsonldjava.core.JsonLdUtils
 
MAX_LINKS_FOLLOW - Static variable in class com.github.jsonldjava.utils.JsonUtils
 
mergeValue(Map<String, Object>, String, Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
 
MULTIPLE_CONTEXT_LINK_HEADERS - com.github.jsonldjava.core.JsonLdError.Error
 

N

namer - Variable in class com.github.jsonldjava.core.NormalizeUtils
 
NEVER - com.github.jsonldjava.core.JsonLdConsts.Embed
 
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.
next() - Method in class com.github.jsonldjava.core.NormalizeUtils.Permutator
Gets the next permutation.
nil - Static variable in class com.github.jsonldjava.core.RDFDataset
 
node - Variable in class com.github.jsonldjava.core.JsonLdApi.UsagesNode
 
Node() - Constructor for class com.github.jsonldjava.core.RDFDataset.Node
 
Node(String, RDFDataset.Node) - Constructor for class com.github.jsonldjava.core.JsonLdApi.Node
 
nodeMap - Variable in class com.github.jsonldjava.core.JsonLdApi
 
NodeMapNode(String) - Constructor for class com.github.jsonldjava.core.JsonLdApi.NodeMapNode
 
NONE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
normalize(Object) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Performs RDF dataset 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(Map<String, Object>) - Method in class com.github.jsonldjava.core.JsonLdApi
Performs RDF normalization on the given JSON-LD input.
normalizedPath - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
NormalizeUtils - Class in com.github.jsonldjava.core
 
NormalizeUtils(List<Object>, Map<String, Object>, UniqueNamer, JsonLdOptions) - Constructor for class com.github.jsonldjava.core.NormalizeUtils
 
NormalizeUtils.HashResult - Class in com.github.jsonldjava.core
 
NormalizeUtils.Permutator - Class in com.github.jsonldjava.core
 
NOT_IMPLEMENTED - com.github.jsonldjava.core.JsonLdError.Error
 
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
 
NULL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
NULL_CLASS_LOADER - Static variable in class com.github.jsonldjava.utils.JarCacheStorage
A holder for the case where the System class loader needs to be used, but cannot be directly identified in another way.
nullSafeCompare(String, String) - Static method in class com.github.jsonldjava.core.RDFDataset.Literal
 

O

Obj - Class in com.github.jsonldjava.utils
 
Obj() - Constructor for class com.github.jsonldjava.utils.Obj
 
object - Variable in class com.github.jsonldjava.core.JsonLdApi.Node
 
OBJECT - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
objectToRDF(Object) - Method in class com.github.jsonldjava.core.RDFDataset
Converts a JSON-LD value object to an RDF literal or a JSON-LD string or node object to an RDF resource.
OMIT_DEFAULT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
omitDefault - Variable in class com.github.jsonldjava.core.JsonLdApi.FramingContext
 
omitDefault - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
omitGraph - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
options - Variable in class com.github.jsonldjava.core.Context
 
options - Variable in class com.github.jsonldjava.core.NormalizeUtils
 
opts - Variable in class com.github.jsonldjava.core.JsonLdApi
 
outputForm - Variable in class com.github.jsonldjava.core.JsonLdOptions
 

P

parent - Variable in class com.github.jsonldjava.core.JsonLdApi.EmbedNode
 
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, 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, List<String>, boolean) - Method in class com.github.jsonldjava.core.Context
Helper method used to work around logic errors related to the recursive nature of the JSONLD-API Context Processing Algorithm.
parse(String) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
 
PARSE_ERROR - com.github.jsonldjava.core.JsonLdError.Error
 
parseAuthority(JsonLdUrl) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
Parses the authority for the pre-parsed given 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.
parser - Static variable in class com.github.jsonldjava.utils.JsonLdUrl
 
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
 
pathNamer - Variable in class com.github.jsonldjava.core.NormalizeUtils.HashResult
 
PATTERN_DOUBLE - Static variable in class com.github.jsonldjava.core.RDFDataset
 
PATTERN_INTEGER - Static variable in class com.github.jsonldjava.core.RDFDataset
 
PERCENT - Static variable in class com.github.jsonldjava.core.Regex
 
Permutator(List<String>) - Constructor for class com.github.jsonldjava.core.NormalizeUtils.Permutator
 
PLAIN - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.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
 
predicate - Variable in class com.github.jsonldjava.core.JsonLdApi.Node
 
prefix - Variable in class com.github.jsonldjava.core.UniqueNamer
 
PRESERVE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
processingMode - Variable in class com.github.jsonldjava.core.JsonLdOptions
http://www.w3.org/TR/json-ld-api/#widl-JsonLdOptions-processingMode
produceGeneralizedRdf - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
property - Variable in class com.github.jsonldjava.core.JsonLdApi.EmbedNode
 
property - Variable in class com.github.jsonldjava.core.JsonLdApi.UsagesNode
 
PROPERTY - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
protocol - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
pruneBlankNodeIdentifiers - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
pruneBlankNodes(Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Removes the @id member of each node object where the member value is a blank node identifier which appears only once in any property value within input.
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(RDFDataset.Node, RDFDataset.Node, RDFDataset.Node, String) - Constructor for class com.github.jsonldjava.core.RDFDataset.Quad
 
Quad(String, String, RDFDataset.Node, String) - Constructor for class com.github.jsonldjava.core.RDFDataset.Quad
 
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 - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
quads - Variable in class com.github.jsonldjava.core.NormalizeUtils
 
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
 
RDFDatasetUtils.Regex - Class in com.github.jsonldjava.core
 
RDFParser - Interface in com.github.jsonldjava.core
Interface for parsing RDF into the RDF Dataset objects to be used by JSONLD.fromRDF
rdfParsers - Static variable in class com.github.jsonldjava.core.JsonLdProcessor
A registry for RDF Parsers (in this case, JSONLDSerializers) used by fromRDF if no specific serializer is specified and options.format is set.
RECURSIVE_CONTEXT_INCLUSION - com.github.jsonldjava.core.JsonLdError.Error
 
Regex - Class in com.github.jsonldjava.core
 
Regex() - Constructor for class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
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
Encapsulates a URL along with the parsed resource matching the URL.
RemoteDocument(String, Object) - Constructor for class com.github.jsonldjava.core.RemoteDocument
Create a new RemoteDocument with the URL and the parsed resource for the document.
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
 
removeDependents(Map<String, JsonLdApi.EmbedNode>, String) - Static method in class com.github.jsonldjava.core.JsonLdApi
 
removeDotSegments(String, boolean) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
Removes dot segments from a JsonLdUrl path.
removeEmbed(JsonLdApi.FramingContext, String) - Static method in class com.github.jsonldjava.core.JsonLdApi
Removes an existing embed.
removeEntry(String) - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
removePreserve(Context, Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdUtils
Removes the @preserve keywords as the last step of the framing algorithm.
removeRDFParser(String) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
 
REQUIRE_ALL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
requireAll - Variable in class com.github.jsonldjava.core.JsonLdApi.FramingContext
 
requireAll - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
resolve(String, String) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
 
rest - Static variable in class com.github.jsonldjava.core.RDFDataset
 
returnedContext(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Builds the context to be returned in framing, flattening and compaction algorithms.
REVERSE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 

S

selectTerm(String, List<String>, String, List<String>) - Method in class com.github.jsonldjava.core.Context
Term Selection http://json-ld.org/spec/latest/json-ld-api/#term-selection This algorithm, invoked via the IRI Compaction algorithm, makes use of an active context's inverse context to find the term that is best used to compact an IRI.
serialize() - Method in class com.github.jsonldjava.core.Context
Deprecated.
serialize() - Method in class com.github.jsonldjava.core.JsonLdApi.NodeMapNode
 
serialVersionUID - Static variable in class com.github.jsonldjava.core.Context
 
serialVersionUID - Static variable in exception com.github.jsonldjava.core.JsonLdError
 
serialVersionUID - Static variable in class com.github.jsonldjava.core.RDFDataset.BlankNode
 
serialVersionUID - Static variable in class com.github.jsonldjava.core.RDFDataset.IRI
 
serialVersionUID - Static variable in class com.github.jsonldjava.core.RDFDataset.Literal
 
serialVersionUID - Static variable in class com.github.jsonldjava.core.RDFDataset.Node
 
serialVersionUID - Static variable in class com.github.jsonldjava.core.RDFDataset.Quad
 
serialVersionUID - Static variable in class com.github.jsonldjava.core.RDFDataset
 
serialVersionUID - Static variable in class com.github.jsonldjava.utils.JarCacheResource
 
SET - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
setAllowContainerSetOnType(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setBase(String) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setClassLoader(ClassLoader) - Method in class com.github.jsonldjava.utils.JarCacheStorage
Sets the ClassLoader used internally to a new value, or null to use Thread.currentThread() and Thread.getContextClassLoader() for each access.
setCompactArrays(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setDocumentLoader(DocumentLoader) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setEmbed(JsonLdConsts.Embed) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setEmbed(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setEmbed(String) - 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
 
setFrameExpansion(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setHttpClient(CloseableHttpClient) - Method in class com.github.jsonldjava.core.DocumentLoader
Call this method to override the default CloseableHttpClient provided by JsonUtils.getDefaultHttpClient.
setNamespace(String, String) - Method in class com.github.jsonldjava.core.RDFDataset
 
setOmitDefault(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setOmitGraph(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
 
setPruneBlankNodeIdentifiers(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
 
setRequireAll(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
 
sha1hash(Collection<String>) - Static method in class com.github.jsonldjava.core.NormalizeUtils
A helper class to sha1 hash all the strings in a collection
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
 
SUBJECT - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.Regex
 
subjectStack - Variable in class com.github.jsonldjava.core.JsonLdApi.FramingContext
 
SYNTAX_ERROR - com.github.jsonldjava.core.JsonLdError.Error
 

T

termDefinitions - Variable in class com.github.jsonldjava.core.Context
 
TEXT_TURTLE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
toNQuad(RDFDataset.Quad, String) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
 
toNQuad(RDFDataset.Quad, String, String) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
 
toNQuad(RDFDataset.Quad, String, String, StringBuilder) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
 
toNQuads(RDFDataset) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
 
toNQuads(RDFDataset, StringBuilder) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
 
toObject(Boolean) - Method in class com.github.jsonldjava.core.RDFDataset.Node
Converts an RDF triple object to a JSON-LD object.
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) - 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, 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, JsonLdTripleCallback, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
Outputs the RDF dataset found in the given JSON-LD object.
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
 
type - Variable in exception com.github.jsonldjava.core.JsonLdError
 
TYPE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 

U

UCHAR - Static variable in class com.github.jsonldjava.core.Regex
 
UCHAR_MATCHED - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils
 
unescape(String) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
 
uniqueEmbeds - Variable in class com.github.jsonldjava.core.JsonLdApi.FramingContext
 
UniqueNamer - Class in com.github.jsonldjava.core
 
UniqueNamer(String) - Constructor for class com.github.jsonldjava.core.UniqueNamer
Creates a new UniqueNamer.
UNKNOWN_ERROR - com.github.jsonldjava.core.JsonLdError.Error
 
UNKNOWN_FORMAT - com.github.jsonldjava.core.JsonLdError.Error
 
updateEntry(String, HttpCacheUpdateCallback) - Method in class com.github.jsonldjava.utils.JarCacheStorage
 
URL_PATTERN - Static variable in class com.github.jsonldjava.core.Context
 
usages - Variable in class com.github.jsonldjava.core.JsonLdApi.NodeMapNode
 
UsagesNode(JsonLdApi.NodeMapNode, String, Map<String, Object>) - Constructor for class com.github.jsonldjava.core.JsonLdApi.UsagesNode
 
useNamespaces - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
useNativeTypes - Variable in class com.github.jsonldjava.core.JsonLdOptions
 
user - Variable in class com.github.jsonldjava.utils.JsonLdUrl
 
useRdfType - Variable in class com.github.jsonldjava.core.JsonLdOptions
 

V

value - Variable in class com.github.jsonldjava.core.JsonLdApi.UsagesNode
 
value - Variable in class com.github.jsonldjava.core.JsonLdApi
 
VALUE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 
valueOf(String) - Static method in enum com.github.jsonldjava.core.JsonLdConsts.Embed
Returns the enum constant of this type with the specified name.
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.JsonLdConsts.Embed
Returns an array containing the constants of this enum type, in the order they are declared.
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.
VOCAB - Static variable in class com.github.jsonldjava.core.JsonLdConsts
 

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.RDFDatasetUtils.Regex
 
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
 
WSO - Static variable in class com.github.jsonldjava.core.RDFDatasetUtils.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
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages