[MOBY-guts] biomoby commit

Gary Schlitz gss at pub.open-bio.org
Fri Apr 2 00:04:21 UTC 2004


gss
Thu Apr  1 19:04:21 EST 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/src/com/megapubs/vocabulary
In directory pub.open-bio.org:/tmp/cvs-serv8739/ref-impl/example-providers/megapubs.com/src/com/megapubs/vocabulary

Modified Files:
	MegaPubs.java 
Log Message:
Major commit just before MOBY meeting at CSHL

moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/src/com/megapubs/vocabulary MegaPubs.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/src/com/megapubs/vocabulary/MegaPubs.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/example-providers/megapubs.com/src/com/megapubs/vocabulary/MegaPubs.java	2004/03/30 23:54:26	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/src/com/megapubs/vocabulary/MegaPubs.java	2004/04/02 00:04:21	1.2
@@ -1,6 +1,6 @@
 package com.megapubs.vocabulary;
-import org.smoby.tools.common.vocabulary.VocabularyDescription;
-import com.hp.hpl.jena.graph.*;
+
+import org.smoby.tools.common.vocabulary.*;
 import com.hp.hpl.jena.rdf.model.*;
 
 public class MegaPubs extends VocabularyDescription
@@ -10,6 +10,6 @@
         return "http://www.megapubs.com:8080/";
     }
     
-    public static final Property geneID  = property(getURI(), "geneID");
-    public static final Property pubDate = property(getURI(), "pubDate");
+    public static final Property geneSymbol  = property(getURI(), "geneSymbol");
+    public static final Property literatureGuideURL = property(getURI(), "literatureGuideURL");
 }




More information about the MOBY-guts mailing list