[MOBY-guts] biomoby commit
Gary Schlitz
gss at pub.open-bio.org
Thu Nov 4 22:25:30 UTC 2004
gss
Thu Nov 4 17:25:30 EST 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/core/src/org/smoby/vocabulary
In directory pub.open-bio.org:/tmp/cvs-serv31393/src/org/smoby/vocabulary
Modified Files:
MOBY.java
Log Message:
Added properties for inputURI and outputURI
moby-live/S-MOBY/ref-impl/core/src/org/smoby/vocabulary MOBY.java,1.6,1.7
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/core/src/org/smoby/vocabulary/MOBY.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/core/src/org/smoby/vocabulary/MOBY.java 2004/07/19 21:22:09 1.6
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/core/src/org/smoby/vocabulary/MOBY.java 2004/11/04 22:25:30 1.7
@@ -7,6 +7,14 @@
{
public final static String IF_MODIFIED_HEADER = "If-Modified-Since";
public final static String LAST_MODIFIED_HEADER = "Last-Modified";
+
+ /**
+ * When doing an HTTP POST to a Semantic MOBY provider (i.e.
+ * engaging the provider), the graph that the provider is to
+ * operate on is stored in a parameter with this name, whose
+ * value is a serialized RDF/XML graph.
+ */
+ public final static String GRAPH_PARAMETER_NAME = "graph";
public static String getURI()
{
@@ -31,6 +39,8 @@
public static final Property name = property(getURI(), "name");
public static final Property oneLineDescription = property(getURI(), "oneLineDescription");
public static final Property aboutURI = property(getURI(), "aboutURI");
+ public static final Property inputURI = property(getURI(), "inputURI");
+ public static final Property outputURI = property(getURI(), "outputURI");
public static final Property operatesOn = property(getURI(), "operatesOn");
public static final Property hasMapping = property(getURI(), "hasMapping");
public static final Property mapsTo = property(getURI(), "mapsTo");
More information about the MOBY-guts
mailing list