org.openrdf.sail.federation.config
Class FederationSchema

java.lang.Object
  extended by org.openrdf.sail.federation.config.FederationSchema

public class FederationSchema
extends Object

RDF Schema used by the federation configuration.

Author:
James Leigh

Field Summary
static URI DISTINCT
          If no two members contain the same statement.
static URI LOCALPROPERTYSPACE
          For all triples with a predicate in this space, the container RDF store contains all triples with that subject and any predicate in this space.
static URI MEMBER
           
static String NAMESPACE
          http://www.openrdf.org/config/sail/federation#
static URI READ_ONLY
          If the federation should not try and add statements to its members.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
http://www.openrdf.org/config/sail/federation#

See Also:
Constant Field Values

MEMBER

public static final URI MEMBER

LOCALPROPERTYSPACE

public static final URI LOCALPROPERTYSPACE
For all triples with a predicate in this space, the container RDF store contains all triples with that subject and any predicate in this space.


DISTINCT

public static final URI DISTINCT
If no two members contain the same statement.


READ_ONLY

public static final URI READ_ONLY
If the federation should not try and add statements to its members.



Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.