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_EXT_NAMESPACE
          This is one of the many like it.
static org.openrdf.model.URI APP_EXT_NAMESPACE_URI
           
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.
static org.openrdf.model.URI PROPERTY_GROUP_CONTACT_LOCATION
          Property group that marks properties containing ANY contact info e.g.
static org.openrdf.model.URI PROPERTY_GROUP_EMAIL_CONTACT
          Property group that marks properties containing JUST email contact info
 
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

APP_EXT_NAMESPACE

public static final java.lang.String APP_EXT_NAMESPACE
This is one of the many like it.

See Also:
Constant Field Values

APP_EXT_NAMESPACE_URI

public static final org.openrdf.model.URI APP_EXT_NAMESPACE_URI

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.


PROPERTY_GROUP_EMAIL_CONTACT

public static final org.openrdf.model.URI PROPERTY_GROUP_EMAIL_CONTACT
Property group that marks properties containing JUST email contact info


PROPERTY_GROUP_CONTACT_LOCATION

public static final org.openrdf.model.URI PROPERTY_GROUP_CONTACT_LOCATION
Property group that marks properties containing ANY contact info e.g. email address, phone, mailing addr, ICBM coordinates, etc.

Constructor Detail

DATAMODEL

public DATAMODEL()


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