[MOBY-guts] biomoby commit
Gary Schiltz
gss at pub.open-bio.org
Thu Oct 27 22:22:09 UTC 2005
gss
Thu Oct 27 18:22:09 EDT 2005
Update of /home/repository/moby/s-moby/ref-impl/core/src/org/semanticmoby/vocabulary
In directory pub.open-bio.org:/tmp/cvs-serv10259/src/org/semanticmoby/vocabulary
Modified Files:
MOBY.java
Log Message:
Refer to Resource rather than Service
s-moby/ref-impl/core/src/org/semanticmoby/vocabulary MOBY.java,1.3,1.4
===================================================================
RCS file: /home/repository/moby/s-moby/ref-impl/core/src/org/semanticmoby/vocabulary/MOBY.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/s-moby/ref-impl/core/src/org/semanticmoby/vocabulary/MOBY.java 2005/10/09 01:33:07 1.3
+++ /home/repository/moby/s-moby/ref-impl/core/src/org/semanticmoby/vocabulary/MOBY.java 2005/10/27 22:22:09 1.4
@@ -3,7 +3,10 @@
import com.hp.hpl.jena.graph.*;
import com.hp.hpl.jena.rdf.model.*;
-
+/**
+ * A utility class with static instance variables for helping with ontology
+ * related tasks.
+ */
public class MOBY extends VocabularyDescription {
public final static String IF_MODIFIED_HEADER = "If-Modified-Since";
@@ -16,11 +19,11 @@
* value is a serialized RDF/XML graph.
*/
public final static String GRAPH_PARAMETER_NAME = "graph";
- public static final Resource Service = resource(getURI(), "Service");
- public static final Resource Graph = resource(getURI(), "Graph");
- public static final Resource Subject = resource(getURI(), "Subject");
- public static final Resource Object = resource(getURI(), "Object");
- public static final Property name = property(getURI(), "name");
+ public static final Resource Resource = resource(getURI(), "Resource");
+ public static final Resource Graph = resource(getURI(), "Graph");
+ public static final Resource Subject = resource(getURI(), "Subject");
+ public static final Resource Object = resource(getURI(), "Object");
+ public static final Property name = property(getURI(), "name");
public static final Property oneLineDescription =
property(getURI(), "oneLineDescription");
public static final Property aboutURI =
More information about the MOBY-guts
mailing list