[MOBY-guts] biomoby commit
Gary Schiltz
gss at pub.open-bio.org
Wed Nov 23 23:53:03 UTC 2005
gss
Wed Nov 23 18:53:03 EST 2005
Update of /home/repository/moby/s-moby/ref-impl/core/src/org/semanticmoby/vocabulary
In directory pub.open-bio.org:/tmp/cvs-serv17984/src/org/semanticmoby/vocabulary
Modified Files:
MOBY.java
Log Message:
Removed keyword property; added metadata property
s-moby/ref-impl/core/src/org/semanticmoby/vocabulary MOBY.java,1.5,1.6
===================================================================
RCS file: /home/repository/moby/s-moby/ref-impl/core/src/org/semanticmoby/vocabulary/MOBY.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/s-moby/ref-impl/core/src/org/semanticmoby/vocabulary/MOBY.java 2005/11/03 22:31:42 1.5
+++ /home/repository/moby/s-moby/ref-impl/core/src/org/semanticmoby/vocabulary/MOBY.java 2005/11/23 23:53:03 1.6
@@ -59,14 +59,10 @@
public static final Property lastModifiedDate =
property(getURI(), "lastModifiedDate");
- public static final Property Property =
- property(getURI(), "Property");
-
- public static final Property keyword =
- property(getURI(), "keyword");
+ public static final Property metadata =
+ property(getURI(), "metadata");
public static String getURI() {
-
return "http://www.semanticmoby.org/ontologies/core/";
}
More information about the MOBY-guts
mailing list