Package com.complexible.stardog
Class ContextSets
- java.lang.Object
-
- com.complexible.stardog.ContextSets
-
public final class ContextSets extends java.lang.Object
Defines constants for contexts (named graphs) that Stardog treats specially.- Since:
- 0.9
- Version:
- 6.0
- Author:
- Evren Sirin, Hector Perez-Urbina
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.collect.ImmutableSet<IRI>
DEFAULT_ONLY
Singleton set that contains only theContexts.DEFAULT
value.static com.google.common.collect.ImmutableSet<IRI>
LOCAL
Singleton set that contains only theContexts.LOCAL
value.
-
-
-
Field Detail
-
DEFAULT_ONLY
public static final com.google.common.collect.ImmutableSet<IRI> DEFAULT_ONLY
Singleton set that contains only theContexts.DEFAULT
value.
-
LOCAL
public static final com.google.common.collect.ImmutableSet<IRI> LOCAL
Singleton set that contains only theContexts.LOCAL
value.
-
-