org.eaglei.repository.vocabulary
Class DATAMODEL

java.lang.Object
  extended by org.eaglei.repository.vocabulary.DATAMODEL

public class DATAMODEL
extends java.lang.Object

Constants related to the eagle-i Data Model Ontology URIs of useful classes and properties.

Version:
$Id: $
Author:
Larry Stone

Field Summary
static java.lang.String APP_ONT_NAMESPACE
          This is my namespace.
static java.lang.String GRAPH_NAME
          URI of Data Model Ontology, at least for naming Named Graph.
static org.openrdf.model.URI GRAPH_NAME_URI
          Constant GRAPH_NAME_URI - the URI form
static org.openrdf.model.URI IN_PROPERTY_GROUP
          Borrow the inPropertyGroup property name from ont model
static org.openrdf.model.URI PROPERTY_GROUP_ADMIN_DATA
          Property group that marks properties which are not to be shown in repository dissemination views or put into search indexes.
 
Constructor Summary
DATAMODEL()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GRAPH_NAME

public static final java.lang.String GRAPH_NAME
URI of Data Model Ontology, at least for naming Named Graph. It includes too many Namespace Prefixes to isolate one.

See Also:
Constant Field Values

GRAPH_NAME_URI

public static final org.openrdf.model.URI GRAPH_NAME_URI
Constant GRAPH_NAME_URI - the URI form


APP_ONT_NAMESPACE

public static final java.lang.String APP_ONT_NAMESPACE
This is my namespace. There are many like it in the data model, but this one is mine.

See Also:
Constant Field Values

IN_PROPERTY_GROUP

public static final org.openrdf.model.URI IN_PROPERTY_GROUP
Borrow the inPropertyGroup property name from ont model


PROPERTY_GROUP_ADMIN_DATA

public static final org.openrdf.model.URI PROPERTY_GROUP_ADMIN_DATA
Property group that marks properties which are not to be shown in repository dissemination views or put into search indexes.

Constructor Detail

DATAMODEL

public DATAMODEL()


Copyright © 2009-2010 Eagle-I. All Rights Reserved.