[MOBY-guts] biomoby commit
Gary Schlitz
gss at pub.open-bio.org
Fri Apr 2 00:03:39 UTC 2004
gss
Thu Apr 1 19:03:39 EST 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/src/com/acmepubs/vocabulary
In directory pub.open-bio.org:/tmp/cvs-serv8639/ref-impl/example-providers/acmepubs.com/src/com/acmepubs/vocabulary
Modified Files:
AcmePubs.java
Log Message:
Major commit just before MOBY meeting at CSHL
moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/src/com/acmepubs/vocabulary AcmePubs.java,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/src/com/acmepubs/vocabulary/AcmePubs.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/src/com/acmepubs/vocabulary/AcmePubs.java 2004/03/30 22:24:28 1.2
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/src/com/acmepubs/vocabulary/AcmePubs.java 2004/04/02 00:03:39 1.3
@@ -1,7 +1,6 @@
package com.acmepubs.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 AcmePubs extends VocabularyDescription
@@ -11,6 +10,6 @@
return "http://www.acmepubs.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