[MOBY-guts] biomoby commit

Gary Schiltz gss at pub.open-bio.org
Wed Sep 14 22:06:11 UTC 2005


gss
Wed Sep 14 18:06:11 EDT 2005
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/core/src/org/semanticmoby/vocabulary
In directory pub.open-bio.org:/tmp/cvs-serv17011/src/org/semanticmoby/vocabulary

Modified Files:
	MOBY.java 
Log Message:
Major API overhaul

moby-live/S-MOBY/ref-impl/core/src/org/semanticmoby/vocabulary MOBY.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/core/src/org/semanticmoby/vocabulary/MOBY.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/core/src/org/semanticmoby/vocabulary/MOBY.java	2004/11/23 00:18:46	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/core/src/org/semanticmoby/vocabulary/MOBY.java	2005/09/14 22:06:10	1.2
@@ -31,7 +31,7 @@
     	model.setNsPrefix(getNsPrefix(), getURI()); 
     }
     
-    public static final Resource Provider   		= resource(getURI(), "Provider");
+    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");




More information about the MOBY-guts mailing list