org.openrdf.repository.object.config
Class ObjectRepositorySchema

java.lang.Object
  extended by org.openrdf.repository.object.config.ObjectRepositorySchema

public class ObjectRepositorySchema
extends Object

Static object configuration schema.

Author:
James Leigh

Field Summary
static URI BASE_CLASS
          http://www.openrdf.org/config/repository/object#baseClass
static URI BEHAVIOUR
          http://www.openrdf.org/config/repository/object#behaviour
static URI BEHAVIOUR_JAR
          http://www.openrdf.org/config/repository/object#behaviourJar
static URI COMPILE_REPOSITORY
          http://www.openrdf.org/config/repository/object#compileRepository
static URI CONCEPT
          http://www.openrdf.org/config/repository/object#concept
static URI CONCEPT_JAR
          http://www.openrdf.org/config/repository/object#conceptJar
static URI DATATYPE
          http://www.openrdf.org/config/repository/object#datatype
static URI FOLLOW_IMPORTS
          http://www.openrdf.org/config/repository/object#followImports
static URI IMPORTS
          http://www.openrdf.org/config/repository/object#imports
static URI KNOWN_AS
          http://www.openrdf.org/config/repository/object#knownAs
static URI MEMBER_PREFIX
          http://www.openrdf.org/config/repository/object#memberPrefix
static String NAMESPACE
          The ObjectRepository schema namespace ( http://www.openrdf.org/config/repository/object#).
static URI PACKAGE_PREFIX
          http://www.openrdf.org/config/repository/object#packgaePrefix
 
Constructor Summary
ObjectRepositorySchema()
           
 
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
The ObjectRepository schema namespace ( http://www.openrdf.org/config/repository/object#).

See Also:
Constant Field Values

COMPILE_REPOSITORY

public static final URI COMPILE_REPOSITORY
http://www.openrdf.org/config/repository/object#compileRepository


BASE_CLASS

public static final URI BASE_CLASS
http://www.openrdf.org/config/repository/object#baseClass


PACKAGE_PREFIX

public static final URI PACKAGE_PREFIX
http://www.openrdf.org/config/repository/object#packgaePrefix


MEMBER_PREFIX

public static final URI MEMBER_PREFIX
http://www.openrdf.org/config/repository/object#memberPrefix


DATATYPE

public static final URI DATATYPE
http://www.openrdf.org/config/repository/object#datatype


CONCEPT

public static final URI CONCEPT
http://www.openrdf.org/config/repository/object#concept


BEHAVIOUR

public static final URI BEHAVIOUR
http://www.openrdf.org/config/repository/object#behaviour


KNOWN_AS

public static final URI KNOWN_AS
http://www.openrdf.org/config/repository/object#knownAs


CONCEPT_JAR

public static final URI CONCEPT_JAR
http://www.openrdf.org/config/repository/object#conceptJar


BEHAVIOUR_JAR

public static final URI BEHAVIOUR_JAR
http://www.openrdf.org/config/repository/object#behaviourJar


IMPORTS

public static final URI IMPORTS
http://www.openrdf.org/config/repository/object#imports


FOLLOW_IMPORTS

public static final URI FOLLOW_IMPORTS
http://www.openrdf.org/config/repository/object#followImports

Constructor Detail

ObjectRepositorySchema

public ObjectRepositorySchema()


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